Click here to Skip to main content
15,905,679 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Please suggest some popular compilers for compiling java code ..........
Posted
Updated 25-Nov-13 14:43pm
v2
Comments
Sergey Alexandrovich Kryukov 25-Nov-13 11:33am    
Compiler of IDE?!
—SA
CHill60 25-Nov-13 20:43pm    
Sorry - I know solutions have been posted but I just couldn't stop myself from removing the shouting (CAPITALS)

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Nov-13 11:40am    
Fair enough. It said nothing about IDE (perhaps because the question is formulated in a contradictory or vague way, platform is not provided). (Voted 4.) I added on IDE in my answer.
—SA
Don't mix up compilers and IDE. Compilers come with Java machines and depend on your platform. I would advise to prefer the open-source one which presently comes from Oracle, please see Solution 1.

One of the most popular IDE is Eclipse, but I would prefer and advise NetBeans:
http://en.wikipedia.org/wiki/NetBeans[^],
http://netbeans.org/[^].

There is a lot more. See also: http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#Java[^].

—SA
 
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