>
> For the classpath stuff, just delete the java.exe and javaw.exe from the
> windows\system directory. Should fix all your problems then.
>
> --
> Justin Couch                                    Author, Java Hacker
> http://www.vlc.com.au/~justin/               Java 3D FAQ Maintainer
> http://www.j3d.org/              J3D.org The Java 3D Community Site

Hi,
First of all thanks a lot for your help.
But this didnt work. What is happening is that with jdk1.2.1 it is
compiling ok, but not when I change the path to jdk1.3. Moreover it is not
giving the problem with the Java class files, but with my class files. It
is not accepting my classes which are in other packages.

for e.g. if my packages are in

d:\myfiles\source\dir1\dir2

and if I set the classpath as c:\jdk1.2.1\lib\dt.jar;d:\myfiles\source
now if I am compiling an applet in dir2 say Myapplet.java

it is working fine .....

but if I set the classpath as c:\jdk1.3\lib\dt.jar;d:\myfiles\source
then it is not accepting the classes which the applet is using from dir1.

Please help !!

Thanks
tina

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to