I have just installed Ubuntu 10.04 in my Laptop and I'm a beginner to Linux operating systems. I want to setup a Java development environment in my system. Things I need:

  1. Eclipse
  2. JDK 1.6
  3. Apache Tomcat

Can anyone please guide me how to install these software in my Ubuntu 10.04?

link|improve this question

25% accept rate
feedback

2 Answers

up vote -1 down vote accepted

1) You should download this from Eclipse's website (unpack it).
2) Read my answer here.
3) Open the Synaptic package manager and type: tomcat . Select which one you want, install it.

link|improve this answer
feedback

I suggest you start with:

sudo aptitude install sun-java6-jdk eclipse-rcp libtomcat6-java
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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