Results 1 to 7 of 7
- 05-19-2008, 05:28 PM #1
Member
- Join Date
- May 2008
- Posts
- 2
- Rep Power
- 0
Launching applications without an IDE
Hi, I started to learn Java just over a week ago using the Java for Dummies book. It provides a copy of JCreator which I have been using so far however the book makes no mention of running the applications that I write without using the IDE and other than creating applets. Can someone tell me how I would go about running an application without the use of the IDE?
Thanks in advance.
- 05-19-2008, 05:47 PM #2
You can start here...
Choose what platform are you using now...
If you don't know how to set classpath,
save your file inside the bin folder, compile and execute them there....freedom exists in the world of ideas
- 05-19-2008, 09:27 PM #3
Member
- Join Date
- May 2008
- Posts
- 2
- Rep Power
- 0
Thats fantastic thanks for your help.
- 05-23-2008, 11:31 AM #4
Member
- Join Date
- May 2008
- Posts
- 17
- Rep Power
- 0
sukato is right. if you go in detail set the directory in command prompt in the bin folder and now copy your .java file there. then type in javac filename.java. this compiles the file and produces a .class file. next to run it type in java filename(no extension). and there you go!!!
- 05-23-2008, 11:32 AM #5
Member
- Join Date
- May 2008
- Posts
- 17
- Rep Power
- 0
sorry sukato i didnt see ur link
- 05-24-2008, 06:05 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 05-24-2008, 07:54 AM #7
Similar Threads
-
Launching Applet from a JSP page
By Java Tip in forum Java TipReplies: 0Last Post: 01-31-2008, 12:53 PM -
Including JAR in applications
By bugger in forum New To JavaReplies: 0Last Post: 01-11-2008, 09:36 AM -
Logging applications
By ravian in forum New To JavaReplies: 2Last Post: 01-02-2008, 06:43 PM -
Concurrent Applications
By m@tqi in forum Advanced JavaReplies: 1Last Post: 12-01-2007, 12:09 AM -
Launching imageJ using Java Web Start
By Petar in forum Web FrameworksReplies: 0Last Post: 07-30-2007, 11:37 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks