[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Seperate runtime classpath
|
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>