Re: Next question for help in Java packaging: beast-mcmc

2011-03-13 Thread Giovanni Mascellani
Hi. On 13/03/2011 16:03, Eric Lavarde wrote: > The reality is that, invoked with -jar, java ignores any classpath from > the command line and uses only the one from the manifest, which explains > the differences in behavior your are experiencing. I considered this option, which partially solves t

Re: RFS: libjsr305-java

2011-03-13 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2011-03-12 18:21, Miguel Landaeta wrote: > Hi Niels, > > On Sat, Mar 12, 2011 at 3:20 AM, Niels Thykier wrote: >> It appears to me that the changes made debian/libjsr305-java.jlibs >> redundant, but it is still present. Could you please double

Re: Next question for help in Java packaging: beast-mcmc

2011-03-13 Thread Eric Lavarde
Hi, On 12/03/11 12:13, Giovanni Mascellani wrote: Third try: if I explicitly set classpath with this line java -cp /usr/share/beast-mcmc/lib/beast.jar:/usr/share/java/jam.jar:/usr/share/java/jdom1.jar:/usr/share/java/jebl.jar:/usr/share/java/commons-math.jar dr.app.beast.BeastMain then the pro