Is Java 9 support sun.misc.ServiceConfigurationError? [message #1781328] |
Tue, 06 February 2018 01:50 |
Eclipse User |
|
|
|
Hello,
Currently I'm migrating my project from Java 7 to Java 9.
When building the project in getting below error.
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for sun.misc.ServiceConfigurationError. Fix the build path then try building this project java Unknown Java Problem
Also I have been using NativeCall.init(). and imported
import com.eaio.nativecall.IntCall;
import com.eaio.nativecall.NativeCall;
import com.eaio.nativecall.VoidCall;
for which Im getting below error
Description Resource Path Location Type
The type sun.misc.ServiceConfigurationError cannot be resolved. It is indirectly referenced from required .class files ModemWavSender.java /java/com/ha/common/modemwavsender line 51 Java Problem
|
|
|
Powered by
FUDForum. Page generated in 0.03799 seconds