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
```
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`
An error during the building process arise due to the path of the External JAR
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