Questions tagged [netbeans-8.2]
88 questions
9
votes
1 answer
Netbeans 8.2 Python Plugin
I just downloaded the most recent version of NetBeans 8.2 with the JDK, specifically the Windows x64 version from here.
The issue I'm having is when I open it and go to Available Plugins, there's no option for Python plugins.
No Python Plugin
Anyone…

Will Dutcher
- 339
- 1
- 4
- 11
4
votes
1 answer
How to convert spaces in tabs in Netbeans 8.2?
Some IDEs and Text Editors write spaces instead of TABs.
Is there a way to convert these spaces into TABs when I import a project or some files in Netbeans 8.2 ?
Is there a way to convert spaces into TABs for a Netbeans current project?
I also saw…

Catalin Copil
- 41
- 2
- 9
3
votes
0 answers
Scene Builder change “xmlns” of NetBeans to Java 9 cwhen i got Java 8.0.162
My problem is that when I open my file fxml in NetBeans I get these lines of code which are the correct ones:
xml version = "1.0" encoding = "UTF-8"?>
import javafx.geometry.Insets?>
import javafx.scene.control.Button?>
import…

JuanjoMB98
- 33
- 6
3
votes
1 answer
Resolve Project Problems in NetBeans IDE(ConnectingDataBase)
A Bunch of Problems-Screenshot !!
I installed NetBeans.I am seeing a lot of errors under 'Resolve Project Problems' window.I don't know why is this the case.It is showing under the Connecting DataBase folder of which I have no clue of.Please help me…

whitebull13
- 31
- 1
- 1
- 3
3
votes
1 answer
How to add IBM WAS 8.5 in NetBeans 8.2
Hi I need add WebSphere Application Server Version 8.5.5.3 Liberty Profile to my NetBeans 8.2, but I can't do it from WasCe plugin, that's only for Apache Geronimo and IBM WebSphere AS CE.
Can anybody help me?

rro4785
- 31
- 1
- 5
3
votes
2 answers
Auto save plugin for netbeans 8.2
Is there plugin for auto save feature in netbeans 8.2? I find it from IDE's plugins list but can't find it.

Abdualiym
- 179
- 1
- 9
2
votes
1 answer
Netbeans Cannot list file for Reason: 227 Entering Passive Mode
I am using remote server with netbeans 8.2 before that, but suddenly it stopped and gives me this error when i try to make synchronize.
Cannot list file for Reason: 227 Entering Passive Mode.
In manage Remote Connections every thing looks good and…

Mohamed Elkomy
- 51
- 1
- 6
2
votes
0 answers
netbeans debug error - nbjpdastart doesn't support the nested “modulepath” element
I'm attempting to debug a Java app in NetBeans 8.2 using JDK 1.8.171.
I get the following error:
nbproject\build-impl.xml:1351:
The following error occurred while executing this line: nbproject\build-impl.xml:858:, nbjpdastart doesn't support the…

starfish_1
- 21
- 5
2
votes
0 answers
Standard deployment descriptor web.xml for Java EE 8 returns error
I am trying to write a small web application with the new Java EE 8 in a NetBeans 8.2 IDE. I set up a web.xml

enovatia
- 230
- 1
- 12
2
votes
1 answer
Java Netbeans Calculator performing wrong calculation
I am currently working on a GUI calculator in NetBeans. I have my addition operator working well, but as for my subtraction, multiplication, and division it returns wrong values. I don't think I have problem in my logic with the calculation.
Value…

Ricky Aguilar
- 329
- 1
- 8
- 19
2
votes
3 answers
jFrames are got freeze by this code? (code attached) : Netbeans 8.2
I face a problem in my java application that, when new jFrames open by clicking jButton, litte-bit freeze and after its opening(freeze time 1-2 minutes/3 minutes). I couldn't find yet whats wrong going on. but I have some doubts of below attached…

siper camm
- 77
- 1
- 8
1
vote
0 answers
Updated solution for error " JDK7u25 the Codebase manifest attribute should be used to restrict JAR repurposing.Please set manifest.custom.codebase "
I have searched the same error solution in here. I have tried and i get errors every time i have tried to add the attributes to the jfx-impl and the build file as suggested on here . I have came across a solution on net beans to clean re-build and…

Zbailey
- 11
- 2
1
vote
1 answer
Trying to Debug on Windows with PHP 7.4 and NetBeans 8.2 RC under XAMPP 3.2.4
PROBLEM: I am currently unable to debug php within NetBeans 8.2 RC on Windows 10. NetBeans shows "Waiting for Connection" in lower right and never connects.
Most of the tutorials I found were from several years ago:
Codewall article …

sacredfaith
- 850
- 1
- 8
- 22
1
vote
2 answers
How do i make netbeans insert missing import statements as once was an option
I have an error on this old line of code that used to compile a year or so ago:
public class TreeWalker extends SimpleFileVisitor;
In the past, maybe upon my pressing Alt+Enter but maybe automatically, Netbeans had an option to insert…

DSlomer64
- 4,234
- 4
- 53
- 88
1
vote
0 answers
How do I fix the indentation of my histogram?
When I run my program for a histogram, it runs, but it doesn't give the output I want. I want
the output to be this, but I get this instead. If possible, I also want my histogram printed to output vertically, not horizontally. Furthermore, I would…

chasemin420
- 11
- 2