[config] missing library in .classpath

3 posts / 0 new
Last post
atao
Offline
Joined: 10/15/2008
[config] missing library in .classpath

Vincent,

I just created a new jspresso 3.5-SNAPSHOT project. When I tried to run it with Swing UI under Eclipse, I got this exception:

    java.lang.ClassNotFoundException: chrriis.dj.swingsuite.JComboButton

I checked the .classpath: no entry for dj-swingsuite. As soon I added it, at least I got the main view.

Regards

Pierre

Edited by atao on 08/27/2010 - 11:13
vvandens
Offline
Joined: 05/29/2008
[config] missing library in .classpath

Hi Pierre,

This is strange... The entry is actually in the ".classpath" of the 3.5-SNAPSHOT archetype (I've just checked in the snapshots repo). I can't try it right now but are you sure that you headed at the snapshots repo when generating your project and not just used the 3.5 archetype with Jspresso version set to 3.5-SNAPSHOT ? i.e. :

mvn archetype:generate -DarchetypeCatalog=http://repository.jspresso.org/maven2-snapshots/

 

Vincent

atao
Offline
Joined: 10/15/2008
[config] missing library in .classpath

Vincent,

Sorry, my bad. I used the "standard" command and answered "3.5-SNAPSHOT" at the question "jspressoVersion:".

With the right command it's ok.

Regards

Pierre