|
From: Frank W. Z. <fz...@om...> - 2010-10-06 15:09:30
|
What do you mean you "had it working but now it is not"? What changed in your environment? Something obviously did. The error is pretty self-explanatory: the Datavision JAR is not being seen by the JVM at startup. What's different all of a sudden that would cause that? -- Frank W. Zammetti Author of "Practical Palm Pre webOS Projects" and "Practical Ext JS Projects with Gears" and "Practical Dojo Projects" and "Practical DWR 2 Projects" and "Practical JavaScript, DOM Scripting and Ajax Projects" and "Practical Ajax Projects with Java Technology" (For info: apress.com/book/search?searchterm=zammetti&act=search) All you could possibly want is here: zammetti.com On Wed, October 6, 2010 10:43 am, Andrew Cameron wrote: > This is the message I am getting now. I had it working but now it is > not. > > Exception in thread "main" java.lang.NoClassDefFoundError: > jimm/datavision/Da > ision > Caused by: java.lang.ClassNotFoundException: jimm.datavision.DataVision > 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: jimm.datavision.DataVision. Program will > exit > Press any key to continue . . . > > This is my path > set > DVCLASSPATH=h:\ProjectX\dist\TaurusPlus.jar;h:\ProjectX\src\taurus\Global.jar;h:\taurusplus\TaurusPlus.jar;h:\taurusplus\lib\;H:\ProjectX\build\classes\taurus\;h:\drivers\jdbc\*;C:\PROGRAM > FILES\JAVA;C:\PROGRAM FILES\JAVA\jre6\bin\java.exe;c:\program > files\datavision;C:\Program Files\DataVision\jimm\datavision;c:\program > files\datavision\lib;c:\program files\java\jre6\bin\java.exe;c:\program > files\java\jdk1.6.0_21\bin;c:\program files\java\jre6\bin > > Andy > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > DataVision-users mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/datavision-users > |