Import Java project into Eclipse using Java

前端 未结 2 1223
甜味超标
甜味超标 2021-01-15 11:07

I\'ve written a java program that writes another java project. However, I want to add a piece of specific code that will import the project into the workspace. Can this be

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-15 11:34

    You'll probably need to write an Eclipse Plugin.

    Check those:

    Eclipse Plugins Exposed

    Eclipse Plugin Development - Tutorial (Eclipse 3.5)

提交回复
热议问题