Skip to main content

Questions tagged [netbeans-8]

NetBeans IDE 8.0 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies--Java SE 8, Java SE Embedded 8, and Java ME Embedded 8. The IDE also has a range of new enhancements that further improve its support for Maven and Java EE with PrimeFaces; new tools for HTML5, in particular for AngularJS; and improvements to PHP and C/C++ support.

0 votes
0 answers
19 views

Detection Issue of Default.theme File in Java Netbeans Platform Application

I am developing a Netbeans Platform Application using Java 8 and Netbeans IDE 8.2, utilizing the hsqldb database handler. I have generated its installer for the Windows operating system. However, upon ...
Josue Becerra's user avatar
0 votes
0 answers
28 views

C++, undefined reference to simple class [duplicate]

I'm using Netbeans IDE8.2 of Linux. The following very simple code is not accepted: class Instrument { public: Instrument(); void MakeSound(){ cout<<"Instrument plays...&...
Uwe_98's user avatar
  • 777
1 vote
1 answer
893 views

Upgrade to a newer com.google.android.gms SDK version - Codename One

I am trying to publish a Codename One app bundle in play store and I cant because they are giving me this error. "The developer of Maps SDK for Android (com.google.android.gms:play-services-maps) ...
festus mutinda's user avatar
0 votes
0 answers
19 views

Netbeans PHP Go To Declaration fails for single word functions

Netbeans "Go To Declaration" (Ctrl+B) works fine for functions like "actionEntity" but not for functions like "action". As an example, if I am calling a function as below....
Die-Bugger's user avatar
0 votes
0 answers
26 views

How to view jTable selected rows in PDF form

I'm new at programming and now I'm trying a project in jTable where I will select a row and it will fetch the data and it will be open in pdf form or document . I have no idea how to do that. This is ...
Silent Romance's user avatar
0 votes
0 answers
149 views

cannot download and install plugins in netbeans ide 8.0.1

Getting following error while trying downloading or adding plugins: Unable to connect to the NetBeans Distribution because of Zero sized file reported at http://updates.netbeans.org/netbeans/updates/8....
Abhishek Nigam's user avatar
0 votes
1 answer
55 views

Modify data type of JComboBox in Swing

I was trying to modify the data type of a combo box named cbLicense in Swing. In this case, I wanna change from String to CustomerItem which is a class. I use Swing design, so I selected the combo box,...
Lucia's user avatar
  • 69
1 vote
1 answer
443 views

JSP Struggling with JavaScript Module Syntax

Bit confused by this one. Sample: HelloBubble.html <!DOCTYPE html> <html> <head></head> <body> <script type="module"> import * as d3 from "https://...
Michael Cropper's user avatar
0 votes
1 answer
22 views

netbeans indenting blank lines by 1 space (ht undo?)

I'm writing Java in NB 8.2 and a bit out of the blue, it started indenting blank lines by 1 space. All the indenting inside of code blocks is still picture perfect. But completely outside of any ...
user2802450's user avatar
-2 votes
1 answer
24 views

Can't run Netbeans php project without Android SDK

I've been developing a php program on windows 10 using Netbeans 8.0. Today, for some reason, Netbeans gives an Error - Android Platform is not configured. Tried unsuccessfully installing the Android ...
Ron's user avatar
  • 67
0 votes
0 answers
69 views

thread library is not working on c++ netbeans ide 16 [duplicate]

I was using thread on my netbeans ide 16 and it was giving error(main.cpp:14:4: error: 'thread' was not declared in this scope) i tried adding -pthread and -lpthread in additional options but it didnt ...
yash_272's user avatar
0 votes
1 answer
505 views

Netbeans connection property only accepts values of the form: 'exception', 'round' or 'convertToNull' The value 'CONVERT_TO_NULL' is not in this set

The program versions I’m using are Apache Netbeans IDE 15, MySQL WorkBench 8.0 CE, Eclipse GlassFish 6.2.5 (build 6.x-b66-g0159b68 2022-02-12T17:39:59+0000). My drivers are mysql-connector-j-8.0.31 ...
Makito Bredy's user avatar
-1 votes
1 answer
24 views

clear Jpanel before next time drawing

I've created an analogclock were u can type a digital time and the program draws a clock that shows the time and updates it self secondly. But at every update the old lines still remain. the variables ...
Maxe2016's user avatar
1 vote
0 answers
28 views

How do I control the cursor below the window?

I want the cursor to manage everything normally, but through the window that is fixed on top, it is a window with opacity but the actions do not go through the window, how can I achieve that? it is ...
Cabred's user avatar
  • 11
1 vote
0 answers
57 views

Codename one - create virtual keyboard

am creating a codename one mobile app and i have a form where the user should key in a 4 digit PIN send to their number, now am asking whether their is a way i can create the keyboard part and not let ...
festus mutinda's user avatar

15 30 50 per page
1
2 3 4 5
117