diff options
Diffstat (limited to 'Installer')
-rw-r--r-- | Installer/GL4JInst.java | 7 | ||||
-rw-r--r-- | Installer/GL4JInst_cacert_ns.html | 2 | ||||
-rwxr-xr-x | Installer/makeNetscapeSignedJar-Unix.sh | 6 | ||||
-rw-r--r-- | Installer/versiondef.sh | 2 |
4 files changed, 12 insertions, 5 deletions
diff --git a/Installer/GL4JInst.java b/Installer/GL4JInst.java index 4d7ac42..887129d 100644 --- a/Installer/GL4JInst.java +++ b/Installer/GL4JInst.java @@ -697,6 +697,13 @@ public class GL4JInst "\n" +
"You should now be able to run 3D web\n" +
"applets which use GL4Java.");
+ if (mctrl.isUnix)
+ {
+ statustextarea.setText
+ (statustextarea.getText() +
+ "\n" +
+ "ROOT may have to run 'ldconfig' !\n");
+ }
statustextarea.setCaretPosition(Integer.MAX_VALUE);
if(isAnApplet)
showStatus("Installation complete! Please restart your browser!");
diff --git a/Installer/GL4JInst_cacert_ns.html b/Installer/GL4JInst_cacert_ns.html index a04af37..53bc95a 100644 --- a/Installer/GL4JInst_cacert_ns.html +++ b/Installer/GL4JInst_cacert_ns.html @@ -49,7 +49,7 @@ Certificate Authority" box comes up: IS AN EXTRA SECURITY PRECAUTION.
<p>When asked for a name, enter the following name, exactly as shown: GL4Java
<br>
-<p><b><a href="x509.crt">Click here to import the signing certificate.</a> </b> Valid from <b> Thu Feb 22, 2001 to Tue May 22, 2001 </b>
+<p><b><a href="x509.crt">Click here to import the signing certificate.</a> </b> Valid from <b> Fri Apr 06, 2001 to Fri Jul 06, 2001 </b>
<br>
<p>After you have imported the certificate, <b><a href="GL4JInst_ns.html">Click
here to begin the GL4Java installation.</a></b>
diff --git a/Installer/makeNetscapeSignedJar-Unix.sh b/Installer/makeNetscapeSignedJar-Unix.sh index 2a1f385..bc58a4b 100755 --- a/Installer/makeNetscapeSignedJar-Unix.sh +++ b/Installer/makeNetscapeSignedJar-Unix.sh @@ -5,9 +5,9 @@ # The Netscape signing keys were created using the Netscape signtool # utility, as follows: # copy key3.db and cert7.db from one of the users directories. -# signtool -d . -G GL4JInst205 +# signtool -d . -G GL4JInst207 # Enter the following information: -# certificate common name: GL4JInst205 +# certificate common name: GL4JInst207 # organization: GL4Java Development Team # organization unit: GL4JInst # state or province: NRW @@ -27,7 +27,7 @@ javac -classpath ".:../capsapi_classes.zip" *.java . versionundef.sh rm -rf META-INF -signtool -d . -e .class -k GL4JInst206b -Z GL4JInst_ns.jar -c9 --norecurse . +signtool -d . -e .class -k GL4JInst270 -Z GL4JInst_ns.jar -c9 --norecurse . rm -rf META-INF rm -f key3.db cert7.db *.class diff --git a/Installer/versiondef.sh b/Installer/versiondef.sh index 79a6461..f5fb6b6 100644 --- a/Installer/versiondef.sh +++ b/Installer/versiondef.sh @@ -1,5 +1,5 @@ MAJV=2 -MINV=6 +MINV=7 BUGV=0 RELV=0 |