then indeed it's a classpath length issue, and you can
>use tricks like create a Jar with an in-manifest Class-Path:
>attribute interpreted by the VM directly to work around the issue. --DD
Maybe a jar with only that manifest file?
Jan
--
> I wrote an Ant build.xml file and I'd like to use the Java task with a very
> long classpath. I also need to use the "fork" property (fork="true")
> for setting the amount of memory available for the new JVM.
>
> The task works fine on Linux and on Windows when I use the JRE 1.3.x, but
> I get a
Hi,
I wrote an Ant build.xml file and I'd like to use the Java task with a very
long classpath. I also need to use the "fork" property (fork="true")
for setting the amount of memory available for the new JVM.
The task works fine on Linux and on Windows when I use the JRE 1.3.x, but
I get an jav