Hi Rafa or Jordi

I have a different problem now on Windows XP.  For some reason, I can not get 
run-Examples.bat to run.  Here's my error message.

C:\osgvp-2.2.0-SNAPSHOT-src\build>run-Examples.bat
The system cannot find the file specified.
.
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/gvsig/ExamplesLauncher
Caused by: java.lang.ClassNotFoundException: org.gvsig.ExamplesLauncher
        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: org.gvsig.ExamplesLauncher.  Program will exit.
C:\osgvp-2.2.0-SNAPSHOT-src\build>

To me, it appears that the CLASSPATH is not being used or used correctly.

Here is my class path:
C:\osgvp-2.2.0-SNAPSHOT-src\build>set | grep CLASS
File STDIN:
CLASSPATH=.;C:\Program 
Files\RTI-1.3NGmatrexV5.1\win32-vc71\bin\javaBinding.jar;C:\Program 
Files\Java\jre6\lib\ext\QTJav
a.zip;C:\osgvp-2.2.0-SNAPSHOT-src\libosgvp\libosgvp-examples\target\classes;C:\osgvp-2.2.0-SNAPSHOT-src\libosgvp\libosgv
p-examples\target\classes\org
OSGVP_CLASSES_BASE=C:\osgvp-2.2.0-SNAPSHOT-src\libosgvp\libosgvp-examples\target\classes

Could you tell me what paths I must add to the CLASSPATH to get the examples to 
run correctly?  There appear to be many jar and class files in many different 
directories under C:\osgvp-2.2.0-SNAPSHOT-src and I do not know how to 
correctly set my CLASSPATH.


Thx!
Allen

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=24617#24617





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to