Skip to content

Commit

Permalink
Clarify Java Platform Manager UI.
Browse files Browse the repository at this point in the history
It should make it clear that JDKs are required, esp in error msgs.
  • Loading branch information
mbien committed Aug 10, 2023
1 parent bc4d915 commit 23d5f25
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ TXT_Classes=Classes
TXT_Sources=Sources
TXT_Javadoc=Javadoc
TXT_JDKClasspath=Platform Classpath:
TXT_JDKModules=Platform Modules:
TXT_JDKSources=Platform Sources:
TXT_JDKJavadoc=Platform Javadoc:
TXT_JDKModules=JDK Modules:
TXT_JDKSources=JDK Sources:
TXT_JDKJavadoc=JDK Javadoc:
TXT_CanNotAddResolve=IDE cannot resolve the given path.
CTL_Add=Add JAR/Folder...
MNE_Add=J
Expand Down Expand Up @@ -77,10 +77,12 @@ MNE_PlatformHome=F
AD_PlatformName=N/A
AD_PlatformHome=N/A
MSG_BrokenProject=<html><p><font color=\"#A40000\">Error:</font> The specified \
folder does not contain a Java platform.</p>\
<p>If you want to specify a different folder for this platform, remove \
this platform and create a new one with exactly the same name pointing to the \
correct platform folder.</p></html>
folder does not contain a Java Development Kit.</p>\
<p>If you want to specify a different folder for this JDK, remove \
this entry and create a new one with exactly the same name pointing to the \
correct JDK folder.</p> \
<p>The default platform can not be removed since it represents the JDK used \
to run NetBeans (see etc/netbeans.conf).</p></html>

#Util
MSG_BrokenExtension=A nonexistent Java extension {0} in {1}
Expand Down

0 comments on commit 23d5f25

Please sign in to comment.