[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] config.ini / eclipse.ini help

I need to have a custom classpath when starting eclipse and I don't want to hardcode paths, so I want to use platform:/base/<path>/

How do I pass these type of arguments?

osgi.parentClassloader=app
java.ext.dirs=platform:/base/jre/lib/ext;platform:/base/plugins/com.ibm.xxx.itim.core_1.0.0/lib
java.security.auth.login.config=platform:/base/plugins/com.ibm.xxx.itim.core_1.0.0/jaas_login_was.conf
-cp platform:/base/plugins/com.ibm.xxx.itim.core_1.0.0/properties

Cheers,

~ Chris