Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Computing default classpath and sourcelookup


If I have a launch configuration object and set either ATTR_DEFAULT_SOURCE_PATH and ATTR_DEFAULT_CLASSPATH to true then the default values for the respective attributes are computed each time the configuration is launched.  This works great since new additions to a projects classpath will be added on every launch.  Since my launch does not directly map to one project, I would like to be able to change how the default source lookup path and default classpath are computed.... how can I do this?

Back to the top