What does the "limited library" mean in Java?

I am working on some image processing applications from a book that my professor gave me. A 2001 book and Eclipse talks about some things like "Access Restriction: the JPEGImageEncoder type is not available due to the restriction on the required library / usr / lib / jvm / java -6-openjdk / jre / lib / rt.jar."

I know I can suppress this warning, but will it cause other problems?

+3
source share
2 answers

These warnings are a feature of Eclipse and are usually not Java related.

, API, , Java (, Harmony IBM) Oracle.

API-, NoSuchMethodError ClassDefNotFoundError .

+8

, eclipse, Java.

, .

from the article

, , . , . .

+3

Source: https://habr.com/ru/post/1758778/


All Articles