Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
4.00/5 (3 votes)
See more:
Sir, I am new to java programming where I am learning it by myself. Now I want to write the java programming code, which software is using to write code for java programming for debugging, testing and pakaging etc
Posted
Comments
Sergey Alexandrovich Kryukov 18-Jan-12 4:07am    
You got my permission -- go ahead and do it. :-)
By the way, do you have any questions?
--SA
TorstenH. 18-Jan-12 7:02am    
which software is using to write code for java programming for debugging, testing and pakaging etc

I guess that counts.
Who voted 1? that's not fair.

I prefer Eclipse - it's a common used IDE for professional developers: Eclipse Indigo for Java Developers[^]

The other one that is pretty common is Netbeans : Netbeans SE[^]

Choose which you want to use, both are free. You can also use both - but they require their own project settings, so they don't interact to well. Most of us use one of them.

Please also make sure you have got the latest Java JDK 6.30 on your system: Java SE Development Kit 6 Update 30[^]
 
Share this answer
 
Comments
Prashant Srivastava LKO 18-Jan-12 5:48am    
nice answer
Ashish Tyagi 40 18-Jan-12 9:47am    
Netbean is the best one, my 5
In addition to Torsten's suggestions I suggest you spend time with the Java Tutorials[^] where you will find lots of useful information.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900