Re: NB 11.3 – Can not open old projects

2020-04-16 Thread Peter Nabbefeld



Hello Ulf,

just to make sure: Did You add JDK 1.7 as a Java Platform in 11.3?

Kind regards,
Peter



Am 14.04.20 um 20:26 schrieb Ulf Zibis:

Thanks for the hint, Laszlo.

Surprise: After starting the IDE again to view the logs, the projects
were opened automatically.
Anyway in the logs I find:
Even though the source level of /home/ich/Projects/Palm/jUSB/src is
set to: 1.7, java.lang.AssertionError cannot be found on the
bootclasspath:
Changing source level to 1.3

Not sure if this is expected, but is there anything wrong with the
bootclasspath?

-Ulf

Am 14.04.20 um 19:39 schrieb Laszlo Kishalmi:

See more in the: View > IDE Log

On 4/14/20 10:37 AM, Ulf Zibis wrote:

Hi,

when trying to open old projects from NB 8 and before, I see:


Which plugin may be missing?

-Ulf


-
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




-
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



Error: Could not find or load main class Initializing view, please wait ...

2020-04-16 Thread Richard Schmidt
I just completed a first time installation of apache netbeans 11.0 on a
windows 10 system. I have previously installed netbeans 8.2 which is using
jdk.1.8.0_241 installed in C:/ProgramFiles (x86)/java. I installed netbeans
11.0 in C;/Program Files/NetBeans 11.0/netbeans.

netbeans64.exe would not start, complaining that it could not find jdk 8 or
higher. After setting netbeans_jdkhome to my jdk1.8.0_241 path,
netbeans64.exe started fine. I then attempted to create my first javaFX
project using ANT. The project was created. But when I run it, I get a
window displaying Available Classes, but only containing the text
"Initializing view, please wait..." and when I click the text and then
click "Select Class",the output to the console contains the following error

Executing
C:\Users\don\Documents\NetBeansProjects\NewTest\dist\run2028048121\NewTest.jar
using platform C:\Program Files (x86)\java\jdk1.8.0_241\jre/bin/java
Error: Could not find or load main class Initializing view, please wait ...

Can anyone tell me what to do to get this program to run? Thanks.


Re: Git status difference between build and command line

2020-04-16 Thread George Brooks
Hi.

*org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] *remains in 12.0-beta3, and
so do the icons indicating modified files despite what git status says at
the command line.

George

On Sat, Apr 11, 2020 at 1:27 AM Peter Hull  wrote:

> Hi George,
> I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005
> Can you see if that matches up to your situation?
> Pete
>
> On Thu, 9 Apr 2020 at 16:24, George Brooks 
> wrote:
> >
> > A PHP project in Netbeans 11.1 shows git status as "- nothing to commit,
> working directory clean". After building
> NetBeans-dev-20200408-f9b9f0698fa3-release, Netbeans Team->Diff->Diff to
> HEAD shows a set of files claimed to be modified. At the command line,
> however, git status continues to show "- nothing to commit, working
> directory clean."
> >
> > System is Windows 10, build 18363.720. Build created in a Ubuntu 18 VM,
> openjdk 11.0.6.
> >
> > Is this a bug or a configuration error on my part?
> >
> > g
>


-- 
George W Brooks
Truckee Solutions
530.414.5919


Re: set main class in pom.xml

2020-04-16 Thread Zahid Rahman
I sorted it .
I  deleted and recreated the class.

Backbutton.co.uk
¯\_(ツ)_/¯
♡۶Java♡۶RMI ♡۶
Make Use Method {MUM}
makeuse.org



On Thu, 16 Apr 2020 at 20:37, Zahid Rahman  wrote:

> Hi,
>
> I want to replicate this in pom.xml
> mvn -q exec:java -Dexec.mainClass=org.makeuse.avro.Test
>
> I wish to make my org.makeuse.avro.Test  as the main class in pom.xml.
>
> When I run project from Netbeans it keeps picking up another class or
> expect the main method to be in that class.
> I can only run Test.java if I use the option *run file* Shift + F6 from
> inside netbeans.
>
> I have tried a number of syntax' from but no luck at run time.
> Can you please give me the pom.xml syntax for this task.
>
> 
> http://maven.apache.org/POM/4.0.0; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="
> http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd;>
> 4.0.0
> org.makeuse
> avro
> 1.0-SNAPSHOT
> jar
>
> 
> UTF-8
> 11
> 11
> 
>
> 
> 
> 
> org.apache.avro
> avro
> 1.9.2
> 
>
> 
> 
> 
> 
>   org.apache.avro
>   avro-maven-plugin
>   1.9.2
>   
> 
>   generate-sources
>   
> schema
>   
>   
>
> ${project.basedir}/src/main/avro/
>
> ${project.basedir}/src/main/java/
>   
> 
>   
> 
> 
>   org.apache.maven.plugins
>   maven-compiler-plugin
>   ${maven.compiler.target}
>   
> 11
> 11
>   
> 
> 
> 
> 
>
>
>
>
> Backbutton.co.uk
> ¯\_(ツ)_/¯
> ♡۶Java♡۶RMI ♡۶
> Make Use Method {MUM}
> makeuse.org
> 
>


set main class in pom.xml

2020-04-16 Thread Zahid Rahman
Hi,

I want to replicate this in pom.xml
mvn -q exec:java -Dexec.mainClass=org.makeuse.avro.Test

I wish to make my org.makeuse.avro.Test  as the main class in pom.xml.

When I run project from Netbeans it keeps picking up another class or
expect the main method to be in that class.
I can only run Test.java if I use the option *run file* Shift + F6 from
inside netbeans.

I have tried a number of syntax' from but no luck at run time.
Can you please give me the pom.xml syntax for this task.


http://maven.apache.org/POM/4.0.0; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
4.0.0
org.makeuse
avro
1.0-SNAPSHOT
jar


UTF-8
11
11





org.apache.avro
avro
1.9.2






  org.apache.avro
  avro-maven-plugin
  1.9.2
  

  generate-sources
  
schema
  
  
${project.basedir}/src/main/avro/
${project.basedir}/src/main/java/
  

  


  org.apache.maven.plugins
  maven-compiler-plugin
  ${maven.compiler.target}
  
11
11
  








Backbutton.co.uk
¯\_(ツ)_/¯
♡۶Java♡۶RMI ♡۶
Make Use Method {MUM}
makeuse.org



Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-04-16 Thread Neil C Smith
On Mon, 6 Jan 2020 at 19:16, Neil C Smith  wrote:
> Thanks.  Just had a bit of time to dig into this.  I can replicate
> your issue with the duplicate launcher icon appearing, as of 11.2 -
> earlier versions are fine.  I can't replicate the WM_CLASS of the IDE
> window being wrong, but it seems the splash now has a WM_CLASS of
> java.lang.Thread - is that what you ran xprop on?  Earlier versions
> don't seem to have any WM_CLASS on the splash as far as I can tell.
> Changing the desktop file to run NetBeans with --nosplash seems to fix
> the duplicate icon issue.  Not sure what changed to cause this - I
> thought the splash screen changes went into 11.1?!

Quick follow up.  I was hoping to put together a simple fix for this
for 12.0, but looks likely more complicated to achieve than I hoped -
need to move/copy code from
https://github.com/apache/netbeans/blob/master/platform/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java#L123
to 
https://github.com/apache/netbeans/blob/master/platform/core.startup/src/org/netbeans/core/startup/Splash.java
since Eirik's changes, which is easy enough, but the correct value is
not available there.  Workaroundable, but possibly intrusive change
now.

Another workaround appears to be to make sure the .desktop file
matches the name of the window - eg. apache-netbeans-ide-11.3.desktop
appears to stop the duplication.  We might want to do that with the
installer too.

Not sure why this doesn't affect the Snap - different launching logic I guess.

Best wishes,

Neil

-
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: 12.0 Beta 3 available

2020-04-16 Thread Geertjan Wielenga
Thanks, yes, that's it. :-)

It's not the official what's new page, just a work in progress.

Gj

On Thu, Apr 16, 2020 at 11:03 AM Juan Algaba  wrote:

> What's new link 404's for me. It was probably meant to be
> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0
>
> --
>
> Juan A.
>


Re: 12.0 Beta 3 available

2020-04-16 Thread Juan Algaba
What's new link 404's for me. It was probably meant to be
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0

-- 

Juan A.

-
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



12.0 Beta 3 available

2020-04-16 Thread Geertjan Wielenga
Hi all,

12.0 Beta 3 has been released, yesterday:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/

Details on what's new in 12.0 and what the focus is:

http://cwiki.apache.org/confluence/display/NETBEANS/Apache+…

The following PR list the modification for beta3 versus previous betas:

https://github.com/apache/netbeans/pull/2054

Also, we need everyone to be involved in the NetCAT 12.0 program:

http://bit.ly/netbeans-synergy

Thanks,

Gj


Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
On Thu, Apr 16, 2020 at 10:29 AM Ty Young  wrote:

>
>
>
> Also, are Netbeans beta releases not being announced? I didn't even know
> 12 was in its third beta.
>
>

Yes, on the dev mailing list -- though indeed it would be good to announce
them here too.

If you want to follow the latest developments in NetBeans itself, the best
thing is to be on the dev mailing list.

Please provide clear step by step instructions with 12.0 Beta 3 to
reproduce the problem, in a new issue.

Thanks,

Gj




>
> -
> 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: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
I’ll also add that this was for JDK11 and references the JPackager that has 
since been replaced with JPackage in JDK14 for which the arguments are a little 
different. I’ve posted a supplemental article on DZone just now but it will be 
a few days before that appears.


  org.codehaus.mojo
  exec-maven-plugin
  1.6.0
  

  create-package
  package
  
exec
  
  
${JAVA_HOME}/bin/jpackage
false

  ${java.home}


  -t
  ${bundle.type}
  -n
  ${moduleName}
  -m
  ${moduleName}/${mainClass}
  -p
  ${project.build.directory}/modules
  --icon
  ${icons}
  --dest
  ${project.build.directory}/package
  --app-version
  ${project.version}
  --copyright
  Luff Corp
  --vendor
  Luff Corp
  --description
  My JavaFX App.
  ${win-menu}
  ${win-dir-chooser}
  --verbose

  

  



  
macos

  
mac
  


  pkg
  ${javaFX.icon.path}/person.icns
  mac
  
  

  
  
windows

  
windows
  


  msi
  ${javaFX.icon.path}/person.ico
  win
  --win-dir-chooser
  --win-menu

  

On 16 Apr 2020, at 09:10, Luff,Chris 
mailto:chris.l...@cerner.com.INVALID>> wrote:

Hi Ty,

It can be a little confusing; can I recommend you follow a set of DZone[1] 
articles I authored on getting OpenJFX running happily in NetBeans. The 
articles target JDK 11 but there are no changes for 14. Using Maven there is no 
need to include local libraries other than that which Maven will load into your 
.m2.


[1]:https://dzone.com/articles/adoptopenjdk-11-openjfx-netbeans


On 16 Apr 2020, at 08:51, Ty Young 
mailto:youngty1...@gmail.com>> wrote:


On 4/15/20 11:50 PM, Ernie Rael wrote:
I don't know enough about maven/javafx to give a definitive answer. The pom 
generated by NB for a javafx project seems to imply that there is a separate 
artifact for each javafx-module (as in java defined module). The program runs, 
so stuff is getting downloaded.



The issue seems to be:



org.openjfx
javafx
14
pom


which when replaced with both yours and Chris's dep config started working.


Does anyone know why this is though? I included JavaFX via Netbean's own GUI by 
right clicking "dependencies", add, then under "search".


Also, per the JavaFX Netbeans tutorial, version 14 of JavaFX requires runtime 
arguments(manual module include of graphics). What am I supposed to do about 
that? Currently I have it pointing to a local download but that isn't exactly 
ideal.


-
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://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blistsdata=02%7C01%7CChris.Luff%40cerner.com%7Cb0e8e9cd1d4640e10dca08d7e1db084f%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637226203163845076sdata=dsudmbYhEd2XrmW0m1g4nZ9%2B8ByuYMaDfPWG8XiE5lc%3Dreserved=0



CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in 
England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.



Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Ty Young



On 4/16/20 3:11 AM, Geertjan Wielenga wrote:
Can you use the latest 12.0 Beta build, please, which should result in 
OpenJFX projects being able to be run and debugged out of the box:


https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/



Nope, same issue as with 11.3 which is fixed by following "Add VM 
Options" from the website:



https://openjfx.io/openjfx-docs/


Error is:


Error: Could not find or load main class javafx.controls
Caused by: java.lang.ClassNotFoundException: javafx.controls
Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 
1 (Exit value: 1)
    at org.apache.commons.exec.DefaultExecutor.executeInternal 
(DefaultExecutor.java:404)
    at org.apache.commons.exec.DefaultExecutor.execute 
(DefaultExecutor.java:166)
    at org.codehaus.mojo.exec.ExecMojo.executeCommandLine 
(ExecMojo.java:764)
    at org.codehaus.mojo.exec.ExecMojo.executeCommandLine 
(ExecMojo.java:711)

    at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:289)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build 
(SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)

    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native 
Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:225)
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:347)



Also, are Netbeans beta releases not being announced? I didn't even know 
12 was in its third beta.



-
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: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
Hi Ty,

It can be a little confusing; can I recommend you follow a set of DZone[1] 
articles I authored on getting OpenJFX running happily in NetBeans. The 
articles target JDK 11 but there are no changes for 14. Using Maven there is no 
need to include local libraries other than that which Maven will load into your 
.m2.


[1]:https://dzone.com/articles/adoptopenjdk-11-openjfx-netbeans


On 16 Apr 2020, at 08:51, Ty Young 
mailto:youngty1...@gmail.com>> wrote:


On 4/15/20 11:50 PM, Ernie Rael wrote:
I don't know enough about maven/javafx to give a definitive answer. The pom 
generated by NB for a javafx project seems to imply that there is a separate 
artifact for each javafx-module (as in java defined module). The program runs, 
so stuff is getting downloaded.



The issue seems to be:



org.openjfx
javafx
14
pom


which when replaced with both yours and Chris's dep config started working.


Does anyone know why this is though? I included JavaFX via Netbean's own GUI by 
right clicking "dependencies", add, then under "search".


Also, per the JavaFX Netbeans tutorial, version 14 of JavaFX requires runtime 
arguments(manual module include of graphics). What am I supposed to do about 
that? Currently I have it pointing to a local download but that isn't exactly 
ideal.


-
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://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blistsdata=02%7C01%7CChris.Luff%40cerner.com%7Cb0e8e9cd1d4640e10dca08d7e1db084f%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637226203163845076sdata=dsudmbYhEd2XrmW0m1g4nZ9%2B8ByuYMaDfPWG8XiE5lc%3Dreserved=0




CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in 
England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.


Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
Can you use the latest 12.0 Beta build, please, which should result in
OpenJFX projects being able to be run and debugged out of the box:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/

Gj

On Thu, Apr 16, 2020 at 9:51 AM Ty Young  wrote:

>
> On 4/15/20 11:50 PM, Ernie Rael wrote:
> > I don't know enough about maven/javafx to give a definitive answer.
> > The pom generated by NB for a javafx project seems to imply that there
> > is a separate artifact for each javafx-module (as in java defined
> > module). The program runs, so stuff is getting downloaded.
> >
> >
>
> The issue seems to be:
>
>
> 
>  org.openjfx
>  javafx
>  14
>  pom
>
>
> which when replaced with both yours and Chris's dep config started working.
>
>
> Does anyone know why this is though? I included JavaFX via Netbean's own
> GUI by right clicking "dependencies", add, then under "search".
>
>
> Also, per the JavaFX Netbeans tutorial, version 14 of JavaFX requires
> runtime arguments(manual module include of graphics). What am I supposed
> to do about that? Currently I have it pointing to a local download but
> that isn't exactly ideal.
>
>
> -
> 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: Netbeans, JavaFX, and Maven

2020-04-16 Thread Ty Young



On 4/15/20 11:50 PM, Ernie Rael wrote:
I don't know enough about maven/javafx to give a definitive answer. 
The pom generated by NB for a javafx project seems to imply that there 
is a separate artifact for each javafx-module (as in java defined 
module). The program runs, so stuff is getting downloaded.





The issue seems to be:



    org.openjfx
    javafx
    14
    pom


which when replaced with both yours and Chris's dep config started working.


Does anyone know why this is though? I included JavaFX via Netbean's own 
GUI by right clicking "dependencies", add, then under "search".



Also, per the JavaFX Netbeans tutorial, version 14 of JavaFX requires 
runtime arguments(manual module include of graphics). What am I supposed 
to do about that? Currently I have it pointing to a local download but 
that isn't exactly ideal.



-
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: Netbeans, JavaFX, and Maven

2020-04-16 Thread Chris Olsen
Ty and All --

   I am afraid I am very much a beginner, and new to Maven, but if it would 
help to compare a complete pom that (Shock!) works, here is one.  In my 
ignorance I pretty much had to take what Netbeans generated, with perhaps a 
very small amount of fiddling.

   -- Chris

http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
4.0.0
com.mycF
Splat_Maven
1.0
jar


UTF-8
11
11




org.openjfx
javafx-controls
13.0.1







org.apache.maven.plugins
maven-jar-plugin
3.1.1



com.mycf.splat_maven.App






org.codehaus.mojo
exec-maven-plugin
1.6.0



java




com.mycf.splat_maven.App




org.apache.maven.plugins
maven-compiler-plugin
3.8.0

11




org.openjfx
javafx-maven-plugin
0.0.4


default-cli

com.mycf.splat_maven.App



debug



-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address}

com.mycf.splat_maven.App









src/main/resources/css






-
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