Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-11-20 10:00:39 am

koolspin
Member
From: Boogie-Down-Bronx, NY
Registered: 2007-11-20
Posts: 15

jEdit running fine on the eee

Full blown IDEs like Eclipse and Visual Studio are nice, but on a constrained machine like the eee, something a bit lighter might make more sense.

My favorite editor is jEdit. I love it 'cause it runs on windows, *nix and even macosx (i've heard).
It does syntax highlighting for just about any language you can think of and is very cusomizable.
It even has a bunch of plug-ins to do IDE-like things.
Since the java vm is pre-installed on the eee, all you need to to is download the java installer from jedit.org.

I was editing some html templates on the bus yesterday.
Edit in jEdit, switch to Firefox to see how it renders.
Beautiful.

++ks

Offline

 

#2 2007-11-20 4:34:00 pm

stenk
Senior Member
Registered: 2007-11-18
Posts: 126

Re: jEdit running fine on the eee

Wow interesting stuff! Thanks for the info.

Offline

 

#3 2007-11-20 6:07:33 pm

md81544
Senior Member
From: SW3
Registered: 2007-11-05
Posts: 149

Re: jEdit running fine on the eee

I agree Jedit is a splendid editor (which runs just great on Mac OS X!).  However when I try to install on the E3 I get a SIGSEGV error.  Did you do anything special??

Offline

 

#4 2007-11-21 11:27:19 am

koolspin
Member
From: Boogie-Down-Bronx, NY
Registered: 2007-11-20
Posts: 15

Re: jEdit running fine on the eee

md81544 wrote:

I agree Jedit is a splendid editor (which runs just great on Mac OS X!).  However when I try to install on the E3 I get a SIGSEGV error.  Did you do anything special??

I don't remember doing anything out of the ordinary.
I think it was as simple as:

$sudo java jedit42install.jar

I did download the stable version (4.2) and not the dev version (4.3pre), but I'm not sure if that matters any.

Let me know if you need any more info.

++ks

Offline

 

#5 2007-11-21 12:26:06 pm

md81544
Senior Member
From: SW3
Registered: 2007-11-05
Posts: 149

Re: jEdit running fine on the eee

Strange.  I've tried 4.2 and 4.3.  The install should be "sudo java -jar <jarfile>".  Each crashes the JVM.  I wonder what's different between yours and mine.  If you don't mind, please could you tell me what version you get when you type "java -version"?  Thanks!

Offline

 

#6 2007-11-21 12:35:28 pm

md81544
Senior Member
From: SW3
Registered: 2007-11-05
Posts: 149

Re: jEdit running fine on the eee

I've found a workaround... "sudo java -server -jar <jarfile>" works.     No idea why...!

Offline

 

#7 2007-11-21 10:50:40 pm

koolspin
Member
From: Boogie-Down-Bronx, NY
Registered: 2007-11-20
Posts: 15

Re: jEdit running fine on the eee

md81544,
I'm running java version 1.5.0_10

I have to do a partition restore (screwed up a kde install), so after the restore i'll try to install jEdit again and see what happens.

Update:
I just installed jEdit again after the partition restore:
$sudo java -jar jedit42install.jar

...did the trick for me.

++ks

Last edited by koolspin (2007-11-22 7:36:15 pm)

Offline

 

#8 2007-11-27 7:17:27 pm

raster
Member
From: Oconomowoc, WI, USA
Registered: 2007-11-07
Posts: 11
Website

Re: jEdit running fine on the eee

I just got jEdit 4.3pre11 installed. I had to use "sudo java -server -jar <jarfile>" for the install, and to get jEdit to launch.

Is there any way to easily add an icon or another simple way to launch it?

Offline

 

#9 2007-11-28 10:42:18 am

koolspin
Member
From: Boogie-Down-Bronx, NY
Registered: 2007-11-20
Posts: 15

Re: jEdit running fine on the eee

raster,
i've been running jedit from the command line, basically because i'm lazy.

if you check the wiki, they have instructions for adding new progs to the start menu, if you're running in "easy mode".
if you're running full desktop mode, just follow the instructions for updating the start menu in kde.

++ks

Offline

 

#10 2008-07-21 11:27:58 pm

randomeeePCguy
New member
Registered: 2008-05-08
Posts: 2

Re: jEdit running fine on the eee

I think everyone is making it too hard.
They went to the trouble of packaging it into deb file....

so why not install jedit is the standard debian way...

"# To install jEdit via Debian Linux apt-get, add the following lines to your /etc/apt/sources.list:

deb http://dl.sourceforge.net/sourceforge/jedit ./
deb-src http://dl.sourceforge.net/sourceforge/jedit ./

Then, just run apt-get update, followed by apt-get install jedit or apt-get source jedit.
"
ctrl+alt+t   then
sudo aptitude update
sudo aptitude install jedit

jedit stable version I think

or use gsynaptic if you prefer.

I installed the developer (newer version) like this:

Download and manually install the experimental .deb file.
Go here
    Debian package
http://prdownloads.sourceforge.net/jedi … 14_all.deb
http://sourceforge.net/project/showfile … _id=595374

download the .deb file.

In filemanager right click on it and chose install .deb file

it creates things in the right places automatically.

/usr/bin/jedit

to start the program ctrl + alt + t

then type "jedit"

it will put your settings in the right place on the first run  /home/user/.jedit/

Here's what it does:
/home/user/D:/downloads> sudo dpkg -i jedit_4.3pre14_all.deb
Selecting previously deselected package jedit.
(Reading database ... 76271 files and directories currently installed.)
Unpacking jedit (from jedit_4.3pre14_all.deb) ...
Setting up jedit (04.03.14.00) ...
/home/user/D:/downloads> jedit
Warning: $JAVA_HOME environment variable not set! Consider setting it.
          Attempting to locate java...
Found a virtual machine at: /usr/bin/java...

and it starts smile  very simple... too bad its not in the repos.


-----
you may create an icon for easy mode in the usual way...
or better yet associate files in the filemanager with jedit by file extension. 

right click on a .php or similar and chose "edit file type"

then "add"  and chose jedit wihich is under development

now filemanager will use jedit on a double click of these files

Last edited by randomeeePCguy (2008-07-21 11:51:47 pm)

Offline

 

#11 2008-10-23 2:21:36 pm

Shabbir
Senior Member
From: London
Registered: 2008-02-14
Posts: 105
Website

Re: jEdit running fine on the eee

I've got jEdit installed too, been using it for a number of years and I honestly think it's one of the best editors out there! The only hitch is that that's all it is, an editor, no compiler, but that doesn't bother me since I usually run through Terminal.


- Shabbir
Freelance Critic | Simple Gamer (http://www.simplegamer.co.uk/)

Offline

 

#12 2008-11-04 10:01:08 am

gunnar-eee
Senior Member
From: Sweden
Registered: 2008-08-14
Posts: 238

Re: jEdit running fine on the eee

There are some jEdit addons that help launch compilation from within the editor.

However now that both Eclipse and Netbeans feature on-the-fly compilation as well as adopting
one of the hallmarks of jEdit - operating as a folding editor, jEdit is getting a bit of a competition....
I wish it could keep up, but while the IDE's can evolve their editors, jEdit can't likely become an IDE.

Last edited by gunnar-eee (2008-11-04 10:02:02 am)


/gunnar Eee PC 900 16GB Linux, Eee PC 900A 8Gb Linux (German)
Eee PC 4G white, Eee Box B202 (my daughter's)
Eee PC 1000H (Atom) 320GB, XP Home
Eee Top ET1602  2GB RAM, 320GB,  Stockholm, Sweden

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson