Re: Problem

2019-11-25 Thread Geertjan Wielenga
8.2 does not and cannot run with JDK 13 -- go to netbeans.apache.org to get
11.2 which is for JDK 13.

Gj

On Mon, Nov 25, 2019 at 7:27 PM Svein Nilsen 
wrote:

> Hi
>
> I have installed JDK 13.0.1 and NetBeans 8.2 but cannot open a new
> project, any ideas? I’m using MacBook Pro.
> Thanks for answers.
>
> Svein
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


Problem

2019-11-25 Thread Svein Nilsen
Hi

I have installed JDK 13.0.1 and NetBeans 8.2 but cannot open a new project, any 
ideas? I’m using MacBook Pro.
Thanks for answers.

Svein


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: NB on Linux platform and Java FX trouble

2019-11-25 Thread Gustavo Castro
see you https://openjfx.io/openjfx-docs/

El lun., 25 nov. 2019 a las 8:57, Geertjan Wielenga ()
escribió:

> Sorry, wrong video, meant this one:
>
> https://www.youtube.com/watch?v=8xaRwqcKPSI
>
> Gj
>
> On Mon, Nov 25, 2019 at 3:56 PM Geertjan Wielenga 
> wrote:
>
>> Use Maven, like this:
>>
>> https://www.youtube.com/watch?v=l9aoicDiQ_A
>>
>> Gj
>>
>> On Mon, Nov 25, 2019 at 3:53 PM Luciano Schiavone <
>> luciano.schiav...@gmail.com> wrote:
>>
>>> I installed NB 11.2 on Linux Mint 19 (Tina) with openjdk-11-jdk and
>>> libopenjfx-java.
>>>
>>> When I try to create a Java FXML application NB tells me that the
>>> platform doesn't support Java FX. There is anybody else who had the same
>>> problem?
>>>
>>


Re: NB on Linux platform and Java FX trouble

2019-11-25 Thread Geertjan Wielenga
Sorry, wrong video, meant this one:

https://www.youtube.com/watch?v=8xaRwqcKPSI

Gj

On Mon, Nov 25, 2019 at 3:56 PM Geertjan Wielenga 
wrote:

> Use Maven, like this:
>
> https://www.youtube.com/watch?v=l9aoicDiQ_A
>
> Gj
>
> On Mon, Nov 25, 2019 at 3:53 PM Luciano Schiavone <
> luciano.schiav...@gmail.com> wrote:
>
>> I installed NB 11.2 on Linux Mint 19 (Tina) with openjdk-11-jdk and
>> libopenjfx-java.
>>
>> When I try to create a Java FXML application NB tells me that the
>> platform doesn't support Java FX. There is anybody else who had the same
>> problem?
>>
>


Re: NB on Linux platform and Java FX trouble

2019-11-25 Thread Geertjan Wielenga
Use Maven, like this:

https://www.youtube.com/watch?v=l9aoicDiQ_A

Gj

On Mon, Nov 25, 2019 at 3:53 PM Luciano Schiavone <
luciano.schiav...@gmail.com> wrote:

> I installed NB 11.2 on Linux Mint 19 (Tina) with openjdk-11-jdk and
> libopenjfx-java.
>
> When I try to create a Java FXML application NB tells me that the platform
> doesn't support Java FX. There is anybody else who had the same problem?
>


NB on Linux platform and Java FX trouble

2019-11-25 Thread Luciano Schiavone
I installed NB 11.2 on Linux Mint 19 (Tina) with openjdk-11-jdk and
libopenjfx-java.

When I try to create a Java FXML application NB tells me that the platform
doesn't support Java FX. There is anybody else who had the same problem?


Re: NetBeans 11.2 "cannot find symbol" error

2019-11-25 Thread Geertjan Wielenga
Uninstall nb-javac. Then, do not reinstall it. Do not use nb-javac to see
if that solves the problem.

Gj

On Mon, Nov 25, 2019 at 2:13 PM Humphrey Clerx  wrote:

> Hi Gj,
>
> I tried de-activating nb-javac and then re-starting NetBeans (with and
> without clearing the Cache folder) and re-activating nb-javac. This doesn't
> solve the problem.
>
> I also tried de-installing nb-javac and then re-starting NetBeans (with
> and without clearing the Cache folder) and re-installing nb-javac. This
> also doesn't solve the problem.
>
> How and where can I check how/why the indexing seems to go wrong? When I
> do a Ctrl-O and type the name of the duplicate class, both appear in the
> list.
>
> Greets,
> H.
>
> On Sun, Nov 24, 2019 at 9:15 AM Geertjan Wielenga 
> wrote:
>
>> What happens if you uninstall the nb-javac plugin.
>>
>> Gj
>>
>>
>> On Sun, 24 Nov 2019 at 09:07, Humphrey Clerx  wrote:
>>
>>> Slightly modifying a file with an error badge doesn't solve the problem.
>>> And it doesn't involve any enum classes. Somehow NetBeans "forgets" the
>>> first class when it parses/indexes/caches the second one with the same name
>>> (in a different module).
>>>
>>> On Sat, Nov 23, 2019 at 1:19 AM Eirik Bakke  wrote:
>>>
 Is this a Maven or an Ant project?



 If you open up the source for _each_ of the classes involved, including
 classes imported by the class with an error icon on it, insert a space
 somewhere, and save it (to trigger Compile-on-Save), does the error go 
 away?



 Are there, by any chance, any "enum" classes involved? What about
 annotations? (E.g. "@Nullable".)



 (I've had quite a few of these errors myself, but possibly in different
 situations.)



 -- Eirik



 *From:* Humphrey Clerx 
 *Sent:* Friday, November 22, 2019 4:36 AM
 *To:* users@netbeans.apache.org
 *Subject:* NetBeans 11.2 "cannot find symbol" error



 I've recently installed NetBeans 11.2 and found a problem that a lot of
 files are marked with an "error" symbol that a certain class cannot be
 found, annotated by an "cannot find symbol" icon on an import statement
 even though the class to be imported exists.



 Clearing the cache and restarting NetBeans does not solve the problem.



 This problem did not occur on NetBeans 8.2 or NetBeans 11.0/11.1.



 It seems to be related to there being two classes (in different
 modules) with the same class name. NetBeans 11.2 only seems to 'index' the
 first of the two and indicates the error on al imports of the second one.



 When building the project however, there is no problem. Only the
 incorrect error annotations on the files. I am using NetBeans 11.2 together
 with the nb-javac plugin.



 Is there any means of clearing this invalid error?

 --

 In the mountains of truth, you never climb in vain - Nietzsche
 #-
  \_O
 ,__/>
   <"
'

>>>
>>>
>>> --
>>> In the mountains of truth, you never climb in vain - Nietzsche
>>> #-
>>>  \_O
>>> ,__/>
>>>   <"
>>>'
>>>
>>
>
> --
> In the mountains of truth, you never climb in vain - Nietzsche
> #-
>  \_O
> ,__/>
>   <"
>'
>


Re: NetBeans 11.2 "cannot find symbol" error

2019-11-25 Thread Humphrey Clerx
Hi Gj,

I tried de-activating nb-javac and then re-starting NetBeans (with and
without clearing the Cache folder) and re-activating nb-javac. This doesn't
solve the problem.

I also tried de-installing nb-javac and then re-starting NetBeans (with and
without clearing the Cache folder) and re-installing nb-javac. This also
doesn't solve the problem.

How and where can I check how/why the indexing seems to go wrong? When I do
a Ctrl-O and type the name of the duplicate class, both appear in the list.

Greets,
H.

On Sun, Nov 24, 2019 at 9:15 AM Geertjan Wielenga 
wrote:

> What happens if you uninstall the nb-javac plugin.
>
> Gj
>
>
> On Sun, 24 Nov 2019 at 09:07, Humphrey Clerx  wrote:
>
>> Slightly modifying a file with an error badge doesn't solve the problem.
>> And it doesn't involve any enum classes. Somehow NetBeans "forgets" the
>> first class when it parses/indexes/caches the second one with the same name
>> (in a different module).
>>
>> On Sat, Nov 23, 2019 at 1:19 AM Eirik Bakke  wrote:
>>
>>> Is this a Maven or an Ant project?
>>>
>>>
>>>
>>> If you open up the source for _each_ of the classes involved, including
>>> classes imported by the class with an error icon on it, insert a space
>>> somewhere, and save it (to trigger Compile-on-Save), does the error go away?
>>>
>>>
>>>
>>> Are there, by any chance, any "enum" classes involved? What about
>>> annotations? (E.g. "@Nullable".)
>>>
>>>
>>>
>>> (I've had quite a few of these errors myself, but possibly in different
>>> situations.)
>>>
>>>
>>>
>>> -- Eirik
>>>
>>>
>>>
>>> *From:* Humphrey Clerx 
>>> *Sent:* Friday, November 22, 2019 4:36 AM
>>> *To:* users@netbeans.apache.org
>>> *Subject:* NetBeans 11.2 "cannot find symbol" error
>>>
>>>
>>>
>>> I've recently installed NetBeans 11.2 and found a problem that a lot of
>>> files are marked with an "error" symbol that a certain class cannot be
>>> found, annotated by an "cannot find symbol" icon on an import statement
>>> even though the class to be imported exists.
>>>
>>>
>>>
>>> Clearing the cache and restarting NetBeans does not solve the problem.
>>>
>>>
>>>
>>> This problem did not occur on NetBeans 8.2 or NetBeans 11.0/11.1.
>>>
>>>
>>>
>>> It seems to be related to there being two classes (in different modules)
>>> with the same class name. NetBeans 11.2 only seems to 'index' the first of
>>> the two and indicates the error on al imports of the second one.
>>>
>>>
>>>
>>> When building the project however, there is no problem. Only the
>>> incorrect error annotations on the files. I am using NetBeans 11.2 together
>>> with the nb-javac plugin.
>>>
>>>
>>>
>>> Is there any means of clearing this invalid error?
>>>
>>> --
>>>
>>> In the mountains of truth, you never climb in vain - Nietzsche
>>> #-
>>>  \_O
>>> ,__/>
>>>   <"
>>>'
>>>
>>
>>
>> --
>> In the mountains of truth, you never climb in vain - Nietzsche
>> #-
>>  \_O
>> ,__/>
>>   <"
>>'
>>
>

-- 
In the mountains of truth, you never climb in vain - Nietzsche
#-
 \_O
,__/>
  <"
   '


Re: upgrading netbeans from 11.1 to 11.2

2019-11-25 Thread Emilian Bold
You can't but 11.2 can import your 11.1 settings.

--emi

lun., 25 nov. 2019, 13:13 Philipp Albrecht 
a scris:

> Dear netbeans community,
>
> I have a question regarding upgrading netbeans 11.1 to 11.2.
>
> When I check for updates within my IDE it tells me "no updates available".
>
> I would like to upgrade my IDE from 11.1 to 11.2 preserving my settings
> and plugins.
>
> How can this be accomplished?
>
> Help / advice greatly appreciated.
>
> Thanks in advance.
>
> --
> Best regards
>
> --
> Philipp Albrecht
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


upgrading netbeans from 11.1 to 11.2

2019-11-25 Thread Philipp Albrecht

Dear netbeans community,

I have a question regarding upgrading netbeans 11.1 to 11.2.

When I check for updates within my IDE it tells me "no updates available".

I would like to upgrade my IDE from 11.1 to 11.2 preserving my settings 
and plugins.


How can this be accomplished?

Help / advice greatly appreciated.

Thanks in advance.

--
Best regards

--
Philipp Albrecht


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists