[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Seperate runtime classpath
|
David,
you could pass the runtime JARs (which are not used to build your project)
as VM arguments of your main class(es). The VM arguments can be set in the
properties dialog of the corresponding compilation unit.
Dani
--
daniel_megert@xxxxxxx
David Wegener wrote:
> Is there a way to specify a runtime classpath that is separate from the
> build classpath for Java projects. We run our applications on a
> framework which has a number of jar files. However, only the base jar
> file is required for builds. The additional jars are required only to
> run the application. Only being able to specify a build class path
> means that all of the jars need to be included there. This causes a
> complete rebuild of the project if one of the jar files is changed.
> Being able to specify a separate runtime classpath would allow for quick
> swapping of jar files without the rebuilds.
>
> Thanks
> Dave Wegener <wegener@xxxxxxxx>