Results 1 to 4 of 4

Thread: Install Jedit in ubuntu

  1. #1
    Join Date
    Oct 2009
    Posts
    38

    Install Jedit in ubuntu

    Hi everyone
    I am new to java, for few days I am programming in java. Currently I am using notepad as my editor to edit java files. One of my friends told me to install JEdit, he said it is good editor for programming and entirely written in java. I am using ubuntu 9.04 and I can find the jedit any where for ubuntu. Even I have used the apt-get to install the JEdit but it says the package is not found. Does any one know how to install JEdit in ubuntu. Please I am trying to install it but it's just not working for me. Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Install Jedit in ubuntu

    Hi
    Yes JEdit is a great editor for programming. To install JEdit in your system follow the step below
    1) Add the repository of JEdit to you etc/apt/sources.list file
    Code:
    sudo gedit /etc/apt/sources.list
    2) Add the following lines to the file
    Code:
    deb http://dl.sourceforge.net/sourceforge/jedit ./
    deb-src http://dl.sourceforge.net/sourceforge/jedit ./
    3) Save the file and close it.
    4) Now you can install JEdit, update the apt-get and install JEdit
    Code:
    sudo apt-get update
    sudo apt-get install jedit
    This is how you can do it.

  3. #3
    Join Date
    May 2008
    Posts
    3,316

    Re: Install Jedit in ubuntu

    Hello
    The above method is prefect to install the jedit in ubunut. But I am showing an alternate method. For this, you have to install the java virtual machine. There are many threads on how to install java virtual machine. Then you have to download the JEdit as a jar file. It is available on there official site. then just execute the following lines
    Code:
    java -jar jedit.jar
    Then just follow the GUI installer instructions. They are simple.
    the important things to remember are you have to download the jar file and you have to install java, i recommend to install java from SUN for compatibility and even java is open source now.

  4. #4
    Join Date
    Oct 2009
    Posts
    38

    Re: Install Jedit in ubuntu

    Hi
    Thanks for your reply
    But I still have a problem to install JEdit, when I tyoe "sudo apt-get install jedit" then the following lines are displayed. But I can find JEdit anywhere installed.
    Reading package lists... Done
    Building dependency tree... Done
    jedit is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Any suggestion or advice on this. By the way thanks again.

Similar Threads

  1. How to install XP after Ubuntu
    By AaAgMaN in forum Operating Systems
    Replies: 4
    Last Post: 30-01-2011, 07:39 PM
  2. how to install vb.net on ubuntu
    By Mustafa k in forum Operating Systems
    Replies: 5
    Last Post: 03-01-2011, 07:07 PM
  3. how to install c on ubuntu
    By Mast Maula in forum Operating Systems
    Replies: 5
    Last Post: 03-01-2011, 05:04 PM
  4. How to install JRE on Ubuntu
    By abbase in forum Operating Systems
    Replies: 4
    Last Post: 12-10-2009, 11:20 AM
  5. Install IE in Ubuntu
    By KDE_RuLeZ in forum Operating Systems
    Replies: 3
    Last Post: 31-08-2009, 07:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,058,000.52288 seconds with 17 queries