netbeans-11

Generate .JAR file using NetBeans 11.0

大憨熊 提交于 2019-12-24 04:12:46
问题 I'm trying to generate the ( .JAR ) file using NetBeans 11.0 , I have followed some answers like How to create a Jar file in Netbeans but I don't find the Packaging under Build, Also I tried to Clean & Build Project but I can't find /dist folder. Can anyone help me LOG : Scanning for projects... ------------------------------------------------------------------------ Building FlickerURLMaker 1.0-SNAPSHOT ------------------------------------------------------------------------ --- maven-clean

how to enable gradle for Netbeans?

喜夏-厌秋 提交于 2019-12-23 05:11:12
问题 I enabled groovy through options > miscellaneous but don't see a plugin for gradle. How do I enable gradle for Netbeans 11? see also: does netbeans 11 support grails? 回答1: Since you have already installed and activated Groovy , Gradle is enabled in NetBeans 11 simply by installing the Gradle plugin. All NetBeans plugins are installed through the Tools > Plugins screen. To install the Gradle plugin: On the Plugins screen click the Available Plugins tab. Click the Name column header to sort the

How to create Java project in Netbeans, without using Maven as default?

ε祈祈猫儿з 提交于 2019-12-17 20:14:48
问题 I'm currently trying to create a basic Java project. The first option that appears is "Java with Maven", which I already used, but isn't giving me the "Create Main Class" option that I need. I'm using Apache Netbeans IDE 11.0, running on Windows 10, x64. I've given it a whole day, updating and installing the most recent JDK versions I found, and still I'm unable to make it work. I've also read this answer, but it's not working: Can't create project on Netbeans 8.2 Here's an image of what I'm

does netbeans 11 support grails?

℡╲_俬逩灬. 提交于 2019-12-10 10:26:22
问题 Netbeans 8 used to support grails 3 well, but unfortunately did not work with multi-module projects. I tried intellij ultimate, but its grails support is just as poor. I just downloaded the bin distribution of netbeans 11, and "enabled" it in privacy settings (They dont have a mac dmg or pkg installer unfortunately), but it doesnt seem to have any grails support whatso ever (no plugins available) I just tried importing my grails 3.3.8 project, and it just says "broken". Won't even show me the

does netbeans 11 support grails?

蹲街弑〆低调 提交于 2019-12-05 22:13:33
Netbeans 8 used to support grails 3 well, but unfortunately did not work with multi-module projects. I tried intellij ultimate, but its grails support is just as poor. I just downloaded the bin distribution of netbeans 11, and "enabled" it in privacy settings (They dont have a mac dmg or pkg installer unfortunately), but it doesnt seem to have any grails support whatso ever (no plugins available) I just tried importing my grails 3.3.8 project, and it just says "broken". Won't even show me the source code. Anyone had any luck with it? First, note that Grails 3.x will not work with JDK 11, so if

Can only load some gradle projects in NetBeans

余生颓废 提交于 2019-12-04 06:04:03
问题 Very similar to: Can't load gradle project in NetBeans but I think not exactly the same, if only because of the age of that question. I saw gradle messages after firing up Netbeans 11, which is good. Looking to open gradle projects using the IDE. Gradle looks to be installed: but how do I open projects with gradle builds like: NB 9 opens all these projects as gradle builds fine. I realize it sounds rather silly. I'll try some combinations. Confirming that Gradle is present: even creating a

Java with maven wouldn't build: Cannot run program “cmd” “Malformed argument has embedded quote”

只谈情不闲聊 提交于 2019-12-04 00:50:25
问题 I've a fresh install of netbean 11.1. Now I'm trying to build a project but I get the following error output: Cannot run program "cmd" (in directory "C:\projects\open"): Malformed argument has embedded quote: "C:\Program Files\NetBeans-11.1\netbeans\java\maven\bin\mvn.cmd" cd C:\projects\open; "JAVA_HOME=C:\\Program Files\\Java\\jdk-11.0.5" cmd /c "\"\"C:\\Program Files\\NetBeans-11.1\\netbeans\\java\\maven\\bin\\mvn.cmd\" -DskipTests=true -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans

Can only load some gradle projects in NetBeans

拜拜、爱过 提交于 2019-12-02 10:11:45
Very similar to: Can't load gradle project in NetBeans but I think not exactly the same, if only because of the age of that question. I saw gradle messages after firing up Netbeans 11, which is good. Looking to open gradle projects using the IDE. Gradle looks to be installed: but how do I open projects with gradle builds like: NB 9 opens all these projects as gradle builds fine. I realize it sounds rather silly. I'll try some combinations. Confirming that Gradle is present: even creating a new project from scratch: thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ mkdir gradleInit