netbeans-9

Getting error while creating JavaFX11 application in Apache Netbeans 10

依然范特西╮ 提交于 2020-01-30 05:40:34
问题 i am new to java fx and i have downloaded Apache Netbeans 9 which runs on java 11. since java fx is shipped separately, i have downloaded openjfx-11.0.1_SDK and followed steps in this link https://openjfx.io/openjfx-docs/#install-javafx when i try to create java fx application in apache netbeans , i am getting below error Failed to automatically set-up a JavaFX Platform. Please go to Platform Manager, create a non-default Java SE platform, then go to the JavaFX tab, enable JavaFX and fill in

how to open a grails 3.3 app in netbeans 9?

本秂侑毒 提交于 2019-12-20 07:32:35
问题 I cant find a way to open a grails 3.3.8 project in netbeans 9 on the mac. I have found several posts (see below) but none of them work. This one says create the project via the command line, e.g. "grails create-app hello", then use The "open project" dialog to open the hello directory. However, when I open the hello grails application directory, the project name field is greyed out, and hitting the open button has no effect. This article says to create the project using the grails plugin for

Netbeans 9.0 Incubating - Does not make `lib` directory in `dist` for migrated/updated Java 10 project

假装没事ソ 提交于 2019-12-07 20:46:59
问题 I have started using NetBeans 9.0 (incubating) with Java 10. I created a new test Java Application project and ticked 'Use Dedicated Folder for Storing Libraries' ('\lib') when creating it. I also set the JDK/Java version to 10 . I then included Apache Commons Codec 1.11 as a dependency library. I didn't do anything else, other than import the Base64 class from the binary package in the main class. However, when I build the application, NetBeans doesn't create a lib directory in the dist

Netbeans 9.0 with JavaFx 11 and JDK 11

混江龙づ霸主 提交于 2019-12-06 07:53:43
问题 I am trying to run JavaFX 11 on NetBeans 9 Since JDK 11 does not have JavaFX anymore I couldn't get NetBeans to run a JavaFX project, it says: "Failed to automatically set-up a JavaFX Platform." I then downloaded the javafx11 from this website https://gluonhq.com/products/javafx/, after following the tutorial I was able to compile and run a JavaFX class normally through terminal. The only way I could add JavaFX is by using Maven, but I can't run the application even that it was built

Not able to setup apache tomcat in Netbeans 9

旧城冷巷雨未停 提交于 2019-12-04 13:33:59
问题 I am trying to setup apache tomcat in Netbeans IDE 9. I have tried following steps, but could not setup. In the Tools->Servers, I clicked on the Add server button. Following message displayed. So, I tried to install plugins from the Tools->Plugins, a dialog box is displayed but when I try to update plugins list it is not able to connect. In effect NB IDE tries to connect to non-existant page. So, I am effectively not able to succeed in installing Apache Tomcat server. I am also using NB 8.2

Not able to setup apache tomcat in Netbeans 9

杀马特。学长 韩版系。学妹 提交于 2019-12-03 08:39:41
I am trying to setup apache tomcat in Netbeans IDE 9. I have tried following steps, but could not setup. In the Tools->Servers, I clicked on the Add server button. Following message displayed. So, I tried to install plugins from the Tools->Plugins, a dialog box is displayed but when I try to update plugins list it is not able to connect. In effect NB IDE tries to connect to non-existant page. So, I am effectively not able to succeed in installing Apache Tomcat server. I am also using NB 8.2 and everything works fine. Any Help will be appreciated. I am using Windows 10 Prof with JDK 10. Thanks

Does Apache NetBeans 9.0 support java 11?

谁都会走 提交于 2019-12-01 08:15:48
问题 Can anyone say if Apache NetBeans 9.0 support java 11 and if so what are the requirements to make that work? Prensently I can compile and run java 11 code in NetBeans 9.9 but it is underlined with red and the error message is "cannot find symbol ...". Below is the pom.xml file I use: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="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

Groovy and Grail plugin is missing in Netbeans IDE 9

邮差的信 提交于 2019-12-01 04:30:31
问题 This is the first time I am trying with Grails. I followed the same post "Why I can't create new grails application in Netbeans 8.2?" I installed Netbeans 9 beta version from https://archive.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0/incubating-netbeans-java-9.0-bin.zip But for me, Groovy/Grails plugin is not available in the plugin window. How to get grail plugin in my case? 回答1: To use Grails with NetBeans 9.0 you must do the following: Make the Groovy and