Sorry, wrong list .... 

Cyril RICHARD - Ingénieur de Recherche CNRS 

Equipe Spectroscopie Moléculaire, Processus Collisionnels et Applications 
Département Interactions et Contrôle quantiques (ICQ) 

Laboratoire Interdisciplinaire Carnot de Bourgogne, UMR 6303 CNRS-Univ. 
Bourgogne Franche-Comté 
9 Avenue Alain Savary, BP 47 870, F-21078 DIJON Cedex FRANCE 

Tel. : +33 (0)3 80 39 59 96 / Fax : +33 (0)3 80 39 59 71 
E-mail : [email protected] 
Web : http://icb.u-bourgogne.fr 


De: "Cyril Richard" <[email protected]> 
À: "Emmanuel Bourg" <[email protected]> 
Cc: "debian-science" <[email protected]> 
Envoyé: Dimanche 29 Septembre 2019 21:05:57 
Objet: Re: no main manifest attribute, 

Hello, 
Now my last issue is that the jar builded by the deb package crashes when 
reaching this line: 
setIconImage(Toolkit.getDefaultToolkit().getImage(JobPlay.class.getResource("/pixmaps/spview.png")));
 
So I understand he does not recognise my resources directory as a source one. 
My source tree is like that: 
test 
sources 
resources 

I tried to write my d/rules file like that: 
jh_build --javacopts="-source 1.8 -target 1.8" --javadoc-opts="-source 1.8" 
spview.jar sources resources 
with no succes. 

Indeed, with eclipse I have the .classpath file which is: 
<?xml version="1.0" encoding="UTF-8"?> 
<classpath> 
<classpathentry kind="src" path="sources"/> 
<classpathentry kind="src" path="resources"/> 
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
<classpathentry kind="output" path="bin"/> 
</classpath> 

Reply via email to