I've developed a Rascal program using Eclipse, but I'd like to be able to run it in the REPL. When I try to import some required libraries, I get error like this one:
|prompt:///|(0,33,<1,0>,<1,33>): Could not import module lang::java::jdt::m3::Core: File rascal://lang::java::jdt::m3::Core not found.
The Rascal website indicates these libraries are not included by default, but I cannot figure out where I should get them from and how I should use them. Is there any way to get the Java analysis libraries working in the Rascal REPL?