2009/12/16 Rafael Schloming <[email protected]> > John Obaterspok wrote: > >> 2009/12/16 Rafael Schloming <[email protected]> >> >> John Obaterspok wrote: >>> >>> 2009/12/14 Aidan Skinner <[email protected]> >>>> >>>> On Mon, Dec 14, 2009 at 9:16 PM, John Obaterspok >>>> >>>>> <[email protected]> wrote: >>>>> >>>>> I'm on a Fedora 12 machine and I'm having problems building the dotnet >>>>> >>>>>> client. Running 'ant' in the gentool directory from a fresh checkout >>>>>> (r:890479 gives me the below error: >>>>>> >>>>>> What version of java do you have installed? >>>>> >>>>> >>>>> [j...@flower ~]$ java -version >>>>> >>>> java version "1.6.0_0" >>>> OpenJDK Runtime Environment (IcedTea6 1.6) (fedora-33.b16.fc12-i386) >>>> OpenJDK Server VM (build 14.0-b16, mixed mode) >>>> >>>> [j...@flower ~]$ rpm -q jython >>>> jython-2.2.1-4.2.fc12.i686 >>>> >>>> [j...@flower ~]$ rpm -q python >>>> python-2.6.2-2.fc12.i686 >>>> >>>> >>>> Any ideas? >>>> >>>> You should probably check 'javac -version' as well. That doesn't >>> necessarily match 'java -version' depending on what set of rpms you have >>> installed. >>> >>> >> [j...@flower ~]$ javac -version >> Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, >> 2008. All rights reserved. >> > > Yeah, that's your problem. Try 'yum install java-1.6.0-openjdk-devel'. > >
Exactly, that fixes the problem. Now I could finally build the dotnet client after the java/javac/python/jython/ant/nant configuration :D Much appreciated! //John
