Re: Problem using NetBeans on Ubuntu

2019-09-21 Thread Carl Mosca
Thanks Neil. I was starting to wonder if all of the Applet stuff we have lived through was a dream. Did not say nightmare because it wasn't necessarily bad, just a part of history. :) On Sat, Sep 21, 2019 at 4:53 AM Neil C Smith wrote: > On Sat, 21 Sep 2019 at 05:04, Walter Oney wrote: > >

Re: Problem using NetBeans on Ubuntu

2019-09-21 Thread Neil C Smith
On Sat, 21 Sep 2019 at 05:04, Walter Oney wrote: > Create new project, Java, Java application, then accept all defaults. I > wouldn't dignify a throwaway program like this as an "application" Well, calling anything an Applet in a Java context is only going to confuse everyone! Best wishes,

Re: Problem using NetBeans on Ubuntu

2019-09-21 Thread Geertjan Wielenga
On Sat, 21 Sep 2019 at 06:04, Walter Oney wrote: > From: Carl Mosca > > I am not sure about the file transfer part (Samba?) but given that it's > small, you might copy the contents from the Output window for the build. > > I e-mailed the output log to myself. Here it is, sans reasonable >

RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
From: Carl Mosca > I am not sure about the file transfer part (Samba?) but given that it's > small, you might copy the contents from the Output window for the build. I e-mailed the output log to myself. Here it is, sans reasonable formatting: -Dnb.internal.action.name=build jar init:

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Carl Mosca
I am not sure about the file transfer part (Samba?) but given that it's small, you might copy the contents from the Output window for the build. I noticed you referenced "Applet" instead of "Application". Can you provide the steps you followed in NetBeans? If right click on the project and then

RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
From: Carl Mosca > How was the project generated? I am assuming it is a NetBeans ant project > based on the default names used. Yes. > Have you done a build? If so, is that successful? Can you provide the build > output. The build was uneventful. It's hard for me to get a file from my

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Carl Mosca
Hi Walter, How was the project generated? I am assuming it is a NetBeans ant project based on the default names used. Have you done a build? If so, is that successful? Can you provide the build output. Carl On Fri, Sep 20, 2019 at 8:42 PM Walter Oney wrote: > I installed from

RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
I installed from netbeans.apache.org, and I'm now able to build Java and C++ programs (after installing the C++ plugin, that is). Thanks to the help I got on this list. Now for the next problem: the Java program I generate using Netbeans 11.1 appears fine, but it won't run because it claims

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Jose Ch
This is the download page for Apache NetBeans: https://netbeans.apache.org/download/index.html Is it the same page that you used a few days ago? El vie., 20 sept. 2019 a las 17:23, Walter Oney () escribió: > From: Neil C Smith > > >> I installed NetBeans IDE 10.0, in which Netbeans is at

RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
From: Neil C Smith >> I installed NetBeans IDE 10.0, in which Netbeans is at 8.3 Patch 2, > What exactly does that mean? Try 11.1. NetBeans 10.0 is no longer supported. > There is a Snap available for Ubuntu as well as the installers and zip. Somebody connected with Apache wrote the

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Neil C Smith
On Fri, 20 Sep 2019, 22:36 Walter Oney, wrote: > I installed NetBeans IDE 10.0, in which Netbeans is at 8.3 Patch 2, > What exactly does that mean? Try 11.1. NetBeans 10.0 is no longer supported. There is a Snap available for Ubuntu as well as the installers and zip. Best wishes, Neil