jEdit Community - Resources for users of the jEdit Text Editor
How can I install jedit?
Submitted by nadavvin on Tuesday, 10 January, 2006 - 10:38
I have Mandriva 20066 and I instaled Jedit via "urpmI jedit"

Because, I didn't able to open it, I try to install jedit42install.jar
with java jedit42install.jar

but I get the following error:

$ java jedit42install.jar
java.lang.ClassNotFoundException: jedit42install.jar not found in java.lang.ClassLoader$1{urls=[file:/home/user/tmp/./], parent=null}
caused by:

My java version:
java version "1.4.2_00"
java full version "kaffe-1.4.2"
kaffe VM "1.1.x-cvs"

Engine: Just-in-time v3 Version: 1.1.x-cvs Java Version: 1.4
Heap defaults: minimum size: 5 MB, maximum size: unlimited
Stack default size: 256 KB

What's wrong?
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
Note that when executing a .j
by cvicari on Tue, 10/01/2006 - 15:21
Note that when executing a .jar file, you should use
java -jar <jarfile>
also, note that your JVM is kaffe. I think that jedit can only be executed by the SUN's JVM (see also http://community.jedit.org/?q=node/view/2451)
 
I downloaded Java's SUN and n
by nadavvin on Tue, 10/01/2006 - 18:23
I downloaded Java's SUN and now my javaa version is :
java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

At least I think that this is The right Java

It instaled to /opt/jdk1.5.0_06/jre/

I've succed to install Jedit but I do it from /opt/jdk1.5.0_06/jre/bin/./java -jar jedit42install.jar

but when I try to run Jedit I get the following error:

$ jedit
GC Warning: Out of Memory! Returning NIL!
Exception in thread "main" GC Warning: Out of Memory! Returning NIL!
java.lang.LinkageError: unexpected exception during linking: org.metastatic.jessie.provider.Context
*** Got java.lang.OutOfMemoryError while trying to print stack trace.
 
another attempt
by cvicari on Wed, 11/01/2006 - 10:36
Perhaps the default stack for your JVM is too small?
Try with
java -Xmx150m -Xms150m -jar jedit42install.jar
Note that -Xmx150m means 150mb of heap size and -Xms150m means 150mb for stack size. If your system hasn't got so much memory, change these numbers accordingly.
Now I hope that this is the right way to investigate.
User login
Browse archives
« March 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82338
Context Free Art (*.cfdg)   0.31   46042
JBuilder scheme   .001   18487
BBEdit scheme   1.0   18107
ColdFusion scheme   1.0   18015
R Edit Mode - extensive version   0.1   17461
Advanced HTML edit mode   1.0   16194
Matlab Edit Mode   1.0   16057
jEdit XP icons   1.0   15220
XP icons for jEdit   1.1   14281