Jump to content

[question]

- - - - -

  • Please log in to reply
3 replies to this topic

#1
instaant

instaant

    Newbie

  • Members
  • Pip
  • 4 posts
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:)

#2
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
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
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
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.

#4
instaant

instaant

    Newbie

  • Members
  • Pip
  • 4 posts
thanks alot guys. :)




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users