Menu

#8 Crashes when started with java 1.6

open
Interface (4)
5
2007-03-24
2007-03-24
Nebojša
No

When started with Sun JRE 1.6, it crashes saying:

java.lang.reflect.InvocationTargetException
...
Caused by: java.lang.UnsatisfiedLinkError: no WindowUtil in java.library.path

Discussion

  • Eric de Boer

    Eric de Boer - 2007-03-24

    Logged In: YES
    user_id=1169933
    Originator: NO

    it shouldn't crash when it doesn't find that library, on which OS are you?
    for a quick fix you can disable the windowsutil plugin, edit the file preferences.xml and change the line
    <plugin type="plugins" name="windowsutils" enabled="true" transport=""/> to
    <plugin type="plugins" name="windowsutils" enabled="false" transport=""/>

    This should fix the unstatisfied link error

     
  • Nobody/Anonymous

    Logged In: NO

    I am using Gentoo linux with Sun's jdk 1.6.0

    Your fix did correct one exception. Then it complained about idle library. When I disabled that one as well, I finally found the source of the problem - system tray plugin. When this one is disabled it works nice.
    And you are right, even if they do not work, and create exceptions, jeti could still be run.
    It is the system tray plugin wich crashes jeti on linux, jdk 1.6

     
  • Eric de Boer

    Eric de Boer - 2007-03-24

    Logged In: YES
    user_id=1169933
    Originator: NO

    Ah was it the systemtray, it shouldn't have crashed Jeti but just throw some exception like the other ones.
    I've changed the systemtray and some windowsutils and the idle plugins to java 1.6 or added linux versions, so all those plugins should work in the next jeti release

     
  • Nebojša

    Nebojša - 2007-03-24

    Logged In: YES
    user_id=1413727
    Originator: YES

    Thanx, it is very nice application.
    I am having the problems with sound as well. Older, applet based version worked just fine.

     
  • Eric de Boer

    Eric de Boer - 2007-03-24

    Logged In: YES
    user_id=1169933
    Originator: NO

    What kind of problems do you have with the sound?
    The Applet uses the sound function of the applet class itself so that works a bit different

     
  • Nebojša

    Nebojša - 2007-03-24

    Logged In: YES
    user_id=1413727
    Originator: YES

    When I load sound plugin, it says:
    Problem playing sound check your sound system
    that line is repeated 3 times
    I have 2 sound cards, maybe that's a problem? Other java applications work fine with it (though it is usualy hard to make them use the right card :)

     
  • Eric de Boer

    Eric de Boer - 2007-03-24

    Logged In: YES
    user_id=1169933
    Originator: NO

    I'll go check my sound routines, do you have an opensource java program with correct sound behaviour on your system, which I can use to check for any differences in the way sound is handled?

     
  • Nebojša

    Nebojša - 2007-03-24

    Logged In: YES
    user_id=1413727
    Originator: YES

    http://www.javazoom.net/jlgui/sources.html
    I tested with that one, it has good options for selecting even hardware card

     

Log in to post a comment.

MongoDB Logo MongoDB