-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta
-
generic
-
generic
Name: dm26566 Date: 02/09/2001
in make/common/Release.gmk, the following code in the target image-jre:
@# Copy the Java Web Start bundle into the JRE image directory
$(CP) $(OPT_JAVAWS) $(JRE_IMAGE_DIR)
$(ECHO) ">>>Finished making "$@" @ `$(DATE)` ...";
This code fails on 64-bit builds because there is not a 64-bit version
of Java Web Start defined.
Is there a 64-bit version?
Should the 32-bit version be used?
======================================================================