I'm trying to get the default interactive console working in Play.
I'm working off of the docs found here:
https://github.com/playframework/play/blob/master/modules/console/documentation/home.textile
This is where things fail:
Compilation error (In {module:console}/app/utils/
InterpreterHelper.java around line 9)
The file {module:console}/app/utils/InterpreterHelper.java could not
be compiled. Error raised is : The constructor JPQL() is not visible
play.exceptions.CompilationException: The constructor JPQL() is not
visible
at play.classloading.ApplicationCompiler
$2.acceptResult(ApplicationCompiler.java:246)
at
org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.java:
672)
at
org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:516)
at
play.classloading.ApplicationCompiler.compile(ApplicationCompiler.java:
282)
at
play.classloading.ApplicationClassloader.getAllClasses(ApplicationClassloader.java:
422)
at play.Play.start(Play.java:500)
at play.Play.detectChanges(Play.java:613)
at play.Invoker$Invocation.init(Invoker.java:197)
at Invocation.HTTP Request(Play!)