Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsareis
    • CommentTimeAug 16th 2011
     
    I have install the latest Java and it still will not run. When I do a ./jetprofiler it just drops to the command prompt and does not open a window. I have it running on my MAC ok. What am I doing wrong.
  1.  
    Make sure you run sun java. See which java you're using:

    sudo update-alternatives --config java

    To install sun java on ubuntu:

    sudo apt-get install sun-java6-jre

    For more information, see:

    https://help.ubuntu.com/community/Java#Sun Java

    If that does not work, please look in the .jetprofiler/logs directory and see what the log file says.
    • CommentAuthorsareis
    • CommentTimeAug 17th 2011
     
    Did the sudo update-alternatives --config java command and picked manual mode and it worked. Thanks