Re: Netbeans/Java Tutorial - Hangs

2020-04-20 Thread local10
Apr 21, 2020, 04:32 by loca...@tutanota.com:

> Netbeans 10 probably requires JDK 10 to run.
>


Actually, I just checked and  Netbeans 10 should run fine on JDK 11. As per 
your original message you have two JDKs installed: JDK 11 and JDK 15. Make sure 
you are using JDK 11 to run Netbeans, if you still get the error while running 
Netbeans on JDK 11 then you may want to raise this issue on the Netbeans user 
list.
Regards,



Re: Netbeans/Java Tutorial - Hangs

2020-04-20 Thread local10
Apr 20, 2020, 16:01 by we...@acu.edu:

>  The fact that neither Eclipse nor NetBeans works "out of the box" on Debian 
> just adds to that sentiment.
>


Eclipse runs fine on Debian, I've been running Eclipse on Buster for quite some 
time without any issues worth mentioning. I suspect Netbeans will run fine on 
Debian too if you install a proper JDK/JRE, Netbeans 10 probably requires JDK 
10 to run.

Neither Eclipse or Netbeans are a part of Debian distribution so some tinkering 
may indeed be required.

Regards,




Re: Netbeans/Java Tutorial - Hangs

2020-04-20 Thread Kent West
On Sat, Apr 18, 2020 at 8:26 PM local10  wrote:

>
> > Tutorial = https://netbeans.org/kb/docs/java/quickstart.html
> >
> > It's like the process to create the new project hangs.>
> > Ideas? Suggestions? (I'm pretty green/new with both IDEs and Java.)
>
>
> You'll have more luck asking this question on the Netbeans user list.
> Possible reason: check what JDK you use to run Netbeans 10 and whether it
> can run properly on JDK 11 or 15.
>
> Regards,
>
>
Thank you for the response.

I didn't have a strong drive to get too familiar with either Java (I can do
"Hello, World" without an IDE) or Netbeans (or Eclipse, which I couldn't
get to work either), and after looking at my problem just a little (at the
log files, etc, and how much *stuff* was in the background), I'm reminded
of how much me and my fellow staff hated trying to keep our university's
enterprise software (Banner) working over the past twenty years because of
Java/version compatibility issues, and just realized, "Why? Why would I
want to support that morass of fragile complexity?" The fact that neither
Eclipse nor NetBeans works "out of the box" on Debian just adds to that
sentiment.

I think I'll stick with tinkering in Python, Bash, C, and Julia, at least
for now.

-- 
Kent West<")))><
Westing Peacefully - http://kentwest.blogspot.com


Re: Netbeans/Java Tutorial - Hangs

2020-04-18 Thread local10


> Tutorial = https://netbeans.org/kb/docs/java/quickstart.html
>
> It's like the process to create the new project hangs.>
> Ideas? Suggestions? (I'm pretty green/new with both IDEs and Java.)


You'll have more luck asking this question on the Netbeans user list. Possible 
reason: check what JDK you use to run Netbeans 10 and whether it can run 
properly on JDK 11 or 15.

Regards,



Netbeans/Java Tutorial - Hangs

2020-04-17 Thread Kent West
bullseye/sid, Cinnamon Desktop
Netbeans IDE 10.0

kent@westk-9463:~/NetBeansProjects$ aptitude search jdk
i   default-jdk   - Standard Java or Java
compatible Development Kit
p   default-jdk:i386  - Standard Java or Java
compatible Development Kit
i A default-jdk-doc   - Standard Java or Java
compatible Development Kit
p   default-jdk-doc:i386  - Standard Java or Java
compatible Development Kit
i A default-jdk-headless  - Standard Java or Java
compatible Development Kit

i A openjdk-11-doc- OpenJDK Development Kit (JDK)
documentation
v   openjdk-11-doc:i386   -

i A openjdk-11-jdk- OpenJDK Development Kit (JDK)

p   openjdk-11-jdk:i386   - OpenJDK Development Kit (JDK)

i A openjdk-11-jdk-headless   - OpenJDK Development Kit (JDK)
(headless)
p   openjdk-11-jdk-headless:i386  - OpenJDK Development Kit (JDK)
(headless)
i A openjdk-11-jre- OpenJDK Java runtime, using
Hotspot JIT
p   openjdk-11-jre:i386   - OpenJDK Java runtime, using
Hotspot JIT
p   openjdk-11-jre-dcevm  - Alternative VM for OpenJDK 11
with enhanced clas
p   openjdk-11-jre-dcevm:i386 - Alternative VM for OpenJDK 11
with enhanced clas
i A openjdk-11-jre-headless   - OpenJDK Java runtime, using
Hotspot JIT (headles
p   openjdk-11-jre-headless:i386  - OpenJDK Java runtime, using
Hotspot JIT (headles
p   openjdk-11-jre-zero   - Alternative JVM for OpenJDK,
using Zero
p   openjdk-11-jre-zero:i386  - Alternative JVM for OpenJDK,
using Zero
p   openjdk-11-source - OpenJDK Development Kit (JDK)
source files

i   openjdk-15-jdk- OpenJDK Development Kit (JDK)

p   openjdk-15-jdk:i386   - OpenJDK Development Kit (JDK)

i A openjdk-15-jdk-headless   - OpenJDK Development Kit (JDK)
(headless)
p   openjdk-15-jdk-headless:i386  - OpenJDK Development Kit (JDK)
(headless)
i A openjdk-15-jre- OpenJDK Java runtime, using
Hotspot JIT
p   openjdk-15-jre:i386   - OpenJDK Java runtime, using
Hotspot JIT
i A openjdk-15-jre-headless   - OpenJDK Java runtime, using
Hotspot JIT (headless


Tutorial = https://netbeans.org/kb/docs/java/quickstart.html

When I finish step "5. Click Finish", the "New Java Application" window
goes mostly gray ("Help" button still available), but never goes away. A
"HelloWorldApp" directory appears in my ~/NetBeansProjects directory, and I
see no change in the IDE window behind the "New Java Application Window". I
can ESC from the "New Java Application Window", but there is still no
change in the rest of the IDE.

It's like the process to create the new project hangs.

Ideas? Suggestions? (I'm pretty green/new with both IDEs and Java.)

-- 
Kent West<")))><
Westing Peacefully - http://kentwest.blogspot.com