About 50 results
Open links in new tab
  1. java.lang.NoSuchMethodError: 'java.lang.String org.junit.platform ...

    Dec 21, 2025 · Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.String org.junit.platform.engine.discovery.MethodSelector.getMethodParameterTypes()' at …

  2. How is Java platform-independent when it needs a JVM to run?

    May 1, 2010 · Java is platform independent in aspect of java developer,but this is not the case for the end-user, who need to have platform dependent JVM to run java code. Basically, when java code is …

  3. Why is the JVM not platform independent, given that Java (the …

    Jan 22, 2010 · JVM is platform dependent because it takes java byte code and generates byte code for the current operating system. So Java software is platform dependent but Java language is platform …

  4. Platform independence in Java's Byte Code - Stack Overflow

    Jun 14, 2013 · Platform Independence:If you create some C or CPP code then it becomes platform dependent because it produces an intermediate file i.e. compiled file which matches to the instruction …

  5. Is Java completely Platform Independent? - Stack Overflow

    Aug 6, 2010 · While in practice, most compiled byte code is platform independent, my experience in my 12 years of developing on the Java platform has taught me that there are still idiosyncrasies from …

  6. Changing java platform on which netbeans runs - Stack Overflow

    Oct 15, 2014 · Changing java platform on which netbeans runs Asked 15 years, 9 months ago Modified 1 year, 6 months ago Viewed 181k times

  7. Guide for Installing Java Platform, Enterprise Edition

    Jun 23, 2020 · Jakarta EE Java EE, or Java Platform, Enterprise Edition, has been turned over by Oracle to the Eclipse Foundation, and is now released as Jakarta® EE. See the jakarta.ee web site. …

  8. file - Platform independent paths in Java - Stack Overflow

    Aug 23, 2010 · I know the relative path of a file and want to handle it as a File object on both Linux and Windows. What is the best way to specify platform-independent paths in Java?

  9. How to stop "Java platform SE binary" using excessive CPU

    Jul 23, 2018 · 3 Suddenly, even after weeks of normal use, Java (TM) Platform SE binary has started using excessive CPU, causing intense lag on my PC. The lag starts when I run any program in Java …

  10. The action can't be completed because the file is open in Java Platform ...

    Apr 25, 2016 · This internally uses "System.exit ();", whereby when you press the "x" button on the Java application window, it will exit all running threads of Java in the JVM. Then terminating the JVM itself. …