vote up 0 vote down star

Simply, are there any Java Developer specific Linux distros?

flag

Your question makes almost no sense to me. Java is platform independent. – friol Apr 3 at 20:11
@friol: keep following the white rabbit – _ande_turner_ Apr 4 at 7:36
1  
What does java being platform independent have to do with it? He's asking if there's a linux distro targeted at Java Developers. – Mk12 Sep 2 at 0:21

16 Answers

vote up 15 vote down check

A real Sun geek would chime in here about the virtues of using Solaris as a Java development platform, but I am much more ambivalent. Developing with Java is about the same on any linux distro; you are going to wind up having to install the JDK and tools of your choosing (Eclipse, Sun Studio, Tomcat, etc) so you may as well choose a distro on other criteria... perhaps how comfortable you are with it, how easy package management is, and if the look & feel suit your development habits are all big factors.

So, to answer your question more directly, a Java developer would do well with any major linux distro that they are comfortable with using in general. If you want some Java goodness out of the box, Fedora 9 and Ubuntu 8.04 have OpenJDK (and NetBeans) according to a recent announcement.

link|flag
vote up 0 vote down

As Nick Stinemates mentioned, Gentoo is an excellent distro for developing Java. It is one of the few Distros that I know of that has a very active Java maintainer group and almost everything that people use regularly is already packaged.

Be warned, Gentoo is not a drop dead simple distro to use Ubuntu -- you have to understand a bit about how the OS works -- but it does provide an excellent developerment environment.

link|flag
vote up 1 vote down

You can choose any of the distro available bcoz dere is no linux distro specifically for java development. Personally I have worked on RHEL 5, Fedora 9, Mandriva with considerable success.

Working on java is same on any linux distribution after the installation of jdk, tomcat, eclipse, etc.

link|flag
vote up 0 vote down

Latest Ubuntu version. It is easy enough and have packaged Sun Java, Eclipse, NetBeans, GlassFish, TomCat and other Java development related software so you have no worries installing and configuring it from scratch.

link|flag
vote up 2 vote down

I have never heard of a Java-developer-specific Linux distro.

If you need a Linux distro for work purposes (not for personal home use) then the choice of distro is not really affected by the fact that you need to install a JDK, but other factors:

  • how quickly can it be installed?
  • how easy is it to maintain (updates etc)?
  • how fully-featured is it out-of-the-box?
  • how well supported is it? (commercial support if you need it, otherwise how good is community support?)

My suggestions for work-purposes: Ubuntu and Suse have been good for me. I have no experience with the others mentioned (eg: Fedora).

Basically, get a distro that "just plain works". Everything you need (JDK, IDE, etc) will almost certainly be easily installed from there.

link|flag
vote up 0 vote down

For a start: most -if not all- linux distribution allow you to "easily" install (that is: using the distribution's package manager) jdk's and jre's. The choice essentialy is more about what aspect of the distribution is most relevant to your personal taste.

Personnaly, I've come to value overall distribution stability (as in: upgrades to the base system are more or less guaranteed-not-to-hose-my-workstation-one-day-before-delivery-date) more, which made me stick with debian for the past few years.

The price to pay for that is either "sudo apt-get dist-upgrade && sleep 6 months" as theman_on_vista points out, or just install relevant stuff yourself in /opt. After all, installing some jdk's, maven or ant and eclipse|netbeans is easy enough (hell, there even is documentation somewhere I'm sure :) )

link|flag
vote up 2 vote down

Just be careful with your distro's java installation. Most install gcj by default. For whatever reason, typing "java" into bash on most linux distros will not invoke a Sun JVM without some futzing.

Usually, there needs to be a bunch of soft-linking from /usr/local/bin -> $JDK_HOME/bin/* to get things working as I typically expect them.

link|flag
vote up 7 vote down

Dont listen to any of these noobs suggesting one distro over another. Java is Java and just about all distros can install java as such:

[package manager command to install] jdk

If the question was about creating RPM's, then obviously RH/CentOS/Fedora would be desirable over deb distros, source distros, or whatever other format you love. However, due to the nature of Java, a specific distro to use is only relevant if the OP cant formulate their own opinion and must follow whatever other people are doing.

To reiterate There is no java distro , use whatever will have you hit the ground running.

// begin hypocritical personal recomendation

... that being said ... I personally use Archlinux. Archlinux works on rolling releases so it is more likely to have a more recent JDK version then the "sudo apt-get dist-upgrade && sleep 6 months" distros of the world.

// end hypocritical personal recomendation

Also, I am fully prepared to get downvoted, but please, leave me above 50 so i can comment still, thanks!

link|flag
Are all 6 theman* you? If you are, why did you abandon those accounts? 2 of them still have 50+ rep. – Imran Mar 31 at 19:59
lol i never register my name. sometimes i have to delete my cookies to test some code. I usually develop on linux.. but have been writing some windows centric code hence the "_on_vista" – theman_on_vista Mar 31 at 21:37
I think Archlinux is probably one of the worst choices for a Java development OS. The distro only provides "current" package versions, so you're stuck with just Java 1.6 or craptastic gjc 1.5. Aside from that, you're completely on your own to get Java integrated with the rest of the distro setup. – lhunath Apr 1 at 21:22
well i see you are a gentoo user.. go figure. first point, as im sure you are aware, you can set jdk compliance level in eclipse (should that be your ide). second, java package goes in /opt/ and then java_home gets set, what other "integration" is there? – theman_on_vista Apr 2 at 13:16
vote up 1 vote down

Either SUSE or RH, both have official support. http://www.java.com/en/download/help/5000010500.xml

link|flag
vote up 0 vote down

I had a pleasant experience with Mandriva power pack 2008. Select something like development->"java tools" and everything is installed for you.

Everything being Sun JRE, JDK, and eclispe.

Solaris did install a 64bit kernel by default though.....

link|flag
vote up -2 vote down

While not really a distribution, there is a virtual machine available for Tomcat. It could be adapted pretty easily for other Java based deployments (available for several virtualization technologies).

There are also several Java App Server VMs available from VMWare (VMWare only, of course).

link|flag
vote up 1 vote down

There are no licencing issues - the OpenJDK its now 100% GPL and linux friendly. So @Kyle is mistaken.

link|flag
vote up 3 vote down

I have used Ubuntu 8.04 and Fedora 9 with success.

For Ubuntu, the community forums were very helpful and if I remember correctly one of the repositories provided apt packages for Sun's Java6 distribution.

On Fedora 9, the Sun rpms work alright.

In either case, alternative/galternative is your friend to make sure that you point "java" and "javac" at the Sun install. I've been using Netbeans 6.1 and Eclipse 3.4 both on Fedora 9_x64 with no problems.

link|flag
vote up 3 vote down

Hi,

I am very heavy into Java development and I personally use Ubuntu, so I agree with Sean on this one.

The package manager allows you to easily install the various SDKs (the SUN one, or even the upcoming OpenJDK 7).

Regards,

Arjen

link|flag
vote up 10 vote down

Solaris :)

On a serious note, there is no Linux distro dedicated to Java, so it would be about the same.

OpenSolaris on the other hand (in my very humble experience) would be a bit faster, and you would have bonus of Dtrace as a tool. (Not that you can't find similar tools in Linux, but Dtrace should be somewhat more advanced).

link|flag
vote up 1 vote down

The distro which is most developer friendly, in my opinion, is Gentoo. Since you compile everything from scratch, you choose exactly what makes up your system. Java can be installed very easily, so you could potentially just have a window environment and Java installed (aside from the standard tool chain.)

link|flag
i would upvote if i could because I understand what your saying, but I would downvote you cause you linked to xfce and not dwm :) – theman_on_vista Mar 30 at 17:07
dwm is pretty baller :) i'm an awesome fan now – Nick Stinemates Mar 31 at 19:55
Installing a Gentoo system from scratch is INTENSE! :) It was a pretty fun experience, and I'm a Windows fanboy! – John Gietzen Apr 3 at 20:33
It gets better the second time :) – Nick Stinemates Apr 4 at 4:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.