when I try to install triplea_unix.sh >: I get this
echo "Could not find Java."
I installed, openjdk-6-jdk and I get this msg when I try to execute an install.
if ! java -version > /dev/null 2>&1
then
echo "Could not find Java."
echo "You must have Java installed and in your path."
exit
fi
relativePathToGame=`dirname $0`
cd $relativePathToGame
java -Xmx512m -cp bin/patch.jar:bin/triplea.jar games.strategy.engine.framework.GameRunner
(((((((((Kubuntu release = 10.10
Platform Version 4.5.5 (KDE 4.5.5)
Version: 0.97-29ubuntu60.10.10.2
Description: GRand Unified Bootloader (Legacy version)
primary OS win xp sp2 home ed.
Intel 32-bit 1799.870 MHz
2 gig random access memory
40 gig disk.
VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
echo "Could not find Java."
I installed, openjdk-6-jdk and I get this msg when I try to execute an install.
if ! java -version > /dev/null 2>&1
then
echo "Could not find Java."
echo "You must have Java installed and in your path."
exit
fi
relativePathToGame=`dirname $0`
cd $relativePathToGame
java -Xmx512m -cp bin/patch.jar:bin/triplea.jar games.strategy.engine.framework.GameRunner
(((((((((Kubuntu release = 10.10
Platform Version 4.5.5 (KDE 4.5.5)
Version: 0.97-29ubuntu60.10.10.2
Description: GRand Unified Bootloader (Legacy version)
primary OS win xp sp2 home ed.
Intel 32-bit 1799.870 MHz
2 gig random access memory
40 gig disk.
VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
Comment