now I tried making a main() method and use the following command:
        
        java -cp "%CLASSPATH%;..\j3dtree.jar" applet
        
        
        that's when I get the error...
        

        
        > > > but I get an error: "Exception in thread "main"
        > > > java.lang.NoClassDefFoundError: javax/media/j3d/Node"
        
        I use to get the same error, there is one of two ways to run the program,
        copy the .java file and put in the bin directory under the jdk. then from the 
command line, change directory to the jdk bin, then compile and run your program.
        anothey way to do it , is to set the system , and enviroment variables 
correctly to include java3d and j2sdk.
         
        hope this helps

Reply via email to