3 Replies - 1238 Views - Last Post: 13 January 2008 - 10:51 AM Rate Topic: -----

#1 Boyan   User is offline

  • D.I.C Regular

Reputation: 4
  • View blog
  • Posts: 254
  • Joined: 09-September 07

Java on Ubuntu Linux

Post icon  Posted 13 January 2008 - 06:04 AM

Hello.

Even if I'm starting with C++ next semester (in two weeks), I'd like to start learning Java at home. Despite the huge amount of tutorials all over the net, I'd like to ask you for advice.

I'm using Ubuntu Linux 7.10. I know I need Eclipse. What else do I need? Is there a big difference with programming small basic programs on Windows and Linux? Anything else which I have to know?

Thank you so much for you answers.

Is This A Good Question/Topic? 0
  • +

Replies To: Java on Ubuntu Linux

#2 PennyBoki   User is offline

  • D.I.C Lover
  • member icon

Reputation: 55
  • View blog
  • Posts: 2,345
  • Joined: 11-December 06

Re: Java on Ubuntu Linux

Posted 13 January 2008 - 07:16 AM

The the best thing about Java (for me) is that it's a cross platform language. That means there is no difference on which OS you compile and run the code, because of the JVM(Java Virtual Machine).

http://en.wikipedia....Virtual_Machine

So I say you need to install the JVM and you're ready to go

Here: http://www.java.com/...nload/index.jsp
Was This Post Helpful? 0
  • +
  • -

#3 1lacca   User is offline

  • code.rascal
  • member icon

Reputation: 44
  • View blog
  • Posts: 3,822
  • Joined: 11-August 05

Re: Java on Ubuntu Linux

Posted 13 January 2008 - 10:28 AM

The JVM won't be enough, you need the JDK!
Some helpful tutorials.
Was This Post Helpful? 0
  • +
  • -

#4 Tom9729   User is offline

  • Segmentation fault
  • member icon

Reputation: 181
  • View blog
  • Posts: 2,642
  • Joined: 30-December 07

Re: Java on Ubuntu Linux

Posted 13 January 2008 - 10:51 AM

The Java 6 JDK should be in the Ubuntu software repositories. Open up your package manager (Synaptic), and search for/install it.

Eclipse should also be in the repos.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1