hey guys, as you know im newb here.
i want to ask you a question.
how do i make a program with java?
because i just make a pop ups with notepad box so far :P
what do i need if i want to make my own program?
thanks:)
3 replies to this topic
#1
Posted 18 May 2011 - 03:11 PM
|
|
|
#2
Posted 18 May 2011 - 03:20 PM
Well, for Java development, the first thing you'll want the Java Development Kit, and probably a better text editor than simply Notepad (a good option is jEdit). You don't have to be a computer guru, just get used to the basics of your command line and use the javac command after you've installed the JDK to build your Java source code documents. You can run the resulting class files with the java command.
Wow I changed my sig!
#3
Posted 18 May 2011 - 04:33 PM
Yes, with a good IDE it can build (or package) and run your application in no more than one or two clicks, all they need is the JDK to be installed on your computer and properly set up. Try installing that and an IDE and see if you run in to any problems!
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 18 May 2011 - 06:01 PM
thanks alot guys. :)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









