Announcement

Collapse
No announcement yet.

How to run Java application

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to run Java application

    Can anyone teach me how to run Java application?
    Do I have to install jre?

    I am using Kubuntu 5.10

    thx

    #2
    Re: How to run Java application

    first, enable extra repos: http://www.psychocats.net/linux/sources.php

    Now, in Konsole, type this:
    Code:
    sudo apt-get install j2re1.4
    and if you want to Mozilla plugin, so you can view java in web pages:
    Code:
    sudo apt-get install j2re1.4-mozilla-plugin
    Also, when it asks you for a password, type the password you login with.
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment

    Working...
    X