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: groan: installation


Check the output again -- one of the parameters was bcel.jar, which
contains the classes that gcj is claiming it can't find.  Something is
wrong with gcj.

  - a

Anthony Green <green@redhat.com> writes:
> On Mon, 2002-11-04 at 13:26, Adam Megacz wrote:
> > > megacz@curry$CLASSPATH= /usr/local/gcc/bin/gcj --main=org.apache.tools.ant.Main -o ./ant xml-apis.jar ant.jar optional.jar bcel.jar 
> > org/apache/tools/ant/filters/util/JavaClassHelper.java: In class `org.apache.tools.ant.filters.util.JavaClassHelper':
> > org/apache/tools/ant/filters/util/JavaClassHelper.java: In method `org.apache.tools.ant.filters.util.JavaClassHelper.getConstants(byte[])':
> > org/apache/tools/ant/filters/util/JavaClassHelper.java:79: error: cannot find file for class org.apache.bcel.classfile.ClassParser
> > org/apache/tools/ant/filters/util/JavaClassHelper.java:79: error: cannot find file for class org.apache.bcel.classfile.ClassParser
> > org/apache/tools/ant/filters/util/JavaClassHelper.java:79: error: cannot find file for class org.apache.bcel.classfile.JavaClass
> 
> etc
> 
> bcel should be easy to build.  The version prior to being sucked into
> jakarta project is available with gcj build machinery here:
> http://sources.redhat.com/rhug.
> 
> AG
> 
> 
> 

-- 
"Through your rags I see your vanity"  -- Socrates


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