About 53 results
Open links in new tab
  1. how to set default way of opening *.java file in win11

    Nov 25, 2023 · Settings -> Apps -> Default apps. Then type .java in the text field under "Set a default for a file type or link type". Finally, click on "Choose a default" (will be replaced by an app name if there …

  2. Is there a way to revert my .java file file association

    Dec 2, 2019 · 0 I am trying to return my .java file back to the way it was before. I ended up opening my java file by opening with notepad and now all my java files are opening from notepad, which I don't …

  3. Unable to run .jar files by double-clicking them on Windows 7

    Apr 2, 2017 · Running a .jar file in the command line works fine, but I am unable to execute .jar files on my PC by double-clicking them. What is interesting, the same .jar files successfully execute on my …

  4. batch file - Java JDK installation per cmd on Windows machine - Super …

    Jul 20, 2023 · How can I install a JDK via cmd or with another file? I have to reset my Windows PC regularly for security reasons and I don't always want to go through the setup menu. A Batch or CMD …

  5. Changing current version of Java within Windows - Super User

    Mar 24, 2011 · 2 Since Java supports a -version command line option, you can use it to select a specific version to run, e.g.: java -version:1.7 -jar [path to jar file] will run a jar application in Java 1.7, if it is …

  6. finding location java_home in Windows 10 - Super User

    Nov 23, 2016 · Ensure that the Java Runtime Environment (JRE) is installed on the computer and that the java_home/bin directory is defined in the system path. I can't even find the path of java_home. …

  7. Set .jar files to open with java/javaw.exe? - Ten Forums

    Jul 16, 2023 · Set .jar files to open with java/javaw.exe? I'm using the GraalVM Enterprise runtime for Java as is provides optimizations that I make use of, but since the runtime comes as a zipped …

  8. How can I resolve the error "cannot execute binary file"?

    Jun 13, 2012 · 0 binary file consists of machine instructions the processor can understand. Your operating system does not mean the same executable will run. move back and forth between the …

  9. Accessing the Java log? - Windows 10 Forums

    Oct 31, 2017 · Just to clarify: the Java browser plugin, which runs Java applets in your browser, is separate from the Java runtime environment, which runs Java applications in your operating system. …

  10. Where is java jre path specified in Windows 7? - Super User

    Curious how java.exe ended up there. Update This oracle article, Deploying the JRE on Windows, states that the Java installer will copy java.exe into the system directory: By default, the installer places a …