running TGLinkBrowser.jar= problems
Status: Alpha
Brought to you by:
x_ander
running rh8
bash-2.05b$ export PATH=/usr/java/j2re1.4.1_01/bin:$PATH
java runs on my machine but after unzipping and running
commnad in directory I get an error
Please advise
bash-2.05b$ java -jar TGLinkBrowser.jar
Exception in thread "main"
java.lang.NoClassDefFoundError: net/n3/nanoxml/IXMLParser
at
com.touchgraph.linkbrowser.TGLinkBrowser.<init>(TGLinkBrowser.java:131)
at
com.touchgraph.linkbrowser.TGLinkBrowser.<init>(TGLinkBrowser.java:192)
at
com.touchgraph.linkbrowser.TGLinkBrowser.main(TGLinkBrowser.java:672)
dennis
Logged In: YES
user_id=991920
I also ran into a problem for starting Touchgraph Link
Browser. This is my Solution:
I figured out how to start TouchGraph Link Browser in Linux.
I just needed to type the following command in bash:
java -cp
TGLinkBrowser.jar:nanoxml-2.1.1.jar:BrowserLauncher.jar
com.touchgraph.linkbrowser.TGLinkBrowser
For some reason, the sh file i created to do this didn't work.
Typing it in manually in bash seems to work for me in redhat 9.
The mistake I made was in creating a .sh file to type this
command automatically, but this failed for some reason with
an exception error.
The above is the solution to starting the TG Link Browser in
linux.
Note: I use Redhat 9 and java 1.4.2
You can see my post in the forums if you like under user jariep
title: starting TG Link Browser Linux.
Logged In: YES
user_id=991920
note: don't type this on separate lines, it is just the
Sourceforge.net posting that puts the bash command for
starting Touchgraph Link Browser on separate lines.
Basically, I used the contents of the TGLinkBrowser.bat file
(for microsoft windows) and changed the semicolons to
colons. Note: I had to type the full command in bash. I
tried creating an .sh file to do this but it failed to work
for me.