#1 Build path error for external JAR

Closed
opened 2 years ago by gmarx · 2 comments
gmarx commented 2 years ago
Owner
There is no content yet.
gmarx added the
bug
label 2 years ago
gmarx commented 2 years ago
Poster
Owner

An error during the building process arise due to the path of the External JAR

Description	Resource	Path	Location	Type
Project 'IJ' is missing required library: '/Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/lib/tools.jar'	IJ		Build path	Build Path Problem
An error during the building process arise due to the path of the External JAR ``` Description Resource Path Location Type Project 'IJ' is missing required library: '/Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/lib/tools.jar' IJ Build path Build Path Problem ```
gmarx commented 2 years ago
Poster
Owner

This was solved by changing the project's Java Build Path; the tool.jar path:

remove the wrong external JAR and add a new external JAR to your correct path. For Arch Linux I need to install sudo pacman -S jdk8-openjdk and point to /usr/lib/jvm/java-8-openjdk/lib/tools.jar

This was solved by changing the project's Java Build Path; the `tool.jar` path: ![](http://gmarxcc.com:8088/attachments/06592d5d-b5c5-4822-b7aa-543d96f7a3e9) remove the wrong external JAR and add a new external JAR to your correct path. For Arch Linux I need to install `sudo pacman -S jdk8-openjdk` and point to `/usr/lib/jvm/java-8-openjdk/lib/tools.jar`
71 KiB
gmarx closed this issue 1 year ago
Sign in to join this conversation.
Loading…
There is no content yet.