Mar 18, 2002 #1 Gurdip Programmer Joined Mar 18, 2002 Messages 1 Location US is there a way to use the classpath using files in directory "Program files" java -classpath c:\Program files\javasoft\jre\jdk\1.3.0_03;. myClass I need to use only the command line solution and cannot read the environment variables,
is there a way to use the classpath using files in directory "Program files" java -classpath c:\Program files\javasoft\jre\jdk\1.3.0_03;. myClass I need to use only the command line solution and cannot read the environment variables,