Menu

Starting TG Link Browser Linux?

TG Site
jerry
2004-04-20
2004-08-27
  • jerry

    jerry - 2004-04-20

    I have java 1.4.2 jre And i am able to run the TG Wiki Browser.
    I am also able to run TG Link Browser in Windows 95, also with java jre 1.4.2. The trouble I have is with starting TG Link Browser in Linux. I converted the TGLinkBrowser.bat file to tglinkbrowser.sh and included the following in that file:

    java -cp TGLinkBrowser.jar:nanoxml-2.1.1.jar:BrowserLauncher.jar com.touchgraph.linkbrowser.TGLinkBrowser

    I then ran the script and received the following error message:

    Exception in thread "main" java.lang.NoClassDefFoundError: com/touchgraph/linkbrowser/TGLinkBrowser

    Strangely, I can run TGLinkBrowser.html in Mozilla. But, I can't run the TG Link Browser client.

    This is my java version in RedHat 9, which I tried to use to run the TG Link Browser Client, without success.

    java version "1.4.2_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
    Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)

    Any suggestions to how to run the TG Link Browser in Linux would be very much appreciated.

     
    • jerry

      jerry - 2004-04-22

      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.

       
    • Nobody/Anonymous

      I was successful in using the same command under Mac OS X to run the browser client. Cool!

       

Log in to post a comment.