1 11 package org.eclipse.jdt.internal.debug.ui.jres; 12 13 import com.ibm.icu.text.MessageFormat; 14 15 import org.eclipse.jdt.launching.JavaRuntime; 16 17 20 public class BuildJREDescriptor extends JREDescriptor { 21 22 25 public String getDescription() { 26 return MessageFormat.format(JREMessages.BuildJREDescriptor_0, new String []{JavaRuntime.getDefaultVMInstall().getName()}); 27 } 28 29 } 30 | Popular Tags |