0

I would like to know whether after installed the Java Runtimes (JRE) on Windows, it is necessary for the webbrowser to keep the "lib" folder stored at: C:\Program Files\Java\jre***\lib, or I can safely remove it after installation?...since this folders it seems to contain just source-code files if I'm not wrong.

2
  • 1
    You are wrong. jar files are not source files. The JRE will not work if they are deleted.
    – DavidPostill
    Commented May 21, 2017 at 22:02
  • 1
    lib folder contains JAR packages contain standard class libraries required to run Java VM & .properties configuration files, so don't delete them - deleting may cause unexpected "missing packages" error. Commented May 22, 2017 at 5:54

0

You must log in to answer this question.

Browse other questions tagged .