-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm leaving the question here in case it's useful to others! It turns out the reason for my problem was that I had installed only the JRE and not the JDK. I did not realize that JDK includes all the API classes and code plus JRE (and compiler, etc) whereas JRE contains only the JVM. When the NetBeans interface fails to recognize a folder as a platform folder, that's because it's not actually a platform folder. At least, that's where I went wrong in this particular case! |
Beta Was this translation helpful? Give feedback.
I'm leaving the question here in case it's useful to others! It turns out the reason for my problem was that I had installed only the JRE and not the JDK. I did not realize that JDK includes all the API classes and code plus JRE (and compiler, etc) whereas JRE contains only the JVM. When the NetBeans interface fails to recognize a folder as a platform folder, that's because it's not actually a platform folder. At least, that's where I went wrong in this particular case!