简体   繁体   English

Eclipse应用程序要独立吗?

[英]Eclipse Application to standalone?

I have been using Eclipse for my Java needs for quite some time now, but I have never really delved deep into it. 我已经使用Eclipse满足Java需求已有一段时间了,但是我从来没有真正深入研究过它。

I was recently given this project by a friend which makes use of the XText plugin library to act as an IDE for a custom file type. 最近,我的一个朋友为我提供了这个项目,该朋友使用XText插件库充当自定义文件类型的IDE。

However, to launch it, I need to open the source of the editor itself in Eclipse and run it as an Eclipse Application which in turns open a separate Eclipse IDE. 但是,要启动它,我需要在Eclipse中打开编辑器本身的源并将其作为Eclipse应用程序运行,这又会打开一个单独的Eclipse IDE。

I have been looking around for an easy way around this, but to no avail. 我一直在寻找解决这个问题的简便方法,但无济于事。 Is there a way to run said Eclipse Application without having to first open the source of the custom editor and launching it ? 有没有一种方法可以运行所述Eclipse应用程序而不必首先打开定制编辑器的源并启动它

Thank you! 谢谢!

I solved it by creating a shortcut for Eclipse and adding -data "PATH_TO_APP" on the 'target' field. 我通过为Eclipse创建快捷方式并在'target'字段中添加-data“ PATH_TO_APP”来解决了该问题。

Thank you for your help everyone. 谢谢大家的帮助。 :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在eclipse中的独立(Swing)应用程序中配置hibernate? - How to configure hibernate in standalone (Swing) application in eclipse? 独立 Java 应用程序上的 Eclipse AST 变量绑定 - Eclipse AST variable binding on standalone java application 将导出向导添加到 eclipse RCP 独立应用程序 - add an export wizard to eclipse RCP standalone Application 使用Eclipse JDT ASTRewrite以编程方式修改现有Java源代码作为独立应用程序 - Modify existing Java source programatically with Eclipse JDT ASTRewrite as a standalone application 如何使Eclipse插件运行独立的应用程序 - How to make an Eclipse plug-in to run standalone application 当您从插件内的Eclipse工作台调用Java独立应用程序时,这表明进程间通信吗? - When you call a java standalone application from an eclipse workbench inside a plugin, this indicates interprocess communication? 将独立的Tomcat实例迁移到Eclipse - Migrating Standalone Tomcat Instance to Eclipse 使用NoSuchBeanDefinitionException自动装配独立应用程序 - Autowiring standalone application with NoSuchBeanDefinitionException 使用Maven创建一个独立的应用程序 - Create a standalone application with Maven 基于Java的独立应用程序 - Java based Standalone application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM