Thread
:
Java help
View Single Post
09-21-05, 12:39 AM
#
10
(
permalink
)
JonMisurda
Guest
Posts: n/a
hmm, the only other thing off the top of my head that i could think of it being is the dreaded CLASSPATH environment variable.
Try this and see if it works:
java -cp . filename
Jon
JonMisurda