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
It looks like cbt does not support Java 9 now. When running cbt:
Improperly specified VM option 'MaxJavaStackTraceDepth=-1'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
The text was updated successfully, but these errors were encountered:
nford@ExpeditionaryForce:~/repos/prototype_scalatra $ cbt --help
(Note: gpg not found. In order to use publishSigned you'll need it.)
Stopping background process (nailgun) if running
Compiling cbt/nailgun_launcher
/Users/nford/repos/cbt/nailgun_launcher/src/cbt/Stage0Lib.java:9: error: package javax.xml.bind.annotation.adapters does not exist
import javax.xml.bind.annotation.adapters.HexBinaryAdapter;
^
/Users/nford/repos/cbt/nailgun_launcher/src/cbt/Stage0Lib.java:217: error: cannot find symbol
return (new HexBinaryAdapter()).marshal(sha1.digest()).toLowerCase();
^
symbol: class HexBinaryAdapter
location: class Stage0Lib
2 errors
It looks like cbt does not support Java 9 now. When running cbt:
The text was updated successfully, but these errors were encountered: