Advertisement

1 - 10 of 195 containing alltags:("Classpath") (0 seconds)
If I set the CLASSPATH environment variable in my NT System / Environment options, my class is loaded fine. When I clear the environment variable and try to use "java" with the -cp or -classpath op...
Zones: Java, New To JavaDate Answered: 02/27/2002 Grade: A Views: 0
i don't know how to set classpath in unix. 1. in csh? 2. in sh? 3. if i don't want to type javac -classpath ".:/classpath1:/classpath2" myname.java every time, what file i should put the cla...
Zones: JavaDate Answered: 08/12/2000 Grade: A Views: 0
I have just installed the Java 1.2.2 inserted my classpath as c:\jdk1.2.2\bin, (windows 2000 platform) I can compile a class okay but can not run it, doing so gives me the following problem using ...
Zones: Java, jEdit, New To JavaDate Answered: 09/08/2000 Grade: A Views: 0
When setting the PATH & CLASSPATH variables what file (on an NT system) is updated? Thanks
Zones: JavaDate Answered: 12/21/2000 Grade: A Views: 0
Hi here is my program and error please help to connect to mysql database. Thanks\.......... import java.sql.*; public class jdbc { public static void main(String argv[]) { try { Class.forN...
Zones: JavaDate Answered: 06/25/2001 Grade: C Views: 0
Hi, I have my source files in package ario.gui.design The directory path is source/ario/gui/design I have my class files in directory classes/ario/gui/design/ my main class name ...
Zones: Java, New To JavaDate Answered: 08/29/2001 Grade: B Views: 0
How to Modify( & Add new) System Environment Variables in WinNT/2000, Such as 'path','classpath','temp' etc... regards, Bruce L.
Zones: Delphi ProgrammingDate Answered: 09/28/2001 Grade: A Views: 0
New to linux I just installed j2sdk in Linux redhat. I installed the files in /usr/java/j2sdk1.4.0 The above directory contains jre , lib , inlcude etc. I use .bash_profile to set my PATH an...
Zones: JavaDate Answered: 05/08/2002 Grade: A Views: 0
I have a .java file thats accessing a .jar file.  When I install my software that installs the .java file that calls the .jar file, I will get 'Java Exception Occurred' unless I explicitly go to th...
Zones: Java, New To Java, J2SEDate Answered: 09/03/2002 Grade: B Views: 0
I would like to load oracle drivers on the fly without pre-setting the CLASSPATH. The idea is to run something like this: # Set class path to include d:\oracle\classes.zip ??? # Load class fro...
Zones: JavaDate Answered: 09/24/2002 Grade: A Views: 0