Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: jar file Built(clean and build) perfectly, but not running as jar

    Yes, the IDE is like your mother protecting you from the real world. Time to learn how things really work.
  2. [SOLVED] Re: jar file Built(clean and build) perfectly, but not running as jar

    You need to be in the directory with the KKK.jar file when you issue the java command?

    There is something wrong with your installation of java if the java command is not found.
    Or you need to add...
  3. [SOLVED] Re: jar file Built(clean and build) perfectly, but not running as jar

    You need the error message from the java command to be able to determine what is wrong.
    See post #5
  4. [SOLVED] Re: jar file Built(clean and build) perfectly, but not running as jar

    Where did you enter the java command as I described in post #5? I don't see it in your post.

    java -jar asdf.jar
  5. [SOLVED] Re: jar file Built(clean and build) perfectly, but not running as jar

    Are you on a Windows OS?
    Open a command prompt window, change to the directory with the jar file and enter this:

    java -jar <YOURJARFILENAMEHERE>.jar

    Copy and paste the full contents of the...
Results 1 to 5 of 5