This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: need help


On Fri, 2002-09-20 at 06:16, Ext-Vijay.Ingle@nokia.com wrote:
> /usr/bin/gcj -shared -o libssacp.so ssacp.jar
> 
> ssacp.jar:0: Not a valid Java .class file.

What version are you using (gcj -v)?  Older versions of gcj could not
read compressed jar files, although non-compressed jar files worked
well.  This looks like that kind of error.

> but when I specify the to find class files and make so of that then it gives som diff  err ...
> 
> /usr/bin/gcj $(find . -name "*.class") -shared -o libssacp.so
> 
> com/nokia/flexi/alarmsystem/cp/report/InformationAgentBean.java: In method `getProbableCauses()':

Again -- this could be fixed in a newer version of gcj.

AG



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]