Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NEW to JAVA!!!!

Status
Not open for further replies.

wanwawa

MIS
Jan 19, 2004
1
MY
which program that can help me in building a system in Java environment. before this i use VB so is there any software for java. as far as i concern, there a textpad for java. it will be more easier if there is a tool like Microsoft VB. can anyone tell me. and is it true when we develop program in java, we can run on any os platform eg windows ang linux.
 
You'll need the J2SE here is the link... also there are a bunch of editors for free that you can use to write your programs.

In order to run a java program you need a java virtual machine (JVM) installed on that computer running a java program.

I hope this helps, and I hope Im not B.S.ing this. =)
 
You may find a lot of tools, some of them are free, other provide trial versions. Try Eclipse or NetBeans. They have modular structure, so some modules should be downloaded separately, though core versions normally contain Java editor, visual debugger, some kind of project management tool etc.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top