@ thoredge
Я попробовал это, и теперь я получаю новую ошибку
Compiling 1 source file to C:\Users\Para\Documents\NetBeansProjects\Barbut\build\compiled
C:\Users\Para\Documents\NetBeansProjects\Barbut\build\compiled\scala\reflect\ScalaSignature.class: warning: Cannot find annotation method 'value()' in type 'java.lang.annotation.Retention': class file for java.lang.annotation.Retention not found
An exception has occurred in the compiler (1.6.0_18). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for java.lang.annotation.RetentionPolicy not found
C:\Users\Para\Documents\NetBeansProjects\Barbut\nbproject\build-impl.xml:379: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 1 minute 2 seconds)
похоже, что это функция языка Java 5, которая требуется Scala, а виртуальная машина Java использует 1,4 или что-то подобное
Есть ли способ пройти это?