On Thu, Aug 20, 2009 at 07:13, wrote:
> ...
>
It did the trick, thanks! I thought it would be more complicated than that...
--
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris
-
...
Jan
>-Ursprüngliche Nachricht-
>Von: Francis GALIEGUE [mailto:f...@one2team.com]
>Gesendet: Mittwoch, 19. August 2009 17:17
>An: Ant Users List
>Betreff: Launching a different java executable from within ant
>
>Hello,
>
>I have a very annoying problem.
Hello,
I have a very annoying problem. We have a jar, with a main class,
which is called as such:
This is run on a 64bit Linux machine, with a 32bit JVM. The JVM is
either java 1.4 or java 6.
With java 1.4, and despite the use of java.awt.headless and
java.awt.headl
ther jars and
to [2] them again with your application:
...
...
I myself think that it is a tedious way to include the
classes of all the libs you use in the jar of your
application. Instead I would prefer using manifest
attribute of task:
> 2. How to build a
I am new to Ant. I have two questions:
1. How to include all needed library in the final jar file so that when
run the application, no any other jar library is needed?
2. How to build a java executable on Windows XP and Linux with Ant?
Can anybody tell me how to do that? Or point where to get the