jar.exe is missing from jdk 8u91?

user3376587

I got a new computer recently, and I downloaded the JDK 8u91. However, I just found out today, from trying to create a jar file, that I do not have the jar.exe. I thought at first that it wasn't in the Path variables in System > Environment Variables, but that wasn't the problem. When I go to the bin folder for java, the jar.exe is missing. In fact, now that I'm looking again, javac.exe is missing too. I tried downloading jdk 8u91 again, and still no luck. Is this an issue anyone else is experiencing? Everywhere else, the problem seems to only be that people don't have the correct PATH variable or they've only downloaded the JRE and not the JDK.

EDIT >> PLEASE READ: I have searched my entire computer for the jar.exe file. It does not show up in the search. I am looking in all folders, specifically the bin folder, it does not show. Check comments below for the existing .exe's I found in the bin folder. I have already looked at the common answers to similar questions on past posts here on stack exchange before I posted this question. But understand this, the file is still missing.

Sean Mickey

I believe you are inadvertently looking for the Java development tools in a JRE installation directory. I recently installed the same JDK release (1.8.0_91) on Windows 8 and the jar.exe and javac.exe dev tools are definitely there (for me, the path is: C:\Program Files\Java\jdk1.8.0_91\bin).

Double-check and make sure you aren't getting confused and accidentally looking for the files in the JRE directory: C:\Program Files\Java\jre1.8.0_91. I have made that same mistake myself; it can be confusing because both installations share the same root path by default: C:\Program Files\Java.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

jar.exe is missing from jdk 8u91?

From Dev

What's the difference between JDK 8u91 and 8u92?

From Dev

Leiningen tries to call java.exe from a wrong/missing JDK

From Dev

Leiningen tries to call java.exe from a wrong/missing JDK

From Dev

maven: exclude jar from JDK

From Dev

Docker: java:openjdk-8-jdk-alpine image missing javac and tools.jar

From Dev

JavaFX missing from JDK 1.7/1.8 in Linux?

From Dev

javah.exe not included in Windows JDK 8?

From Dev

Debug an embedded missing help topic from an exe

From Dev

Qtcreator.exe missing from Qt 4.7.3

From Dev

Run exe is missing from Windows 10

From Dev

add manifest to compiled exe file from jar

From Dev

Installing Minecraft server from .exe instead of .jar

From Dev

Java classes missing from jar built with maven

From Dev

HighGUI is missing from OpenCV 3.0.0 JAR

From Dev

Java classes missing from jar built with maven

From Dev

What is the java.exe difference from jdk to (included) jre?

From Dev

How to run java application file (exe not jar) without installing jdk nor jre

From Dev

How to run java application file (exe not jar) without installing jdk nor jre

From Dev

In the pom.xml for a java project, I get missing artifact jdk.tools:jdk.tools:jar:1.6 error

From Dev

Emulator.exe missing from android-sdk\tools

From Dev

Gradle JRE vs JDK please add lib/tools.jar from your JDK

From Dev

Gradle JRE vs JDK please add lib/tools.jar from your JDK

From Dev

Running Java .jar and Windows .exe from bat file

From Dev

Creating a windows .exe from a runnable jar (preferably on linux)

From Dev

How to create a exe file from jar file for database application in Java?

From Dev

Get Jar/Java from INSTALL4J .exe

From Dev

How to start Owasp zap server(exe or jar) from jenkins

From Java

openjdk-8-jdk - missing src.zip?

Related Related

  1. 1

    jar.exe is missing from jdk 8u91?

  2. 2

    What's the difference between JDK 8u91 and 8u92?

  3. 3

    Leiningen tries to call java.exe from a wrong/missing JDK

  4. 4

    Leiningen tries to call java.exe from a wrong/missing JDK

  5. 5

    maven: exclude jar from JDK

  6. 6

    Docker: java:openjdk-8-jdk-alpine image missing javac and tools.jar

  7. 7

    JavaFX missing from JDK 1.7/1.8 in Linux?

  8. 8

    javah.exe not included in Windows JDK 8?

  9. 9

    Debug an embedded missing help topic from an exe

  10. 10

    Qtcreator.exe missing from Qt 4.7.3

  11. 11

    Run exe is missing from Windows 10

  12. 12

    add manifest to compiled exe file from jar

  13. 13

    Installing Minecraft server from .exe instead of .jar

  14. 14

    Java classes missing from jar built with maven

  15. 15

    HighGUI is missing from OpenCV 3.0.0 JAR

  16. 16

    Java classes missing from jar built with maven

  17. 17

    What is the java.exe difference from jdk to (included) jre?

  18. 18

    How to run java application file (exe not jar) without installing jdk nor jre

  19. 19

    How to run java application file (exe not jar) without installing jdk nor jre

  20. 20

    In the pom.xml for a java project, I get missing artifact jdk.tools:jdk.tools:jar:1.6 error

  21. 21

    Emulator.exe missing from android-sdk\tools

  22. 22

    Gradle JRE vs JDK please add lib/tools.jar from your JDK

  23. 23

    Gradle JRE vs JDK please add lib/tools.jar from your JDK

  24. 24

    Running Java .jar and Windows .exe from bat file

  25. 25

    Creating a windows .exe from a runnable jar (preferably on linux)

  26. 26

    How to create a exe file from jar file for database application in Java?

  27. 27

    Get Jar/Java from INSTALL4J .exe

  28. 28

    How to start Owasp zap server(exe or jar) from jenkins

  29. 29

    openjdk-8-jdk - missing src.zip?

HotTag

Archive