#Why eclipse is throwing error "Package is not accessible" . Even though I have added my jar .

5 messages · Page 1 of 1 (latest)

final geyser
#

I have created one simple project and one calci class in com.me package .
I have exported it's jar and added jar into another project in classpath . When I am trying to import com.me package . It's throwing compile time error ..package is not accessible
Anyone help...

misty talonBOT
#

This post has been reserved for your question.

Hey @final geyser! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

final geyser
#

My issue is resolved . I was using jre17 . All I have done to delete the mudule-info.java file from the project which was auto generated by eclipse

misty talonBOT