java - Setting class-path for testing applications in IntelliJ -
i'm developing test tool designed 3rd party java application. now, here's problem:
- the 3rd party application has many nested directories in layout, many jars.
- it has plugin framework allows people add code referencing whatever libraries use within plugins.
when run test tool i'm developing, when use plugins in 3rd party app, test tool gives classnotfound exception @ run time (or whatever is). so, can build, haven't gotten class references need.
is there way can add root of 3rd part application class path intellij use jars finds in , sub directories when executes?
been open while , no alternative suggestions have been made, closing @crazycoder's comment answer.
the following link reports lack of functionality; may addressed in newer versions of ide:
Comments
Post a Comment