On Thu, 9 Jun 2011, hkwathome wrote:
i am trying to copy the template excel sheet to a new sheet and populate the data my code works normal in Eclipse , but when i create the runnable jar from eclipse , i am geeting following message for createRow
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError:
org.apache.poi.hssf.usermodel.HSSFSheet.createRow(I)Lorg/apache/poi/hssf/usermodel/HSSFRow;

Sounds like you're not packaging poi correctly in your app. You'll want to ask on an eclipse user group/forum for information on correctly embedding other jars

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to