About 592,000 results
Open links in new tab
  1. "A java exception has occurred" when opening .jar

    Aug 6, 2014 · A Java Exception has occurred. I just create new folder put JAR file inside that folder and also place lib folder that is used for Java project and finally JAR file is working fine.

  2. Java virtual machine launcher error- A java exception has occurred

    Feb 9, 2014 · The same virtual machine launcher error - java exception has occurred happened with me in eclipse .This error was due to the package name . I changed the package name …

  3. Launching a server .jar, A Java Exception has occurred - Reddit

    Jun 8, 2023 · Take a few steps back and add some details. What game version? What version of java are you using? And are you sure that's what the OS is using by default? Open a cmd …

  4. "A java exception has occured" : r/javahelp - Reddit

    Feb 12, 2023 · As for the "A Java exception had occurred" error, this may also be because the file requires command line arguments to run. In this case, read the documentation of the …

  5. java - What is a IOException, and how do I fix it? - Stack Overflow

    Sep 6, 2018 · An IO (Input-Output) Exception is predictably caused by something wrong with your input or output. It can be thrown by most classes in the java.io package for many reasons to …

  6. Error:could not create the Java Virtual Machine Error:A fatal …

    May 12, 2016 · @Stephen - the question was about " A fatal exception has occurred " while using java --version (two hyphen,) the solution in this answer is to " uninstall that version and install …

  7. java - How to fix "A JNI error has occurred, please check your ...

    Oct 26, 2019 · I have written a Java program on Eclipse and I'm able to run the program. But when I transfer it to Notepad++ and run it via command prompt. It gave me an ERROR …

  8. How to solve could not create the virtual machine error of Java …

    Aug 27, 2013 · I am working on java wicket framework and Apache tomcat. When I tried to start tomcat, it shows Java Virtual Machine Launcher pop window "Could not create the Java …

  9. java - I am having problems with launching a minecraft server, An ...

    Feb 9, 2023 · I am launching a Fabric server, but normal server jars only give me "A Java Exception has occurred". I am using Windows 11, that is probably part of the issue, and there …

  10. java - What is a NullPointerException, and how do I fix it? - Stack ...

    Now Java 14 has added a new language feature to show the root cause of NullPointerException. This language feature has been part of SAP commercial JVM since 2006. In Java 14, the …