Re: Does Anyone Know How to set -source 8?

2022-02-09 Thread Mark A. Flacy
As described, yes.

If you wish to give more details about your project, I might wish to provide 
more details on the answer.

-- 
Mark A. Flacy
mfl...@verizon.net

On 2022 M02 9, Wed 16:08:45 CST Tim de Vries wrote:
> As described.
> 
> Unfortunately Netbeans 12.5 does not reckognize Java POJO's as Such.
> Moving to.
> 
> 
> @Windows 10
> 
> #Windows 7
> 
> #Linux
> 
> #MacOS.
> 
> #everyone,#Everywhere,#AllTheTime.
> 
> #when I, MavenResolver, SpringBoot-Dependency-Tree,
> 
> 
> #itDoesntYet.
> 
> #allRequirementsPlusSuggestions.
> 
> 
> #aTimDependency.
> 
> #everythingElse.
> 
> 
> 
> -
> 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





-
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: [apache netbeans12[ [javafx] [install] Can't install correctly.

2022-02-09 Thread Mark Eggers

Just out of curiosity:

What I do on Linux and Windows is the following:

1. Set JAVA_HOME to location of the base directory for the JDK
2. Set JRE_HOME to the location of the base directory for the JRE
3. Set PATH
a) to $PATH to include $JRE_HOME/bin:$JAVA_HOME/bin (Linux)
b) to %PATH% to include %JRE_HOME%\bin;%JAVA_HOME%\bin (Windows)

Would it not work in a similar fashion on a Macintosh? It's been ages 
since I've worked on one (Quadra days).


. . . just my two cents
/mde/

On 2/9/2022 3:25 PM, Robert Lockwood wrote:

I have a Java application from some years ago using an old Netbeans,
JavaFX, Scene Builder, and Java 8.  I've been asked to add features to and
thought that I would migrate it to a more current IDE etc. and put an end
to the warnings I receive when I build. I'm using macOA Monterey and an
Apple Silicon M1 macBook.

I've managed to fix all the syntax errors with help from Dr. Google but
cannot complete a build. It cannot find the executable or the deployment
library in the JDK.  I've supplied the locations in the libraries and jars
list and have added the path to the Java Home folder in /Library/... (as a
side issue Netbeans cannot find the javadocs).

I don't know what I missed and what to try next so I'm asking for help
here.  First time use of this mailing list, too. The application won't be
deployed BTW.  I understand the Nashorn warnings.

Path to JDK /Lbrary/Java/JavaVirtualMachines/jdk-11.0.2.jdk added to $PATH

Build output slightly edited with '***' prepended to warnings and errors of
note:

*** Warning: java executable not found in JDK, evaluating java executable
in RT instead.
init:
deps-clean:
Updating property file:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/built-clean.properties
Deleting directory
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build
clean:
init:
deps-jar:
Created dir: /Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build
Updating property file:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/built-jar.properties
Created dir:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/classes
Created dir:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/empty
Created dir:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/generated-sources/ap-source-output
Compiling 9 source files to
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/classes
Copying 5 files to
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/classes
compile:
< 14 Nashorn warnings >
Warning: Nashorn engine is planned to be removed from a future JDK release

Copying 11 files to
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/dist/lib
*** : java executable not found in JDK, evaluating java executable in RT
instead.
Detected JavaFX Ant API version 1.0

/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:3550:
The following error occurred while executing this line:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:3578:
The following error occurred while executing this line:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:3597:
The following error occurred while executing this line:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:524:
Error:
*** JavaFX deployment library not found in active JDK.

*** Please check that the JDK is correctly installed and its version is at
least 7u4 on Mac or 7u6 on other systems.
BUILD FAILED (total time: 7 seconds)





OpenPGP_signature
Description: OpenPGP digital signature


[apache netbeans12[ [javafx] [install] Can't install correctly.

2022-02-09 Thread Robert Lockwood
I have a Java application from some years ago using an old Netbeans,
JavaFX, Scene Builder, and Java 8.  I've been asked to add features to and
thought that I would migrate it to a more current IDE etc. and put an end
to the warnings I receive when I build. I'm using macOA Monterey and an
Apple Silicon M1 macBook.

I've managed to fix all the syntax errors with help from Dr. Google but
cannot complete a build. It cannot find the executable or the deployment
library in the JDK.  I've supplied the locations in the libraries and jars
list and have added the path to the Java Home folder in /Library/... (as a
side issue Netbeans cannot find the javadocs).

I don't know what I missed and what to try next so I'm asking for help
here.  First time use of this mailing list, too. The application won't be
deployed BTW.  I understand the Nashorn warnings.

Path to JDK /Lbrary/Java/JavaVirtualMachines/jdk-11.0.2.jdk added to $PATH

Build output slightly edited with '***' prepended to warnings and errors of
note:

*** Warning: java executable not found in JDK, evaluating java executable
in RT instead.
init:
deps-clean:
Updating property file:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/built-clean.properties
Deleting directory
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build
clean:
init:
deps-jar:
Created dir: /Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build
Updating property file:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/built-jar.properties
Created dir:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/classes
Created dir:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/empty
Created dir:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/generated-sources/ap-source-output
Compiling 9 source files to
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/classes
Copying 5 files to
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/build/classes
compile:
< 14 Nashorn warnings >
Warning: Nashorn engine is planned to be removed from a future JDK release

Copying 11 files to
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/dist/lib
*** : java executable not found in JDK, evaluating java executable in RT
instead.
Detected JavaFX Ant API version 1.0

/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:3550:
The following error occurred while executing this line:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:3578:
The following error occurred while executing this line:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:3597:
The following error occurred while executing this line:
/Users/nate/NetBeansProjects_12/FireMapperMetadataTool_12/nbproject/jfx-impl.xml:524:
Error:
*** JavaFX deployment library not found in active JDK.

*** Please check that the JDK is correctly installed and its version is at
least 7u4 on Mac or 7u6 on other systems.
BUILD FAILED (total time: 7 seconds)


Does Anyone Know How to set -source 8?

2022-02-09 Thread Tim de Vries

As described.

Unfortunately Netbeans 12.5 does not reckognize Java POJO's as Such. 
Moving to.



@Windows 10

#Windows 7

#Linux

#MacOS.

#everyone,#Everywhere,#AllTheTime.

#when I, MavenResolver, SpringBoot-Dependency-Tree,


#itDoesntYet.

#allRequirementsPlusSuggestions.


#aTimDependency.

#everythingElse.



-
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