facebook

Minor annoyance with myEclipse.sh

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276780 Reply

    Hello,

    I have a minor annoyance with the linux startup script of myeclipse 6.0GA to report:

    On line 10 it reads:

    eclipse -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M  -Dosgi.splashLocation="/home/ckbe/MyEclipse 6.0/eclipse/MyEclipseSplash.bmp"
    

    better would be:

    ./eclipse -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M  -Dosgi.splashLocation="/home/ckbe/MyEclipse 6.0/eclipse/MyEclipseSplash.bmp"
    

    since otherwise the default eclipse installation of certain linux distributions (like Ubuntu) will be started and not the release, that has been defined in the installation process.

    greets,
    Christian

    #276811

    Riyad Kalla
    Member

    Christian,
    You are exactly right. I just asked our packaging guy to fix this. Thanks for the heads up!

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Minor annoyance with myEclipse.sh

You must be logged in to post in the forum log in