Results 1 to 3 of 3

Thread: how to install Eclipse/Nesc Editor ?

  1. #1
    Join Date
    Jul 2008
    Beans
    11

    how to install Eclipse/Nesc Editor ?

    Hi,


    How to install eclipse along with nesc plugin ?
    If its performance is very slow, can anyone point to any other good nesc editor installable?

    Thanks,
    psundar
    Last edited by psundar; August 5th, 2008 at 08:08 AM. Reason: errors

  2. #2
    Join Date
    Nov 2007
    Location
    New Zealand
    Beans
    1,026
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: how to install Eclipse/Nesc Editor ?

    Quote Originally Posted by psundar View Post
    Hi,


    How to install eclipse along with nesc plugin ?
    If its performance is very slow, can anyone point to any other good nesc editor installable?

    Thanks,
    psundar
    Ive never used nesc, but I have used Eclipse alot on Ubuntu.

    It is available in the Ubuntu repositories.

    1. Enable "universe" and "multiverse" repository.
    2. Install Sun Java 6 JDK (optional but I would REALLY recommend it!)

    Code:
    sudo apt-get clean
    sudo apt-get update
    sudo apt-get sun-java6*
    3. Install Eclipse...

    Code:
    sudo apt-get clean
    sudo apt-get update
    sudo apt-get install eclipse
    EDIT: Here is a guide to setting up an Eclipse nesc plug-in.
    Last edited by tinny; August 5th, 2008 at 08:19 AM.

  3. #3
    Join Date
    Jul 2008
    Beans
    11

    Re: how to install Eclipse/Nesc Editor ?

    thanks.. I was able to install eclipse and then the nesc plug-in is available at
    http://nxtmote.sf.net/nescdtupdate

    psundar
    p.s
    For those who wants to install python too, it can be found at
    http://pydev.sourceforge.net/updates/

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
  •