Questions tagged as 'netbeans'

1
answer

how to open an html5 project in netbeans?

I'm starting to study HTML5, CSS and JS, I'm following a tutorial on YouTube and there the teacher has made available the file with everything we'll need for the project. But when I ask to open Netbeans, it does not have all the folders. In t...
asked by 26.04.2017 / 01:06
0
answers

Images saved in the DB and in the project root folder do not appear on the site

I'm working on a website, using php language in netBeans and easyphp p bank. the site registers companies and services and it is also possible to search by name the same. (this is in the process of development) clicking the image looks like t...
asked by 06.04.2017 / 10:47
0
answers

Create a single .jar file with all dependencies in Netbeans

When a project is compiled in Netbeans, it is included in the folder other than the libraries, in the 'lib' folder. In Eclipse there is the possibility of creating a single jar file with all the included files. Is there something similar in Netb...
asked by 28.03.2017 / 02:29
1
answer

Error running WebService Java

I am trying to execute a Web Service SOAP from the server GlassFish Server 4.1.1 on NetBeans 8.2 . Attempting to run the following error is returned: Web Service Methods: @WebService(serviceName = "CalculatorWS") @Sta...
asked by 13.03.2017 / 15:21
1
answer

I can not perform the clone via netbeans by github

As we can see in the photo, this is the message that appears to me when I try to make the clone through NetBeans, in other terminals it works correctly. Netbeans 8.1     
asked by 08.03.2017 / 17:28
5
answers

Why does NetBeans warn you that you should not access global variables directly?

NetBeans suggests that we do not access the global variables of PHP type $_SERVER[''] directly, what is the suggestion in this case? It's usually done like this: <?php $ip = $_SERVER["REMOTE_ADDR"]; ?> What is the best...
asked by 23.12.2015 / 13:32
1
answer

XDEBUG configuration in PHP.ini (CakePHP, AppServ - Apache2.4, NetBeans)

My friends, good afternoon I'm new to the piece, that is, in the PHP development area and I'm making the settings for debugging an application in CakePHP 2.6. I followed all the XDEBUG documentation, downloaded the version compatible with...
asked by 03.02.2017 / 13:59
1
answer

Join the database with the java application [duplicate]

Hello, I did a college job using java screens using ide netbeans, I made crud in the database, using postgresql as the main bank, I got it done and everything, but I would like to just send the jar to the teacher, in my computer the jar works,...
asked by 24.11.2016 / 17:19
1
answer

How do I add values in a vector?

Well ... I know how to add values into a vector. Actually, that's not quite it. I'm learning Java a short time ago and started working with netbeans. The teacher requested an activity to create a registration form for students. So far the cod...
asked by 21.09.2016 / 23:21
1
answer

Netbeans Does not recognize .jasper file

I'm having trouble calling JSF application report. Do not search data in NetBeans 8.1 does not recognize Jaspersoft generated file. I do not find plugin for this version. ReportOrdered.xhtmlPrices <ui:define name="titulo">Relatório...
asked by 08.09.2016 / 07:04