Jacek Laskowski wrote:
Bryce Alcock wrote:
[echo] Building debug tool configuration
[java] java.lang.IllegalArgumentException
[java] at java.net.URI.create(URI.java:829)
[java] at java.net.URI.resolve(URI.java:1015)
[java] at org.apache.geronimo.deployment.Deployer.getURL(Deployer.java:212)
I remember having the error message while working with JDK 1.4.1 and earlier.
So, your idea of downloading the latest version of JDK is really promising :)
Cheers, Jacek
Did this resolve it and do we need to document a problem with 1.4.1 on Windows?
Some brief description of possible issues with elder versions of JDK on Windows is already available at http://wiki.apache.org/geronimo/BuildingAndRunning#head-1a5419a621a9c7092f318a52819033ffed86afc5. It's not clearly written, though.
I changed http://wiki.apache.org/geronimo/KnownWorkingConfigurations with some info on the issues.
Jacek