aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/GL4JInst.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-04-06 10:05:10 +0000
committerSven Gothel <[email protected]>2001-04-06 10:05:10 +0000
commitee8232711affbf052576b038aee079250c985416 (patch)
tree6af9c3d569611615d29dee5d051a69ab68e18b0d /Installer/GL4JInst.java
parent6c0f57e382ff6a739551630b0f9acac14f0a539a (diff)
2.7.0 release ..
Diffstat (limited to 'Installer/GL4JInst.java')
-rw-r--r--Installer/GL4JInst.java7
1 files changed, 7 insertions, 0 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!");