要将JavaFX集成到现有的RCP客户机中,我需要将e(fx)clipse project的fx.runtime和fx.target特性添加到IDE中。我知道通常的方法是通过访问targetplatform -> add new software下载这些特性,但是我想下载这些特性并将它们添加到虚拟的P2存储库中。
可以在单个http://download.eclipse.org/efxclipse/runtime-released/2.3.0/site/中下载类似Maven的特性结构吗?
发布于 2016-06-23 06:57:35
这就是我要找的:
eclipse -nosplash -verbose
-application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
-source Insert Source URL (e.g. http://download.eclipse.org/eclipse/updates/3.4milestones/)
-destination Insert Destination URL (e.g. file:/tmp/3.4milestonesMirror/)发布于 2016-06-22 09:17:00
在这里搜索:https://mvnrepository.com/。抄袭沮丧,你就可以走了。
https://stackoverflow.com/questions/37960005
复制相似问题