Re: [jnc-users] java.awt.event.ActionEvent error
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2007-03-27 10:15:36
|
Hey Tahir Please always hit "reply all", otherwise we'll loose the mailing list. tahir malik wrote: > thank you marco for replying , > > as i told you that i am using 4 reference jar files and one main > application jar file > > so 4 jars are lib jars and main jar needs them to execute > > so in first step i can include in either way as given like as class > files , as working directory or add as a jar file . > > please correct me as if i am wrong Sounds good... > so i added my application as all jars, 4 lib jars and checked so only > ref class are added in binary and my main jar (EtradeExpress.jar a > desktop swing application) . > > > is this correct and when i complied at last step it gives me error > > creating "ETradePlus.exe" for Windows > - processing connectdb.jar > - processing EtradeExpress.jar > iridiumplus/com/ETradeQuotes.java: In class > 'iridiumplus.com.ETradeQuotes$5': > iridiumplus/com/ETradeQuotes.java: In method > 'iridiumplus.com.ETradeQuotes$5.actionPerformed(java.awt.event.ActionEvent)': > iridiumplus/com/ETradeQuotes.java:290: error: class > 'iridiumplus.com.ETradeQuotes' has no method named 'access$5000971' > matching signature > '(Liridiumplus/com/ETradeQuotes;Ljava/awt/event/ActionEvent;)V' > iridiumplus/com/ETradeQuotes.java:290: confused by earlier errors, > bailing out > > failed... You already told me that and I already answered: "Can you send me that jar? At a glance, this looks like a GCJ bug.". Marco |