Hi-
I've been using JOE/outliner for at least a year. I use
it- daily.
My new machine -had issues with RH9 -so when fedora
was available- I promptly installed it. Meanwhile, I
snagged
the latest jdk from javasoft and installed it. I downloaded
the most recent version . I ran dos2unix run_joe.sh and
edited
INSTALL_DIR=$HOME/outliner to match. Joe fails -to run,
I included the execption below. I looked over my new java
install and unziped the src.zip and -un- jar'd the files in
lib. Let me know if you have any ideas.
BTW_ joe on macosX runs- (old-vers) but the delete (rubout)
key does -not work .. I'll soon update to macos-10.3 and
reply with feedback.
donmoore@zanbolar outliner; sh -x run_joe.sh
+ ulimit -s 2048
+ INSTALL_DIR=/dist/donmoore/outliner
++ pwd
+ CWD=/donmoore/outliner
+ '[' 0 '!=' 0 ']'
+ cd /dist/donmoore/outliner
+ RP=lib
+ CP=lib/com.organic.maynard.jar
+ CP=lib/com.organic.maynard.jar:lib/outliner.jar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar:lib/com.psm.wiki.jar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar:lib/com.psm.wiki.jar:lib/sax.jar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar:lib/com.psm.wiki.jar:lib/sax.jar:lib/xp.jar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar:lib/com.psm.wiki.jar:lib/sax.jar:lib/xp.jar:lib/xmlrpc.jar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar:lib/com.psm.wiki.jar:lib/sax.jar:lib/xp.jar:lib/xmlrpc.jar:lib/bsh.jar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar:lib/com.psm.wiki.jar:lib/sax.jar:lib/xp.jar:lib/xmlrpc.jar:lib/bsh.jar:lib/ja
karta-oro.jar
+
CP=lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.webfile.j
ar:lib/com.psm.wiki.jar:lib/sax.jar:lib/xp.jar:lib/xmlrpc.jar:lib/bsh.jar:lib/ja
karta-oro.jar:lib/jazzy-core.jar
+ java -cp
lib/com.organic.maynard.jar:lib/outliner.jar:lib/com.yearahead.io.web
file.jar:lib/com.psm.wiki.jar:lib/sax.jar:lib/xp.jar:lib/xmlrpc.jar:lib/bsh.jar:
lib/jakarta-oro.jar:lib/jazzy-core.jar -Xincgc
com.organic.maynard.outliner.Outl
iner
Exception in thread "main" java.lang.NoSuchFieldError:
winAttr
at sun.awt.motif.MWindowPeer.initIDs(Native Method)
at
sun.awt.motif.MWindowPeer.<clinit>(MWindowPeer.java:55)
at
sun.awt.motif.MToolkit.createFrame(MToolkit.java:209)
at java.awt.Frame.addNotify(Frame.java:472)
at java.awt.Window.addNotify(Window.java:413)
at java.awt.Window.show(Window.java:459)
at java.awt.Component.show(Component.java:1133)
at
java.awt.Component.setVisible(Component.java:1088)
at
com.organic.maynard.swing.SplashScreen.<init>(Unknown
Source)
at
com.organic.maynard.outliner.Outliner.<clinit>(Outliner.java:72)
+ cd /donmoore/outliner
Logged In: YES
user_id=102030
Sorry it's taken me so long to get back to you. I haven't been
paying attention to the JOE project due work related
projects. Anyhow, this looks like some kind of issue with the
Splashscreen code and Sun's motif skin. You could try
commenting out the splashscreen in Outliner.java line 72. To
rebuild all you shoudl need to do is go to the "makefiles"
directory and run "ant jar" and it will remake all the jars. You
would offcourse need to hava jakarta's Ant installed too if you
don't already.
Based on the fact that you're seeing problems with the
Splashscreen code which is pretty simple, fixing this might
just reveal further issues with the motif look and feel so I
don't expect all your problems to go away after fixing this,
but you never know, they just might.