Skip to content

Tag: java

package com.sun.beans.finder does not exist openjdk

When a file is compiled that imports com.sun.beans.finder.ConstructorFinder, this error comes out: The system is an Ubuntu 18.04.1 with OpenJDK: Where can I find this package? The compilation process is as follows: Sources files are located in src Some jar dependencies are in lib The output classes are in bin…