mbien commented on code in PR #4390:
URL: https://github.com/apache/netbeans/pull/4390#discussion_r922669986


##########
java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/DefaultPlatformImpl.java:
##########
@@ -42,8 +48,15 @@ public class DefaultPlatformImpl extends J2SEPlatformImpl {
 
     public static final String DEFAULT_PLATFORM_ANT_NAME = "default_platform"; 
          //NOI18N
 
-    private ClassPath standardLibs;
+    @StaticResource
+    private static final String WARNING_ICON = 
"org/netbeans/modules/java/j2seplatform/resources/warning.png"; //NOI18N
 
+    @NbBundle.Messages({
+        "TITLE_InvalidDefaultJDK=Invalid JDK Home detected",
+        "DESC_InvalidDefaultJDK=The jdk.home property does not set a path to a 
valid JDK." +
+                               "Please update netbeans_jdkhome in your 
netbeans.conf" +
+                               "or start netbeans with --jdkhome /path/to/JDK 
set."

Review Comment:
   it simply rendered with the html tags in plain text. but disregard this, we 
probably don't need any notification.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to