when I try to start (java -jar j.jar) it does not find the
gnu.regexp library and throws an exception:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at Main.main(Main.java:44)
Caused by: java.lang.IllegalAccessError: tried to access
method java.lang.Object.clone()Ljava/lang/Object; from class
gnu.regexp.REMatch
at gnu.regexp.REMatch.clone(REMatch.java:57)
at
gnu.regexp.RETokenOneOf.match(RETokenOneOf.java:65)
at gnu.regexp.RE.isMatchImpl(RE.java:831)
at gnu.regexp.RE.isMatch(RE.java:824)
at gnu.regexp.RE.isMatch(RE.java:800)
at
org.armedbear.j.ModeListEntry.accepts(ModeListEntry.java:108)
at
org.armedbear.j.ModeList.modeAccepts(ModeList.java:100)
at org.armedbear.j.Buffer.createBuffer(Buffer.java:288)
at org.armedbear.j.Buffer.createBuffer(Buffer.java:263)
at
org.armedbear.j.Session.createBuffers(Session.java:223)
at org.armedbear.j.Session.restore(Session.java:199)
at org.armedbear.j.Editor.main(Editor.java:399)
I downloaded the binary version (tar.gz)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I answer to your question, Peter, no, the Windows binary
doesn't load at all. Java is one of the few languages I don't
know, so I can't be of much help otherwise.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=219068
</badgrammar>
Logged In: YES
user_id=558172
I think the actual bug here is that with a clean install,
the initial startup causes several bogus error messages to
be written to the log.
On my system (Linux), if you ignore those messages,
everything actually works fine.
Or am I missing something? Is the behavior different on Windows?
In any case, I'll fix the error messages for the next
release. Sorry for the confusion.
-Peter
Logged In: YES
user_id=305437
when I try to start (java -jar j.jar) it does not find the
gnu.regexp library and throws an exception:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at Main.main(Main.java:44)
Caused by: java.lang.IllegalAccessError: tried to access
method java.lang.Object.clone()Ljava/lang/Object; from class
gnu.regexp.REMatch
at gnu.regexp.REMatch.clone(REMatch.java:57)
at
gnu.regexp.RETokenOneOf.match(RETokenOneOf.java:65)
at gnu.regexp.RE.isMatchImpl(RE.java:831)
at gnu.regexp.RE.isMatch(RE.java:824)
at gnu.regexp.RE.isMatch(RE.java:800)
at
org.armedbear.j.ModeListEntry.accepts(ModeListEntry.java:108)
at
org.armedbear.j.ModeList.modeAccepts(ModeList.java:100)
at org.armedbear.j.Buffer.createBuffer(Buffer.java:288)
at org.armedbear.j.Buffer.createBuffer(Buffer.java:263)
at
org.armedbear.j.Session.createBuffers(Session.java:223)
at org.armedbear.j.Session.restore(Session.java:199)
at org.armedbear.j.Editor.main(Editor.java:399)
I downloaded the binary version (tar.gz)
Logged In: YES
user_id=219068
I answer to your question, Peter, no, the Windows binary
doesn't load at all. Java is one of the few languages I don't
know, so I can't be of much help otherwise.
Thanks.
Logged In: YES
user_id=558172
This bug is fixed in the current development snapshot.