Questions tagged as 'netbeans'

2
answers

Table only fills the column title

I wrote the method below: public void setListaCompra() { String sql = "SELECT * FROM\n" + "(\n" + " SELECT \n" + " produtos.id AS id, \n" + "...
asked by 26.09.2016 / 21:08
1
answer

Netbeans, custom code standard

Is there a way I can load a require for example in the classes.php in netbeans by default?     
asked by 26.06.2016 / 03:30
1
answer

JAVA Query with ACCESS - Slowdown

I need access to the database ACCESS, the query is accessing correctly, but I noticed that to have the information return, JAVA first reads and all tables and all data, is it? does not have a way of doing the query only what is requested? DAO...
asked by 15.02.2016 / 14:33
1
answer

Using the dropbox as a NetBeans 8 project repository in Windows

I'm using NetBeans 8 in my projects and would love to use the dropbox as the versioner. I set up the repository in Dropbox but with the project directory in another path. It may be that I'm confusing things, but what is sent to the dropbox folde...
asked by 25.12.2014 / 16:00
2
answers

Button to delete events FullCalendar - Celke

In the code below, when I click on "Delete event" it gives an error that you need to select event (event ID). Codewhereeventsareloaded:eventClick:function(event){$('#visualizar#id').text(event.id);$('#visualizar#id').val(event.id);$('#visual...
asked by 11.04.2018 / 14:44
1
answer

Ireport and php 7.0

Good afternoon everyone! I use Ireport to generate reports, in php 5.6 it works fine, and very well by the way, but in php 7.x.x it presents the following error when trying to generate a report:    ErrorException in PHPJasperXML.inc.php line...
asked by 06.03.2018 / 17:36
1
answer

Error in matrix 3x3

I'm having trouble with a java code. I am trying to make a code which generates a 3x3 array. I made a code which at first sight works okay. matrix3x3 public static void main(String[] args) { // TODO code application logic here...
asked by 10.01.2018 / 19:56
1
answer

Error installing Netbeans 8.2 on Windows 10 [closed]

# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000744b6adf, pid=9300, tid=0x0000000000002364 # # JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8...
asked by 17.05.2017 / 22:53
1
answer

How to pass the Netbeans project to a .jar file?

I just did a project on Netbeans and would like to turn it into an app to run on the PC, so I want to turn it into .jar. How to do this?     
asked by 03.06.2017 / 22:07
1
answer

How to change getRealPath () save location? Photocam primefaces

I'm trying to use the Photocam component of Primefaces, it's working, but the image is saved within the target of the application. I want to change the rescue location. Here's a snippet of the code. ExternalContext externalContext = FacesCo...
asked by 10.01.2017 / 11:30