I have built the "ECG using a Sound Card" from the October 2008 edition. When I tried to run the software to read the data I get a message that the JAVA environment does not work correctly. The message I get says that:
Exception in thread "main" java.lang.NoClassDefFoundError: C:\Disks\ECG on sound
card\EKG-MonitorV1/0/jar
Caused by: java.lang.ClassNotFoundException: C:\Disks\ECG on soundcard\EKG-Monit
orV1.0.jar
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: C:\Disks\ECG on soundcard\EKG-MonitorV1.0.jar. P
rogram will exit.
I have tried all the environment variable remedies found on the internet but I have no luck with and I do not have any knowledge of Java or how to "dig into it" - my interest was mostly for the ECG card, not the development of the software. Can anyone help me to get the Java working and the software for the ECG unit functioning. I am running Windows 7 32-bit and using Java(TM) Platform, Standard Edition Runtime Environment Version 6.
Thank you
