[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ohf] Re: required runtiime jars?

Hi Frank,

There is an older list of dependencies in the pdf "user guide" ocumentation (for each IHE component) on the website.
http://www.eclipse.org/ohf/components/ihe/


XDS requires Java 1.4.2, and EMF 2.2. From the eclipse environment ... you'll need these EMF jars at runtime:
org.eclipse.emf.common
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore


Another way to see this list is to view the build dependencies for a particular plugin in the Eclipse environment.

hope this helps,
Sarah


Frank wrote:
I'm using ohf jars in a java application, not using the bridge. I see that the EMF plugins are required for java development with ohf, but not all the plugin jars are needed at runtime, some are just in support of the eclipse plugin development enviroment, correct?

Where can I find a list of the required jars (other than ohf jars) to use at runtime, such as the EMF jars?

Thanks

Frank