Questions tagged [netbeans-8.2]

88 questions
0
votes
2 answers

Netbeans 8.2 closed when open a file or project

I'm trying to open a file or project in Netbeans 8.2. Once I go to File--> open File or File--> open project, the program is forced to close. Any Idea to recover please? Thanks in advance. NetBeans Info: Product Version: NetBeans IDE 8.2 (Build…
FSm
  • 2,017
  • 7
  • 29
  • 55
0
votes
1 answer

Glassfish Exception during Deployment: Failure while processing glassfish-resources.xml(s) in the archive

I'm new to Glassfish and I already discovered that Glassfish 4.1.1 (and I guess 4.1) had a bug. I got around that after a google search and I updated to Glassfish 4.1.2. Now, I'm getting the following exception and stack trace when I deploy my…
Paul Allen
  • 11
  • 1
  • 6
0
votes
0 answers

Why is my lock file of netbeans not deleting*

My netbeans 8.2 is not working.On searching about it ,I got that i need to delete the lock file.I deleted it but whenever i reopen it,the lock file is generated again and netbeans don't start.
AshFixed
  • 70
  • 1
  • 10
0
votes
1 answer

PHP namespace code completion in netbeans

I have a PHP project in NetBeans 8.2 and I was able to use the code completion to find NameSpaces in my composer vendor folder to add to my use statements. However, I opened the project today, and I am not able to do find any of those packages with…
James Ray
  • 65
  • 1
  • 1
  • 10
0
votes
2 answers

Is it possible to override the minimum requirement of Java 1.6 for NetBeans 8.2?

I believe I'm lacking in the knowledge that should be pretty basic, but, here's my scenario: I manage a 3rd party application that still runs on Java 1.5. The application server (WebLogic 11) can run on Java 7, but the code still needs to be…
geniosity
  • 1
  • 2
0
votes
1 answer

Show Hello World in NetBeans 8.2 Spring MVC 4.0.1

I am newbie to Java & MVC. I am using Netbeans IDE 8.2, Spring MVC 4.0.1 Framework and GlashFish Server 4.1.1 I just created a new web application with everything default and created a view hello.jsp and controller HelloController.Java. I am…
0
votes
1 answer

Generate and Copy WSDL error in NetBeans 8.2

When I click generate and copy WSDL it returns error like this: ant -f H:\\Projects\\NetBeansProjects\\wsCiscoCallBack\\nbproject\\build- impl.xml…
msadra
  • 75
  • 4
  • 11
0
votes
1 answer

Error on running a PHP application from my Linux VM

I'm new to PHP and have this real basic issue that I'm not sure how to get around. I have a 64 bit windows laptop with an Ubuntu VM. I have installed netbeansIDE 8.2 for linux 64 bit from https://netbeans.org/downloads/index.html. I can now create…
CAMD_3441
  • 2,514
  • 2
  • 23
  • 38
0
votes
1 answer

Netbeans 8.2 with JDK9 BUILD160

I'm trying to add "JDK9 Build 160" as a platfrom in netbeans 8.2. After adding the platform, the class tab contains no platform classpaths. I tried many blogs and guides but gave no solution. Could someone help please?
FSm
  • 2,017
  • 7
  • 29
  • 55
-1
votes
1 answer

How to make autmatic popup notification in scene2 when record is inserted into the database from scene1 using javafx

I am developing booking system. It will have 2 main users. When user1 request booking for a vehicle, user2 will receive a popup notification stating that user1 is requesting a booking for a vehicle. When user1 sends a vehicle booking request, the…
T_Miles
  • 1
  • 2
-1
votes
1 answer

Netbeans won't connect to MySQL server

I installed Netbeans IDE 8.2 on Windows 10 and disconnected MySQL 8.0 because I planned to use JDBC, without realizing that the inherent connection was already using it. I now want to reconnect, but after entering all the information into the…
Circuit Craft
  • 184
  • 2
  • 8
-2
votes
1 answer

my c-program doesn't work on NetBeans but works fine on android mobile c compiler app

I know my program is correct, but netbeans is not operating it the way it suppose to be. I ran the same program on android mobile c compiler app and it worked fine. I am new here so I cannot insert a photo to show you the output here, but please…
-3
votes
1 answer

JCalender not showing day number

I am using the below library JCalender, which is a Date Picker GUI which we can put into Netbeans pallet. Date date = showDateChooser.getDate(); DateFormat dateformat1 = new SimpleDateFormat("E"); String day = dateformat1.format(date); …
1 2 3 4 5
6