Announcement

Collapse
No announcement yet.

openjdk-6-jdk

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    openjdk-6-jdk

    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)

    #2
    Re: openjdk-6-jdk

    you prob also kneed the openjdk-6-jre !!

    -jre is the run time environment ........-jdk is the development environment

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: openjdk-6-jdk

      that's up to date.

      Comment


        #4
        Re: openjdk-6-jdk

        /usr/bin/java
        should be a link to
        /etc/alternatives/java

        /etc/alternatives/java
        should be a link to
        /usr/lib/jvm/java-6-openjdk/jre/bin/java

        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Re: openjdk-6-jdk

          Run
          Code:
          sudo update-alternatives --config java
          to be sure the correct java is selected in alternatives.

          Comment

          Working...
          X