Re: F13 OpenJDK bugs ?

2010-06-17 Thread Andrew Overholt
* Eric Tanguy [2010-06-17 05:43]: > I have also a bug opened against openJDK plugins : > https://bugzilla.redhat.com/show_bug.cgi?id=542318 I fixed the component on this one. Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin

Re: ant with jdk5

2010-06-08 Thread Andrew Overholt
> --- > XML Parser information > --- > Bad version number in .class file It looks like xerces-j2 was built with OpenJDK and doesn't have target= flags. IMO all things needing xerces-j2 need to have Requires java >= 1

Re: jython failure in F13

2010-06-08 Thread Andrew Overholt
Hi, * Eric Brunson [2010-06-07 19:09]: > The pathnames in the jython wrapper script to libreadline-java were pointing > to > /usr/lib64. I'm on x86, so I don't have anything in that directory. I > changed > two lines in /usr/bin/jython: > > > BASE_FLAGS="$BASE_FLAGS -Djava.library.path=

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
* Andrew Overholt [2010-06-07 17:30]: > * Eric Brunson [2010-06-07 17:13]: > > On 06/07/2010 02:08 PM, Andrew Overholt wrote: > > >>I just installed jython via yum and get the following. > > >I have jython-2.2.1-4.4.fc13 and I don't get any errors. If you r

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
* Eric Brunson [2010-06-07 17:13]: > On 06/07/2010 02:08 PM, Andrew Overholt wrote: > >>I just installed jython via yum and get the following. > >I have jython-2.2.1-4.4.fc13 and I don't get any errors. If you run the > >following in a terminal, do you get any out

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
> I just installed jython via yum and get the following. I have jython-2.2.1-4.4.fc13 and I don't get any errors. If you run the following in a terminal, do you get any output? rpm -qV jython Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription opt

Re: ant with jdk5

2010-06-04 Thread Andrew Overholt
Hi, > $ ant -v > Apache Ant version 1.7.1 compiled on April 16 2010 > Buildfile: build.xml > Detected Java version: 1.5 in: /usr/lib/jvm/java-1.5.0-sun-1.5.0.22/jre > Detected OS: Linux > > BUILD FAILED > java.lang.UnsupportedClassVersionError: Bad version number in .class file On Fedora 12 x86_

Re: Fedora 11: how to update Eclipse and Netbeans

2010-02-03 Thread Andrew Overholt
* Paolo Galtieri [2010-02-03 18:33]: > If you run eclipse on F12 I discovered you will need to set the > following environment variable. > > export GDK_NATIVE_WINDOWS=true That is correct if you're using an upstream release. Fedora packages have this workaround and a few other bug fixes set up

Re: Fedora 11: how to update Eclipse and Netbeans

2010-02-03 Thread Andrew Overholt
> Has anybody successfully upgraded Eclipse or Netbeans, and how? I don't know about NetBeans, but updating Eclipse will bring in a _lot_ of new versions of dependencies. You could just try using an upstream download (download.eclipse.org) until you move to Fedora 12. Andrew -- users mailing li