> (2) > Again, is this about a missinf X11? > http://gump.dotnot.org/xml-xerces2/dist-xerces.html > " > [java] Exception in thread "main" java.lang.InternalError: Can't > connect to X11 window server using ':0.0' as the value of the DISPLAY > variable. > "
Doh, I see I made it an ant property, not a JVM property. http://gump.dotnot.org/xml-xerces2/build/build_xml-xerces2_dist-xerces.html#Command+Line java org.apache.tools.ant.Main -Djava.awt.headless=true -Dbuild.sysclasspath=only pack-bin The java.awt.headless=true fix ought work for JDK1.4: http://gump.dotnot.org/checkenvironment/check_java.html java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) Let's see how next build goes... regards, Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
