neilcsmith-net commented on code in PR #4390:
URL: https://github.com/apache/netbeans/pull/4390#discussion_r922673212
##########
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:
Yes, disregard for this. Although I thought there was code in there to
special case html. Will take a look sometime.
--
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