Re: [JAVA3D] Class Path

2000-08-18 Thread G . Veith
hi, first, this is not a java3d problem... since jdk 1.2 you only need to point the classpath to your own java claases. jdk 1.2 and 1.3 don't need the classpath environment Gernot Veith JANET Gesellschaft f. interaktive Medien mbH Garmischer Str. 19/21 D-81377 Muenchen www.janet.de fon: +4

Re: [JAVA3D] Class Path

2000-08-18 Thread Carl Smotricz
Hi R.K., > Please clarify the following class path is correct or wrong > > set path=d:\jdk1.3\bin;c:\jrun\lib > set classpath=.c:\jdk1.3\lib\dt.jar OK, it's wrong. There should be a semicolon between the period at the beginning of the classpath and the C that follows. Re's, -Carl- Hi frien

[JAVA3D] Class Path

2000-08-18 Thread R.K.Damodhar
Hi friends   Just now installed  JDK 1.3 .  I can not compile the java files. It's giving error.   Please clarify the following class path is correct or wrong     set path=d:\jdk1.3\bin;c:\jrun\libset classpath=.c:\jdk1.3\lib\dt.jar   Regards R.K.Damodhar