I have a Rascal project I would like to export to a JAR file to be ran like a terminal application, so users can simply run the JAR from command line instead of running it from Eclipse. Is there a way to do this? I tried to export it like a regular Java project but I'm not sure how to specify things such as the JAR's entry point.
相关问题
- Rascal: what does the bool collectBindings in crea
- Extracting class dependencies from Eclipse project
- Rascal ambiguity not resolved by disambiguation ru
- Accessing downstream annotations of a node in Rasc
- Is this reserve declaration hard to understand or
相关文章
- 导出流氓项目JAR文件(Export a Rascal project to a JAR file)
- 从REPL外运行一个流氓程序(Running a Rascal program from outsi
- 是否有可能运行在命令行无赖程序?(Is it possible to run rascal prog
- 请问流氓Java方法AST还包含用于调用带有参数的超超()体现在哪里?(Does Rascal Ja
- 如何防止rascal_builder从每一个运行保存在Eclipse IDE(How to prev
- Accessing downstream annotations of a node in Rasc
- Is this reserve declaration hard to understand or
- Export a Rascal project to a JAR file
It depends a bit on the API's your using.
So, if you could make your question more specific, I'll make a specific answer to your case, examples included.
(This answer is a bit of a half comment/half answer, sorry).