PDA

View Full Version : java question


pythonsyntax
31st January 2011, 04:32 AM
What tools do i need for java programming in fedora 14?

FuzzyDoom
31st January 2011, 04:55 AM
You need an IDE and the JDK and that's it AFAIK.

RupertPupkin
31st January 2011, 06:06 AM

You don't need an IDE to do Java programming in Fedora or any operating system. I've written tons of Java code using just a text editor (Emacs) and the JDK.

If you want to do server-side web programming with Java, you'll also need a Servlet/JSP container like Tomcat, which is in the Fedora repos. You'll also probably find web frameworks like Hibernate and Spring useful, and some kind of database server, like PostgreSQL.

pythonsyntax
31st January 2011, 01:31 PM
i plan to do some java programming with my vim and i something like networking and try to learn computer science on my own.

I got OpenJDK opneJDK-devel that about i have installed for java programming.Do i need a tool call jar for java to?

unixrobot
14th February 2011, 07:45 PM
to create a jar file:

jar -cf helloworld.jar *.class (or run jar to get an overview what you can do with this tool)

danielfedora
16th February 2011, 05:25 PM
net-beans it's great! Eclipse it's also a good tool

marko
16th February 2011, 06:03 PM
IntelliJ Idea community edition is great:

http://www.jetbrains.com/idea/free_java_ide.html