|
From: <sp...@is...> - 2001-11-23 10:34:51
|
Le vendredi 23 novembre 2001, =E0 11:28 AM, Jan Wender a =E9crit : > On Fri, Nov 23, 2001 at 11:24:53AM +0100, S=E9bastien Pierre wrote: >> >> Jython 2.0 on java1.3.1 (JIT: null) >> Type "copyright", "credits" or "license" for more information. >>>>> import net.sourceforge.spedit.app >>>>> net.sourceforge.spedit.app.Application() >> Traceback (innermost last): >> File "<console>", line 1, in ? >> AttributeError: java package 'net.sourceforge.spedit.app' has no >> attribute 'Application' >> > Is it possible that the Application class depends on some other class?=20= > If so, > are the other classes also in the classpath? > No every dependency is packaged into the jar. I mean it works when I put=20= the jar in the Extensions directory...I cannot figure out why the=20 behaviour is different when I set the classpath manually. This obviously=20= isn't caused by the JDK as jython is able to list the package content. I=20= will try on another machine... Desperatly yours, -- S=E9bastien. |