Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,918

    Re: Runnable jar file wont run

    Looks like you are missing some parts. See the API doc for the class: UnsatisfiedLinkError

    I'm not familiar with lwjgl. Read its API doc to see where you need to place the parts it uses during...
  2. Replies
    6
    Views
    1,918

    Re: Runnable jar file wont run

    You need to be in the folder with the jar file. Change the directory or copy the jar file to the Greg folder.
    The java command did not find the jar file.
  3. Replies
    6
    Views
    1,918

    Re: Runnable jar file wont run

    See if there are error messages:
    Open a command prompt window and entry:
    java -jar THEJARFILENAME.jar

    copy the full contents of the window and paste here.

    On windows: To copy the contents of...
Results 1 to 3 of 3