[EMAIL PROTECTED] wrote:
> 
> I have reloaded JDK1.2 and Java3D form scratch
> I have nothing set in Classpath
> 
> Changing Directory as in Readme
> 
> In response to
> 
> c:\jdk1.2\demo\HelloUniverse>java HelloUniverse
> 
> I get
> 
> Exception in thread "main" java.lang.NoClassDefFound
> Error:HelloUniverse

The classpath must always point to the directory to fetch classes from.
In this case "." would need to be added to your classpath or the actual
directory name "c:\jdk1.2\demo\HelloUniverse". Probably the former is
better if you are going to be swapping dirs look and running all the
different examples. 

-- 
Justin Couch                                   Author, Java Hacker
Snr Software Engineer                     [EMAIL PROTECTED]
ADI Ltd, Systems Group              http://www.vlc.com.au/~justin/
Java3D FAQ:       http://tintoy.ncsa.uiuc.edu/~srp/java3d/faq.html
-------------------------------------------------------------------
"Look through the lens, and the light breaks down into many lights.
 Turn it or move it, and a new set of arrangements appears... is it
 a single light or many lights, lights that one must know how to
 distinguish, recognise and appreciate? Is it one light with many
 frames or one frame for many lights?"      -Subcomandante Marcos
-------------------------------------------------------------------
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to