Right now you seem to have several different JDKs and other things
installed. You need a clean environment now, one that you understand, and
one that can be understood.

You need to be able to run ‘java’ and ‘javac’ anywhere, i.e., the JDK needs
to be on the path of your system, not relative to some folder.

Gj


On Tue, 4 Jun 2019 at 17:18, Eef Custers <[email protected]> wrote:

> Hi Geertjan,
>
> How can I see if my java installation is wrong? I run via Maven my test
> "Hello-world" with java/javaFX and that works fine.
>
> Is that possible with a wrong Java version?
>
> Regards,
>
> Eef
>
>
> Op di 4 jun. 2019 om 16:12 schreef Geertjan Wielenga <[email protected]
> >:
>
>> I believe that that indicated something about Linux, while you're on
>> Windows.
>>
>
>> Maybe your JDK distribution is for Linux, and this looks strange too, in
>> your netbeans.conf:
>>
>> netbeans_jdkhome="c:\java_lib\jdk-12.0.1\"
>>
>> I.e., are you sure Java is installed correctly?
>>
>> What happens when you run 'javac -version' and/or 'java version' on the
>> command line?
>>
>> Gj
>>
>> On Tue, Jun 4, 2019 at 4:08 PM Geertjan Wielenga <[email protected]>
>> wrote:
>>
>>> One thing that looks strange is this in messages.log:
>>>
>>> java.io.FileNotFoundException: C:\proc\self\exe (The system cannot find
>>> the path specified)
>>> at java.base/java.io.RandomAccessFile.open0(Native Method)
>>> at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:347)
>>> at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:261)
>>> at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
>>> at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:129)
>>> at com.sun.jna.ELFAnalyser.runDetection(ELFAnalyser.java:109)
>>> at com.sun.jna.ELFAnalyser.analyse(ELFAnalyser.java:36)
>>> [catch] at com.sun.jna.Platform.isSoftFloat(Platform.java:259)
>>>
>>> Gj
>>>
>>> On Tue, Jun 4, 2019 at 3:37 PM Eef Custers <[email protected]>
>>> wrote:
>>>
>>>> Hi Geertjan,
>>>>
>>>> I deleted the Netbeans cache directories and started Netbeans again. I
>>>> ran into the same problem. In this mail you will find the requested files.
>>>> Regards,
>>>>
>>>> Eef
>>>>
>>>>
>>>> Op di 4 jun. 2019 om 09:08 schreef Geertjan Wielenga <
>>>> [email protected]>:
>>>>
>>>>> Should be fine at this point, try it, we’ll update that documentation.
>>>>>
>>>>> Gj
>>>>>
>>>>> On Tue, 4 Jun 2019 at 07:47, Alexander Faust <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> Is it possible to build the Apache Netbeans  Application Platform
>>>>>> with Java / Open JDK 11?
>>>>>>
>>>>>> The "Building from source" tutorial still shows: Oracle’s Java 8 or
>>>>>> Open JDK v8.
>>>>>> https://netbeans.apache.org/download/nb110/nb110.html
>>>>>>
>>>>>> The problem is i can't change the source level of any module above
>>>>>> Java 8 of our Netbeans Application Platform, otherwise a warning in the
>>>>>> Output window shows that a higher version is not supported.
>>>>>>
>>>>>> Thanks Alex
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Met vriendelijke groeten,
>>>>
>>>> E. Custers,
>>>> Oracle & Java Ontwikkelaar / Senior Oracle DBA
>>>> OrendaFlex BV
>>>> Orenda iT Services BV
>>>> 00 31 6 5499 2250
>>>> ====================================
>>>> Oracle database Beheer & Data Management
>>>> ====================================
>>>>
>>>
>
> --
> Met vriendelijke groeten,
>
> E. Custers,
> Oracle & Java Ontwikkelaar / Senior Oracle DBA
> OrendaFlex BV
> Orenda iT Services BV
> 00 31 6 5499 2250
> ====================================
> Oracle database Beheer & Data Management
> ====================================
>

Reply via email to