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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10184883.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10969621.html
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
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11218937.html
When setting the PATH & CLASSPATH variables what file (on an NT system) is updated?
Thanks
http://www.experts-exchange.com/Programming/Languages/Java/Q_20000730.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20124615.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20168547.html
How to Modify( & Add new) System Environment Variables in WinNT/2000, Such as 'path','classpath','temp' etc...
regards,
Bruce L.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20188238.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20292862.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20296104.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20359523.html
Zones:
JavaDate Answered: 09/24/2002 Grade: A Views: 0