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] | |
Hi, On Wed, 2004-10-27 at 22:27, Tom Tromey wrote: > I've been using the BC branch to do my testing. Most of the needed > library fixes are also on the trunk, but I can't really vouch for it > as I haven't done any testing there. > > You need java.xml and its dependencies in order for this to work. > I've been using xalan; I've heard that GNU JAXP has a bug that > prevents it from working, but I haven't actually tried it. I've built > rhug using the BC compiler, but you could probably just install xalan > from jpackage.org and run it interpreted. I tried on the trunk. I couldn't get xalan to be on the bootclasspath as byte code (not even with java.ext.dirs, so we probably do something wrong there) so you actually need to build rhug, which is huge and slow. So we really want to fix and integrate GNU JAXP asap. It seems to startup till: java.lang.VerifyError: verification failed at PC 9 in org.eclipse.ui.internal.PerspectiveBarNewContributionItem:<init>((Lorg.eclipse.ui.IWorkbenchWindow;)V): uninitialized object in local variable So you probably need to disable the verifier on the trunk. Cheers, Mark
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |