Error while running NetBeans program.

Hi,
we are using Netbeans application to pass inputs to the scraping session in the scraper tool.When i run Netbeans program, error is populated.Following is the error description which i got.

java.lang.NoClassDefFoundError: acn/wde/Ace5 (wrong name: com/acn/wde/Ace5)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
Exception in thread "main"

Kindly do the needful

The error isn't from any

The error isn't from any screen-scraper code. You might need to check that your classpath refers to screenscraper, but otherwise I'm not sure what this is.

Now my classpath variable is

Now my classpath variable is C:\j2sdk1.4.2_04\lib;

Should i add anything else?

Now my classpath variable is

Now my classpath variable is C:\j2sdk1.4.2_04\lib;

Should i add anything else?

I'm not sure. Have you tried

I'm not sure. Have you tried the steps in this thread:

http://community.screen-scraper.com/node/454

?

Thanks Jacson.Lemme try this

Thanks Jacson.Lemme try this one.....