tahir malik wrote:
>
>
> hi ,
>
> I am new to javacompiler and this forum.
Actually the project is called JavaNativeCompiler or JNC as
abbreviation. At first, I named it javacompiler but found it imprecise
and changed it. So the mailinglists still have the old one...
> i am making a swing desktop application
>
> using properties files for internationalization
>
>
>
> I have 5 reference jar files and one main application jar file
>
> The images are also in main jar file.
>
> I am confused in the java compiler wizard first step.
What are you confused in?
> And also about the checking of jars what does it mean
Did you read the manual?
> If I add all jar file in 1^st step and after selecting main class and
> then compile then it gives me awt error
>
> - 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
Can you send me that jar? At a glance, this looks like a GCJ bug.
thanks
Marco
|