Questions tagged [netbeans-8.2]

88 questions
0
votes
0 answers

Netbeans caching incorrect, old environment variable

I'm using Netbeans 8.2 on Linux and we have changed our Boost version and therefore environment variable pointing to boost. However, Netbeans seems to be using a cached version, even though our compile script forces to reload the current one. If I…
user997112
  • 29,025
  • 43
  • 182
  • 361
0
votes
0 answers

Netbeans Tomcat - Cannot access WADL. Please restart your REST application

Im using netbeans and the application is deployed in tomcat localhost:8080. But when I try to test the web services, I'm getting the following error message. Webpage is opening in localhost:8080 as well. Please find the screenshot below. …
Radhika Kandasamy
  • 161
  • 1
  • 3
  • 12
0
votes
1 answer

"Cannot create folder s37 in folder" in Netbeans 8.2 and JDK 8

I am getting this error saying Can not create folder in s37 or s36 like this. I have uninstalled JDK and NetBeans together and installed again. But seems like the problem is coming back again again! I really appreciate if someone has any good…
0
votes
0 answers

Wildfly 15.0.1.Final - Web Application Error

Wildfly 15.0.1 When I run a simple javaee 6 web application in wildfly 15.0.1 which was build under java 1.8 with netbeans 8.2 give the following error. But when I browse the url application works fine. java.net.MalformedURLException: For input…
Shalika
  • 1,457
  • 2
  • 19
  • 38
0
votes
1 answer

JBoss 7.00 is not starting ojdbc in macOS Sierra with Netbeans 8.2

I'm installed jboss-eap-7.0.0-installer.jar and run executed using Netbeans 8.2 Independent OS in Windows 10 y works perfectly. In my Work! Now in the same manner, I haven't Windows in my home, else macOS Sierra 10.12 I used the same…
joseluisbz
  • 1,491
  • 1
  • 36
  • 58
0
votes
0 answers

Netbeans 8.2 Home page1

I have kali linux 2018.03. I can't create (java) project in Netbeans 8.2. It doesn't give me an error or something like that, just the home page. I have the latest version of java, but I can't create new project or new file.
0
votes
1 answer

How to fix missing JFrame library/class?

As seen in screenshot 1, NetBeans (v8.2) does not recognise JFrame when extended (this is how NetBeans generated the file, which worked fine on another computer). As seen in screenshot 2, JFrame does not appear in the package list. I have…
parkie1995
  • 51
  • 1
  • 9
0
votes
1 answer

JavaPOS not working on Epson TM-T20II outside Netbeans 8.2

I have successfully integrated JavaPos to my java (JavaFX) app, tested it and it works with the device. Now the problem is that the application cannot identify the printer if I execute the application outside the Netbeans 8.2 IDE. This is the…
Kwesi Aryee
  • 310
  • 2
  • 15
0
votes
3 answers

how to run Java applet in netbeans IDE without any main class

I just imported a project from eclipse workspce to Netbeans IDE and tried to run it. But each time an error "Main Class not found" was produced. Then, I enabled Webstart for my project and chose the Applet class option. But the same problem…
0
votes
0 answers

Importing junit.Test & junit.Assert.* into NetBeans java project

I am using NetBeans 8.2, which comes with JUnit 4 as a plugin, but I cannot get it to import properly so that I can use the assertTrue(); method, among others. Here is what I am trying currently based on what I have researched online: import static…
kbt5006
  • 19
  • 1
  • 5
0
votes
0 answers

Netbeans C++ Macro unecpected token: { with Macro from PEGTL library

I stumbled across some behaviour that occours in conjunction with the C++11 PEG library PEGTL. Unfortunatly I'm not capable to reproduce this behaviour outside the libraries function/templates. This occured with Netbeans A minimal example would…
engelant
  • 121
  • 10
0
votes
0 answers

Search substring in column - jdbc

hey im working on web application in netbeans and i use the jdbc to store info , im working on search function - the user enter name in string the name could be the exact name or it could be substring of the name i write this function but its not…
shmuel
  • 13
  • 6
0
votes
1 answer

NetBeans 8.2 : Node JS project showing error on "node_modules" folder

I configured everything perfectly on my IDE. But it is still showing an error. "node_modules" > "less"
user9162352
0
votes
1 answer

How to install Typesafe Activator for Netbeans?

I recently installed a plugin called "playnb" (Version: 1.4.1) for Netbeans Version 8.2. After the installation of said plugin, the options window of Netbeans opened in a Tab called Play Framework. I got following Errormessage in this Tab Please,…
0
votes
0 answers

NetBeans and Eclipse not recognizing maven dependencies

The IDEs are not recognizing the dependencies. I've already gone through several other similar questions on StackOverflow but so far nothing has worked for me. I have a maven project in which I've already declared mysql-connector-java-8.0.8-dmr and…
JorgeZ
  • 168
  • 8