[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] config.ini / eclipse.ini help
|
- From: Chris Aniszczyk <none@xxxxxxxxxx>
- Date: Fri, 15 Apr 2005 12:55:21 -0500
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
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