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
You'll probably need to write an Eclipse Plugin.
Check those:
Eclipse Plugins Exposed
Eclipse Plugin Development - Tutorial (Eclipse 3.5)