Im using JCreator 4.5, and everytime Im finished coding.. I compile using JCreator also..
How about If I am going to compile my Java code using DOS PROMPT? so that even without JCreator, I can still compile my java code..
help me pls?
Printable View
Im using JCreator 4.5, and everytime Im finished coding.. I compile using JCreator also..
How about If I am going to compile my Java code using DOS PROMPT? so that even without JCreator, I can still compile my java code..
help me pls?
Man, that's why beginners should never ever use an IDE before knowing how to do it by hand.
"Hello World!" for Microsoft Windows (The Java™ Tutorials > Getting Started > The "Hello World!" Application)
ok thanks a lot.. do you have a batch file for that?
Uhm, no.:confused:
Like the others have implied, stop using JCreator for now. Write your code in notepad, and see a tutorial about compiling from console.