Results 1 to 5 of 5
- 04-14-2011, 04:56 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 11
- Rep Power
- 0
- 04-14-2011, 05:06 AM #2
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
There should be something like build in eclipse. However, you can compile on the command line with javac if you have the classpath set, or you use the classpath flag.
will compile the java source file filename.java in the current directory.Java Code:javac -cp . filename.java
Here is a video to download and install and set up the classpath as well.
TheNewBoston – Free Educational Video Tutorials on Computer Programming and More! » Java Programming Tutorial – 1 – Installing the JDK
- 04-14-2011, 05:07 AM #3
try typing this first:
Java Code:path %PATH%;"C:\Program Files\Java\jdk1.6.0_24\bin"
- 04-14-2011, 05:34 AM #4
Member
- Join Date
- Apr 2011
- Posts
- 11
- Rep Power
- 0
Thank you both! I am so glad that now I can do it from command prompt. I just feel so much smarter when doing things from command prompt.
- 04-14-2011, 05:45 AM #5
Hehe, well someday you're going to get tired of all that manual labor and use Eclipse ;)
Similar Threads
-
Web applications
By etisc in forum New To JavaReplies: 1Last Post: 01-02-2011, 03:28 PM -
Online applications
By JavaSoftware in forum New To JavaReplies: 3Last Post: 11-19-2010, 09:37 AM -
Converting String to Usable code
By xael in forum New To JavaReplies: 4Last Post: 09-21-2010, 09:08 PM -
Re-usable, dynamic pattern for error code-message mapping
By Algatron in forum Advanced JavaReplies: 3Last Post: 03-19-2009, 04:01 AM -
Launching applications without an IDE
By this_is_phil in forum New To JavaReplies: 6Last Post: 05-24-2008, 07:54 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks