Forums Register Login

Classpath, Packages, etc.

+Pie Number of slices to send: Send
Hello everyone.

I'm going to try to keep this as brief as possible...

I'm having some issues understanding how to use multiple packages and set the classpath.

So far, I've only dealt with single source files. I've written two .bat files, one to compile and the other to run the program:


All the class files are in the following directory:
C:\Java_Programs
+Pie Number of slices to send: Send
Hello Claude,

The following line in your compile .bat file isn't correct:

path javac c:\Java_Programs\Meaty.java

"PATH" is an environment variable in Windows. You set it to tell Windows where to look for executable programs. The Java compiler (javac.exe) is a program, and you need to tell Windows that it's in the bin directory where you installed the JDK. Step 4 of the JDK installation instructions explains how you should set the PATH.

When this is set correctly, you can compile your Java source code with the following commands:

c:
cd \Java_Programs
javac Meaty.java

I am moving this topic to the Java in General (Beginner) forum, because it's not directly related to SCJP. Please click on the link at the top of this page to go there.
It's just like a fortune cookie, but instead of a cookie, it's pie. And we'll call it ... tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 810 times.
Similar Threads
CLASSPATH Environment Variable
Compiling and running two source files
Setting the classpath
Compiling Issue
RMI connection to registry refused
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 15, 2024 23:51:16.