public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Keith Boynton" <keithboynton@flaredesign.co.uk>
To: "Andrew Haley" <aph@redhat.com>
Cc: <java@gcc.gnu.org>
Subject: Re: java.lang.NoClassDefFoundError: java.text.DecimalFormat
Date: Mon, 30 Nov 2009 21:13:00 -0000	[thread overview]
Message-ID: <AF8BC899F9584032B2C715620775ACA2@Flaresnazzy> (raw)
In-Reply-To: <4B13E895.2050202@redhat.com>

I do apologise for the lack of information I provided.

I'm using the latest version of the JavaNativeCompiler which (as I'm sure 
you aware) is a front end to GCJ 4.3.

The OS is indeed Windows.

Here is a short test case that does reproduce the error.


import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerFactory;

public class Test {
	public static void main(String[] args) {
		try {
			TransformerFactory tFactory = TransformerFactory.newInstance();
			Transformer objXSLT = tFactory.newTransformer(new 
javax.xml.transform.stream.StreamSource("c:\\some.xsl"));
		} catch (Exception objException) {
		}
	}
}

Command generated by JavaNativeCompiler:
gcc-122233-win\bin\gcj
		--main=Test
		-fjni
		-Djava.library.path=lib
		-Dsun.java2d.fontpath=
		-Djava.home=.
		-Djava.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
		-Dawt.toolkit=sun.awt.windows.WToolkit
		-Dsun.io.unicode.encoding=UnicodeLittle
		-Llibs/win
		-Ilibs/win/gui/gui.jar
		-oC:\JavaNativeCompiler-1.1.1\compiled\test.exe
		-s
		-O2
		c:\temp\templib\*
		-findirect-dispatch
		-ljncTrial
		-IC:\\EclipseWorkspace\Test\src
		@C:\Temp\JNCTempaoljps.out\SourceListaoljpt.list

It's worth noting that c:\temp\templib contains the .o files extracted from 
libgcj.a using ar.exe x libgcj.a

Keith 

  reply	other threads:[~2009-11-30 21:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30 15:39 Keith Boynton
2009-11-30 15:45 ` Andrew Haley
2009-11-30 21:13   ` Keith Boynton [this message]
2009-11-30 21:15     ` Ben Gardiner
2009-12-04  8:34       ` Keith Boynton
2009-12-04  9:47         ` Andrew Haley
2009-12-04 18:12           ` Keith Boynton
2009-11-30 18:29 ` Ben Gardiner
2009-11-30 18:33   ` Andrew Haley
2009-11-30 21:13     ` Keith Boynton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AF8BC899F9584032B2C715620775ACA2@Flaresnazzy \
    --to=keithboynton@flaredesign.co.uk \
    --cc=aph@redhat.com \
    --cc=java@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).