Results 1 to 2 of 2

Thread: eclise 3.8, menu doesn't scroll

  1. #1
    Join Date
    Feb 2010
    Beans
    18

    eclise 3.8, menu doesn't scroll

    hi,
    i have intalled eclipse 3.8 and jboss 7 on ubuntu server 13.10.
    i cannot to acces to menu !
    i have intalled of course jdk and tomcat 7 which run normaly.
    root@dct-zeus:~/Desktop# javac -version
    javac 1.7.0_25
    root@dct-zeus:~/Desktop#
    but my probleme is to menu of eclipe doesn't display !

    see ya_
    philippe

  2. #2
    Join Date
    Sep 2009
    Beans
    2

    Re: eclise 3.8, menu doesn't scroll

    This problem is bug Ubuntu 13.10
    You need create file eclipse.desktop in /usr/share/applications with contents:
    [Desktop Entry]Version=4.3.0
    Name=Eclipse
    Comment=IDE for all seasons
    #Exec=/home/tuyennd/Downloads/eclipse/eclipse
    Exec=env UBUNTU_MENUPROXY=0 /home/tuyennd/Downloads/eclipse/eclipse
    Icon=/home/tuyennd/Downloads/eclipse/icon.xpm
    Terminal=false
    Type=Application
    Categories=Utility;Application
    Name[en_US]=eclipse.desktop
    Change path Exec and Icon to your path.
    Start eclipse.desktop and the menu is showing
    This solution work for me

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •