You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Making all in device-manager/java
JAVAC
warning: [options] bootstrap class path not set in conjunction with -source 6
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
make[3]: *** [WeaveDeviceManager.jar.classes.stamp] Error 2
make[2]: *** [all-recursive] Error 1
It seems Java 11 is required, though that is not made clear on the build instruction page.
The text was updated successfully, but these errors were encountered:
When building openweave-core using the Project Linking instructions the following error appears if jdk 12 is used:
It seems Java 11 is required, though that is not made clear on the build instruction page.
The text was updated successfully, but these errors were encountered: