Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    1,096

    Re: I can not create an Executable .Jar File

    Is that file in the jar file? If so the code must treat it as a resource and use one of getResource methods to access it.
    If it can't be in the jar file, then the Music folder must be in the same...
  2. Replies
    8
    Views
    1,096

    Re: I can not create an Executable .Jar File

    The jar file must be in the same folder where the java command is executed. For the last post that would be:
    C:\Users\sakonpure6
  3. Replies
    8
    Views
    1,096

    Re: I can not create an Executable .Jar File

    Please copy the full contents of the command prompt window and paste it here.

    On Windows: To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit...
  4. Replies
    8
    Views
    1,096

    Re: I can not create an Executable .Jar File

    You need to debug the code to see what the problems are.
    Open a command prompt window and enter the java command to start the execution:
    java -jar TheJarFileNameHere.jar

    That will allow you to...
Results 1 to 4 of 4