Zach Williams

Greenhorn
+ Follow
since Nov 07, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Zach Williams

I have my .class file but I am struggling to run it in the JVM. How do I do this?
13 years ago
I fixed it so i dont get the error message, it was a simple mistake i made. Still need help simplifying the process though
13 years ago
OK that worked, I'm a little closer. I still cant get it to compile however.

Is there anyway to simplify this so I dont have to navigate to the directory each time?

Here is the screen shot of the error message i receive now
13 years ago
My files are in the document folder under the "Zach" directory. I am not using any packages
13 years ago
Command Prompt gives me this error message when I try to compile any of my source files. Any ideas?
13 years ago
my path is defined as

C:\Program Files (x86)\Java\jre6\bin

the location of my bin is

C:\Program Files (x86)\Java\jre6\bin

Javac is still coming up as not recognized as internal or external command...
13 years ago
Can it still be a classpath issue if I am able to issue the command "java -version" and it is able to display the correct version? I copied the path directly from the location of the /bin file so i dont think I have any typo's
13 years ago
Hi guys, I literally just picked up the book last night to start learning Java. I am using Head First Java 2nd Edition. Part of the first chapter has me writing some simple coding.

However, I am having trouble getting the compiler to work. First off, it wont recognize any commands when I use javac. It only recognizes commands that begin with java, like "java -version"

But when I attempt to run this through the compiler using this command.

>java MyFirstApp.java

I get this error from command prompt (see attached)

13 years ago