This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/delivery by this push:
new 23d5f2530b Clarify Java Platform Manager UI.
new 366e9fc180 Merge pull request #6325 from mbien/clarify-java-platform-ui
23d5f2530b is described below
commit 23d5f2530bcd1f2dc4743dd7ac49a404edb75d67
Author: Michael Bien <[email protected]>
AuthorDate: Thu Aug 10 21:26:00 2023 +0200
Clarify Java Platform Manager UI.
It should make it clear that JDKs are required, esp in error msgs.
---
.../j2seplatform/platformdefinition/Bundle.properties | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git
a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/Bundle.properties
b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/Bundle.properties
index e194574489..57479fd29e 100644
---
a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/Bundle.properties
+++
b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/Bundle.properties
@@ -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
@@ -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}
---------------------------------------------------------------------
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