获得了一些使用lang模块的代码,在Eclipse的Rascal控制台中一切正常,但是当我尝试将它导入(导入lang :: java :: jdt :: m3 :: Core;)到rascal- shell.jar它给出了一个关于缺少搜索路径的错误。
rascal>import lang::java::jdt::m3::Core;
|prompt:///|(0,33,<1,0>,<1,33>): Could not import module lang::java::jdt::m3::Core: can not find in search path
Advice: |http://tutor.rascal-mpl.org/Errors/Static/ModuleImport/ModuleImport.html|
尝试使用@github指令构建我自己的rascal-shell,但没有运气,我有没有办法将m3模块添加到搜索路径然后构建rascal-shell?
谢谢!