Thread
:
problem when I try to compile a program from command prompt
View Single Post
#
3
(
permalink
)
08-06-2007, 11:16 PM
bbq
Senior Member
Join Date: Jun 2007
Posts: 134
Do you use word 'javac' in your source code? If you do, change it to other word.
Also, set the classpath on the command line:
javac -classpath . filename.java
'.' means your current working directory.
bbq
View Public Profile
Send a private message to bbq
Find all posts by bbq