E
Etantonio
Good evening,
I've a java application using several jars, from Eclipse I export it
including the jars with the following manifest file
************************************************************
Manifest-Version: 1.0
Sealed: true
Main-Class: it.imt.edusat.EduSat
Class-Path: jcalendar-1.3.3.jar iText-2.1.3.jar jcommon-1.0.14.jar
jfreechart-1.0.11.jar RXTXcomm.jar log4j-1.2.15.jar
************************************************************
these libraries are inside the exported jar but if I launch it using
the command
java -jar Edusat.jar
these libraries are not founded, to have the program working I must
insert also these libraries inside the same folder where I've the jar.
How I could use the libraries that are inside the jar ??
Thanks,
ANtonio
www.etantonio.it/en
I've a java application using several jars, from Eclipse I export it
including the jars with the following manifest file
************************************************************
Manifest-Version: 1.0
Sealed: true
Main-Class: it.imt.edusat.EduSat
Class-Path: jcalendar-1.3.3.jar iText-2.1.3.jar jcommon-1.0.14.jar
jfreechart-1.0.11.jar RXTXcomm.jar log4j-1.2.15.jar
************************************************************
these libraries are inside the exported jar but if I launch it using
the command
java -jar Edusat.jar
these libraries are not founded, to have the program working I must
insert also these libraries inside the same folder where I've the jar.
How I could use the libraries that are inside the jar ??
Thanks,
ANtonio
www.etantonio.it/en