You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to idem...@googlegroups.com
Sorry, i wan to ask how to add external jar, for example is jxl.jar which used in org.adempiere.base.process project . I have add it in java build path, but when i run
swing.client.product , the error message is : cannot find class the excel workbook.
I try to add jxl in manifest.mf org.adempiere.base.process, and when i run it , i got the error message : cannot find myclass .
Thomas Bayen
unread,
Dec 6, 2013, 3:54:22 AM12/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to idem...@googlegroups.com
Hi Dadan Su,
The jar should be part of the OSGi plugin which uses it. So in the
mement where you create your plugin you have to insert it. I create the
plugin with the eclipse wizard.
The wizard includes jar files automatically if you create the right
entries in the file META-INF/MANIFEST.MF. On the "Runtime" tab you can
enter jar files in the "classpath" area.