Tim Bachta

Greenhorn
+ Follow
since Dec 30, 2000
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 Tim Bachta

This is the code that I have so far. It works but I need to optimize so that the Leap = **** are only listed one time each. Any Ideas??

code deleted by Marilyn

[This message has been edited by Marilyn deQueiroz (edited February 17, 2001).]
23 years ago
This is the settings that I have
PATH=C:\windows;c:\windows\command;c:\jdk1.2\bin;C:\jdk1.2\jre\bin
CLASSPATH=C:\jdk1.2\lib;.;C:\java
I am still getting an error
23 years ago
They are all in the Java folder which is located in the root of C: Drive and I compile and reun in that directory
23 years ago
actually it is comming out as HelloWorld all one word??
I saved the file as HelloWorld.java the class anme is HelloWorld what else could be wrong?
23 years ago
I ran the hello world program. It was able to compile but when I ran it I received the following message:"Exception in thread "main" java.lang.NoClassDefFoundError: Hello World " did I do something wrong?
23 years ago