If I open or create a new project for java in Netbeans 8 it shows nothing only a blank tab, the code is missing. Then I try to use a different version, the Netbeans 13 with JDK 18 it still has the same problem. I don't know what goes wrong the installation is fine though. I try to create another project in html5 in Netbeans 13 and it works fine. What should I do?
Related
Is it possible to install Hibernate Plugin in Apache NetBeans 14? The trick with swaping 238 freemarker.jar file doesn't work in this particular NB version. I followed instructions for Apache NetBeans 12x [https://issues.apache.org/jira/browse/NETBEANS-4468] and I even saw Hibernate featues in New File wizard, but NetBeans was bugged. Every project or file I created wasn't appear in Project tree, instead i had to close and reopen appliacation to actually see changes. Later i couldn't even create anything inside NB... The same is true while using plugin download manager. Any tips? Or should i just go back to NetBeans 8.2 where everything works like a charm?
I have installed both SceneBuilder 11.0.0 and 8.5.0 (not at the same time) and I encountered the problem with both versions. The first time I used the 11 version, it worked fine 1 or 2 times when I opened fxml files from intellij, then, after trying to open the files and nothing happening I closed the IDE and SceneBuilder opened up right away.
I am using Java 8 for the project, thus I downloaded the 8.5 version. I have also tried opening SceneBuilder, then Intellij and then the fxml files, but again, it worked just one time, now it won't open any files.
Also, I can't even open the app by itself while intellij is running. I have updated intellij recently so the version is not outdated, what should I do?
I have downloaded NetBeans and Java 13 for Windows OS, 3 days ago (just started learning coding so very new to this) and it worked fine for 2 days but today all the projects i've created are now broken. When I go to start a new project, it says feature is not yet enabled but when i click through to activate it,i get a message saying "Not all requested modules can be enabled."
Error message when i try to open a new project
I've checked online for fixes and done the checking/changing of location in the netbeans.conf file, I uninstalled and re-installed both Netbeans and Java 13, also tried to install Java 8 to try with a previous version and it still doesn't work.
Does anyone have any ideas of what else could be the problem? i have been trying to fix this for hours so any help would be great!!
I am attempting to connect SceneBuilder to Netbeans, which appears to be completed when I check in netbeans by going to preferences then java then java fx, it says SceneBuilder is integrated. Having said that when I go to create a new Java Ant JavaFX FXML Application is displays the following 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 the paths to valid JavaFX SDK and JavaFX Runtime. Note: JavaFX SDK can be downloaded from JavaFX website.
I have downloaded JavaFX 14 and it is currently on my desktop, I am not sure how to proceed
you can't create javafx 14 with jdk 13 directly, you need to follow this steps from javafx official website
https://openjfx.io/openjfx-docs/
I see this message before
try this:
go to your project properties>Compiling>
uncheck Compile and Save
I do this and it works
I am new to NetBeans and I can't create a "Java Application" project, like shown in all tutorials. I can only create a Java Free-Form Project, but this requires a build script, which I don't have either.
Do I have to download a plugin for it and if so which plugin? Or did I download the wrong NetBeans version?
I am using ubuntu version 15 and NetBeans IDE 8.1.
http://imgur.com/90AeiDG screenshot.
Just make sure you have JDK installed on your system. (I am pretty sure, it would be as Netbeans doesn't install if JDK is not found on your machine, but just to be sure about it). Also, You might have missed to select Java in Select Languages during installation.
To activate a feature manually:
Open the Tools > Plugins menu
Go to the Installed tab.
Select and activate the feature you need.
Return to the New Project dialog.
Visit this link for more help:
http://wiki.netbeans.org/FaqMissingProjectCategories
Found the plugin:
It was in the the "Ant" or the "Ant 1.9.4. Documentation 1.9.4" or Mobility plugin. I downloaded those 3 at the same time, but If I have to guess it was the Mobility plugin.
Not sure if this will help you. I've been working on Windows. I have Netbeans 8.1 and JDK 8 (version 1.8.0.73). When I first started with Netbeans and tried to create my first new Project it opened the New Project window with the Categories portion of the new Project screen focused on the Samples section. I also thought I couldn't create the type of project I wanted to create. If this is what is happening to you, see if you can scroll up in the Categories box. If you can, you should find Java at the top. If you click that, you should then be able to select Java Application in the Projects part of the window.