About 545,000 results
Open links in new tab
  1. java was started but returned exit code = -805306369

    Mar 19, 2014 · 1 “java was started but returned exit code = -805306369” caused by Eclipse´s currupted workspace, I solved my problem with this 4 steps: 1) claose the eclipse. 2) Kill the …

  2. java - What does a "Cannot find symbol" or "Cannot resolve …

    Another example of this is when you use (Java 9+) java SomeClass.java to compile and run a class. If the class depends on another class that you haven't compiled (or recompiled), you are …

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

    As you should know, Java types are divided into primitive types (boolean, int, etc.) and reference types. Reference types in Java allow you to use the special value null which is the Java way of …

  4. How to deal with "java.lang.OutOfMemoryError: Java heap space" …

    Exception in thread thread_name: java.lang.OutOfMemoryError: Java heap space The detail message Java heap space indicates object could not be allocated in the Java heap.

  5. java - Differences between Exception and Error - Stack Overflow

    May 26, 2009 · I'm trying to learn more about basic Java and the different types of Throwables, can someone let me know the differences between Exceptions and Errors?

  6. exception - Error class in Java - Stack Overflow

    Aug 9, 2013 · I am trying to understand the Error class in Java. I have a good understanding of the Exception class, but can't find examples of code for the Error class. I've tried ...

  7. java: error: release version 17 not supported - Stack Overflow

    Apr 14, 2021 · I recently updated to Intellij 2021.1. However, whenever I try to run my program, I get: java: error: release version 17 not supported I have tried snooping around for other …

  8. java - Error - trustAnchors parameter must be non-empty - Stack …

    Jul 22, 2011 · I'm trying to configure my e-mail on Jenkins/Hudson, and I constantly receive the error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter ...

  9. java - Compiler error: "class, interface, or enum expected" - Stack ...

    H:\Derivative quiz\derivativeQuiz.java:10: class, interface, or enum expected int question = Integer.parseInt(JOptionPane.showInputDialog(null, "Please enter the number of questions …

  10. What causes a java.lang.StackOverflowError [duplicate]

    Jul 8, 2010 · What can cause a java.lang.StackOverflowError? The stack printout that I get is not very deep at all (only 5 methods).