Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Is Java 9 support sun.misc.ServiceConfigurationError?(Is Java 9 support sun.misc.ServiceConfigurationError?)
Is Java 9 support sun.misc.ServiceConfigurationError? [message #1781328] Tue, 06 February 2018 06:50
Amit Mestha is currently offline Amit MesthaFriend
Messages: 1
Registered: February 2018
Junior Member
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


Previous Topic:Error while upgrading to Java 1.8 : Expecting a stackmap frame
Next Topic:Virgo and Spring Boot
Goto Forum:
  


Current Time: Fri Apr 26 06:24:01 GMT 2024

Powered by FUDForum. Page generated in 0.02498 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top