Re: [javaCompiler-users] aUPM compiling !
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2006-09-05 17:41:47
|
M. Bashir Al-Noimi wrote: > Marco Trudel wrote: >> You have five possibilities (sorted to what I would do): >> 1. migrate your applications to SWT >> 2. extend swingWT so that it supports your needed classes >> 3. fix gcj to run the gnu classpath AWT/Swing classes on static windows >> executables (if you're on it, linux static is broken too and windows >> shared would be nice too ;-)) >> 4. bundle a jre with your application. ther're special setup tools for this >> 5. try excelsior JET (http://www.excelsior-usa.com/landing/jet-nc.html). >> It costs a lot and adds a huge runtime (even bigger than jre itself) >> >> I can't think of anything else you could do. If 4 and 5 isn't an option, >> I think you should do 2. I can't do 1 to 3 for you, because they're too >> time consuming. > Peace upon you again ... > > The solutions are so complicated for me :-P , cuz i've no time to focus > on re-compiling process i need to work at my to-do list, so can you give > me a name/names of program can bundle the jre for Windows and Linux (as > shown in 4 suggest) :-) . No, ask google... I never used any of them, so I don't remember names or websites. Just know that they're out there. Marco |