Questions tagged [netbeans-8.2]

88 questions
0
votes
1 answer

Netbeans 8.2 crashes at startup with macOs Monterey 12.0.1

Netbeans 8.2, which has been good in previous macOs versions, crashes at startup. Monterey 12.0.1 installed. I can start java manually from the path that is mentioned in the text. Message: Translated Report (Full Report Below) Process: …
0
votes
3 answers

How do I access a specific element from a nested ArrayList

I have two ArrayLists private ArrayList dataList = new ArrayList<>(); //This is a class variable ArrayList dataRow = new ArrayList<>(); //This is a method variable I add items to…
0
votes
1 answer

Trying to get the right score for my quiz game

I have an assignment to do so this assignment is a simple quiz program that the user need to answer the 10 questions from the database (but i currently have 3 questions displaying all in one frame because i used jscrollpane..). At the end of the…
catmer
  • 27
  • 5
0
votes
1 answer

Updating JAR Library in NetBeans

I have a JavaFX project that I have been programming in NetBeans. I'm using a version of a JAR file in my libraries and a newer version has come out. I tried to remove the first version and then add the new version in by right clicking the Libraries…
Kfly
  • 27
  • 8
0
votes
0 answers

NetBeans 8.2 installed and Issue with Services

Installed Netbeans 8.2 and when i click Windows->Service and then it went to Blank and display Nothing. No errors too. Tried to restart the System and Downloaded options All and JEE however nothing worked. NA NA
info-idm
  • 1
  • 1
0
votes
0 answers

I have to manually reload the war file in Tomcat's webapps everytime I change something. How can I do it automatically?

Title says it all. Everytime I make a change to my project (imported from GIT), I need to go into webapps, delete the old War file, and put the new one compiled by Netbeans. It's obviously exhausting, and I'm clearly doing something wrong. How can I…
user9897253
0
votes
1 answer

Error in referencing function using package

NetBeans 8.2 Patch 2 (Build 201705191307) My package hierarchy is: spider; spider.ui; spider.ui.output; My classes w/functions are: spider.ui.DisplayManager.stateMachine spider.ui.output.DisplayManager.stateMachine The duplication of class names…
lostbits
  • 928
  • 1
  • 9
  • 23
0
votes
1 answer

TomEE - Netbeans - folder outside project

I'm using Netbeans 8.2. for JavaEE Webapp with a TomEE 1.7.xx Server. I need a folder with images, that is changed by the users. Therefore I can't have the folder within in my project, because with war deployment it would be overwritten all the…
0
votes
1 answer

CompileJava failed to find metamodel and failed

I've has a project for at least a year and would compile fine. now when i try to compile the metamodels are missing and the compilejava task is failing. I'm not sure if the issues is because there is a version issue or what. keep in mind that before…
Gruneich3
  • 31
  • 4
0
votes
1 answer

I can't find Java among the categories when I press on "New Project" in NetBeans

I have a problem with NetBeans that when I click on New Project I find only C/C++ category and no Java category: I already have JDK installed in my computer and among the paths in "System variables". I can't find Java in NetBeans > Tools > Plugins…
Bubbaloo
  • 17
  • 1
  • 1
  • 7
0
votes
1 answer

Could not start GlassFish server 4.1.1 : administrator port is occupied by exception

I've CentOS 6.4 as server and client in VMs. I installed GlassFish server successfully in server. Now I want to connect NetBeans 8.2 client to GlassFish server. I found this error :- could not start glassfish server 4.1.1 : administrator port is…
rahul
  • 67
  • 4
  • 11
0
votes
0 answers

Netbeans/Xdebug displays only some local variables in functions

I've been debugging a PHP script on my local server using NetBeans and XDebug. Even with xdebug.show_local_vars = 1 set in php.ini Netbeans will only occasionally display local arrays in a function. For example, in a minimal script like…
magnol
  • 344
  • 3
  • 15
0
votes
0 answers

Unable to resolve name identifier in netbeans IDE 8.2

It shows the build is successful and even displays the output but it gives me a red flag which states "Unable to resolve identifier name" for the following code: #include #include #include using namespace std; int…
Akash
  • 75
  • 1
  • 8
0
votes
1 answer

PHP 7.3 on Netbeans IDE

does anybody know how can I use php 7.3 in Netbeans IDE 8.2? I can only use php 7.0 right now. My XAMPP is supporting PHP 7.3 and the framework i want to use requires it but the IDE will not let me use it.
Muhaha
  • 61
  • 5
0
votes
0 answers

Impossible debugging a laravel project in netbeans with xdebug

I try to debug a laravel 5.6 project in Netbeans 8.2 or Netbeans 11 but xdebug is not recognized : Waiting for connection ... It works with others PHP projects ! Thank's for your help
Nicolas Alain
  • 105
  • 11