I recently migrated to a new Windows 10 computer. In Eclipse, click "Window"-"Preferences". Navigate to Jave-Installed JREs. I have one JRE installed/defined: jre1.8.0_181 "Standard VM". The location is correct (C:\Program Files\Java\jre1.8.0_181"
Click "Edit" and I see the correct Directory, correct JRE name, but in the JRE system libraries box, it is ONLY showing C:\Program Files\Java\jre1.8.0_181\lib\rt.jar
ll of my other jars (e.g. jce.jar) are missing. I have tried to "Add External" and it APPEARS to have worked, click "Finish" and "Apply"/"OK", but when I go back in, they are gone. And my project will not compile because it is dependent on javax.crypto.
All I've been able to do so far is to modify my PROJECT's build path and add all of the standard JCE jar-files there as "external jars".
What can I do to get this to work the correct way?
I have tried to use the JDK's jce (by defining the directory to the JDK root) and that includes rt.jar and then all of the jars located in ...jre\lib\ext but not the others in ...jre\lib
I'm at a loss. Please help.