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
This is an interesting demo, I appreciate you putting something so "full-featured" together.
After typing sbt, I end up getting the following error message:
error: error while loading CharSequence, class file 'C:\Program Files\Java\jdk1.8.0_11\jre\lib\rt.jar(java/lang/CharSequence.class)' is broken
(bad constant pool tag 15 at byte 1501)
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
I think I saw this in some other project as well - involving the same JAR (rt.jar) - probably because I'm using Java 1.8.
The text was updated successfully, but these errors were encountered:
Hi,
This is an interesting demo, I appreciate you putting something so "full-featured" together.
After typing sbt, I end up getting the following error message:
I think I saw this in some other project as well - involving the same JAR (
rt.jar
) - probably because I'm using Java 1.8.The text was updated successfully, but these errors were encountered: