0

i installed java for android studio and after installing there are 6 icons of java app in app list, how can i remove this. i'm afraid that i might delete java. tell me a proper way thanks

enter image description here

PRATAP
  • 22,460

1 Answers1

1

All these icons are different applications:

  • Oracle Java 8 Console
  • Oracle Java 8 Visual VM
  • Oracle Java 8 Mission Control
  • Oracle Java 8 Web Start
  • Oracle Java 8 Policy Tool
  • Oracle Java 8 Plugin Control Panel

All these programs are useful for Java development and there is no reason to "remove this".

If you really want to remove these Launcher items, you can delete .desktop files from /usr/share/applications.

That won't remove JAVA itself.

Pilot6
  • 90,100
  • 91
  • 213
  • 324