[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: problem with product export...

1. ERROR in
D:\development\projects\peppermint\trunc\plugin\de.softcon.peppermint.desktop.stakeholder\src\de\softcon\commons\util\DateUtil.java
 (at line 15)
 import org.apache.commons.lang.time.DateUtils;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved

I had a similar error message for the last two days. My problem was a missing point. My plugins are deployed by Java Webstart so they are packed as single jars. To archive that on the build tab of manifest.mf I use the point as library. But I forgot to include the point as classpath entry on the runtime tab! This is necessary if you specify other libs on the classpath as well.


hth,

Ricky