Eclipse

Mutliple Eclipse Installs: How To

1. Update the Eclipse plugin.xml to a different "appName"

/usr/home/t/eclipse-4.10/plugins/org.eclipse.epp.package.java_4.10.0.20181214-0600/plugin.xml

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         id="product"
         name="Java IDE"
         point="org.eclipse.core.runtime.products">
      <product
            application="org.eclipse.ui.ide.workbench"
            name="Eclipse IDE">
         <property
               name="preferenceCustomization"
               value="plugin_customization.ini">
         </property>
         <property
               name="appName"
               value="Eclipse-410">
         </property>

 

2. Create a new .desktop file & reference the "appName" for StartupWMClass

Tags
Subscribe to Eclipse