Jump to content

Help! package java.time.chrono does not exist on eclips

By the sounds of your post it's too late, but for anyone else who comes across this, java.time.chrono is only available from Java 8 (at the bottom of the doc page, it says "Since: JDK 1.8"), so if it's being compiled using Java 7 instead you will get that error.

If you are in control of the build environment, you can fix this by making sure you have Java 8 or later installed (from Oracle or OpenJDK), but if you don't then you will need to remove the dependency on that package, and either use a third party dependency or implement the features yourself.

HTTP/2 203

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×