hi bangers, hi plstromb;
Thank you for your help;
but the problem is still occuring.
There's no prb with windows2000 when I set the classpath in the properties section of "MyComputer".
but the prb is with windows 95, first in the autoexec.bat there's no section with classpath,so I wrote the lines :
set classpath = %classpath%; c:\jdk1.2\Mypack\me.jar
set path = %path%; c:\jdk1.2\bin
(my package is setting in a folder "rep1" and the folder is in a "me.jar" file , and "me.jar" is in c:\jdk1.2\Mypack).
but when I try to import a class in this package,
exp:import rep1.*;
the complire return me: "import not found".
and if I try to use javac or java, in other folder then c:\jdk1.2\bin , I got "command not found".
can you help me , please to find the prb?