Re: [javaCompiler-users] Request for AWT information
Status: Beta
Brought to you by:
soapy
|
From: Lee D. P. <le...@3s...> - 2006-12-22 13:22:03
|
Thanks for that, I now have 1.0.1 but there is another problem. I've
added some system properties to the custom GCJ flags and the compile
fails on a jar compile
gcj: can't specify -D without --main
The problem I have is that without the system properties the product
will not function :( I can hack it for now by adding a command line
parameter to set them, maybe that's a better solution anyway.
Regards
Lee
> -----Original Message-----
> From: jav...@li...
> [mailto:jav...@li...] On Behalf Of
> Marco Trudel
> Sent: 22 December 2006 11:03
> To: A mailing list for general questions and discussions.
> Subject: Re: [javaCompiler-users] Request for AWT information
>=20
> Lee D. Painter wrote:
> >> All worked now? I assume you mean by the classes. Or did you
download
> >> all sources?
> >
> > It's compiling and linking from source once I had grabbed the source
to
> > the troublesome jar, I'm still missing a few resources that were in
the
> > jars but that should be easy to sort.
>=20
> Version 1.0.1 is uploaded now. With it, you can compile from your
jars.
> It's not on every mirror yet, so you might have to try different ones
> (Lausanne Switzerland works for sure).
>=20
>=20
> >> What do you mean by "system properties"? Something you can get by
> >> System.getProperty("name")? Then just add a custom flag:
> >> -Dsome.property=3Dfoobar
> >> Or do you mean stuff like PATH or so? That's not possible. That's
not
> >> possible with C applications as well (as far as I know)...
> >>
> >
> > Yes standard java system properties is what I need to set, should
have
> > realized that you could pass it through as a custom flag :-)
>=20
> :-)
>=20
>=20
> I'd be glad to hear if your AWT application works flawless...
>=20
> Marco
>=20
>
------------------------------------------------------------------------
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDE
V
> _______________________________________________
> javaCompiler-users mailing list
> jav...@li...
> https://lists.sourceforge.net/lists/listinfo/javacompiler-users
|