Questions tagged as 'netbeans'

0
answers

I have 2 source packages in the same netbeans project

Quick question I have a project in my netbeans with 2 source packages for no apparent reason. all my projects have 1 source package. they appear to be cloned because if I add or remove something in a source package, the other will also suffer...
asked by 01.03.2017 / 13:37
1
answer

How do I make multiple columns in one table refer to a foreign key in another table?

How do I make multiple columns in one table refer to a foreign key in another table? I want all columns called "SLOT", POSSAM to store a table key mods. NOTE: I'm using the latest version of NETBEANS I do not know if this makes any difference...
asked by 01.03.2017 / 02:56
0
answers

JSP + netbeans + bower project

Good afternoon everyone! My question is the following ... I have a newly created JSP project in netbeans and I want to work with bower to manage the packages from my front end. Where should I create the bower_components folder? If it...
asked by 11.10.2016 / 19:48
1
answer

How to pass a parameter in a GET verb when using xdebug - NetBeans

I have a mySite.com/api/v1/listUsers.json.php page that will return a list of users to be consumed in an app. However I would like to take advantage of this same page and create the following condition for development personnel: if a vari...
asked by 30.10.2016 / 20:35
0
answers

Ignore error validation in file directory in Netbeans

I'm creating a Laravel application and I like to use Netbeans for this. The problem is that Laravel has a series of libraries that it implements itself and that use tests resources that make my project "demonstrate" as if there were errors. I...
asked by 29.07.2016 / 22:18
0
answers

Where is the file: I am developing with Ionic / AngularJS and SQLite

I'm trying to open the database in SQLiteBrowser, but I can not find the created file. I used the command: window.openDatabase The alias I gave is "my.db" but I can not find it anywhere. In what folder does the Ionic / AngularJS create...
asked by 14.04.2016 / 16:41
0
answers

Error inserting icon in JLabel

I'm doing a graphical interface in a java (maven) project and I'm having a problem trying to put an icon in JLabel. AndwhenIruntheprojectitgivesthefollowingerror: As I'm using the netebeans GUI, there's no way I can edit the code that i...
asked by 09.05.2016 / 18:58
1
answer

Error setting up Ruby on Rails environment

Good afternoon, folks. I'm learning Ruby on Rails in college and to practice at home I'm trying to install and configure the environment on my pc, but with no success. I installed NetBeans and MySQL Server and when I create a new Ruby on Rails p...
asked by 18.03.2016 / 19:26
0
answers

Data entry - Foreign keys in Java

I'm having a bit of trouble implementing foreign keys in my project. DAOProduto.java public class DAOProdutoImpl implements DAOProduto { private GerenciadorDeConexao gc; public DAOProdutoImpl(){ gc = GerenciadorDeConexaoMysql.getInsta...
asked by 01.12.2015 / 16:31
0
answers

Netbeans file template

With Maven Archetype it is possible to create project templates. And for template file there is something similar? I would like to create a wizard to create files. Something similar to creating Servlets, where the wizard prompts for the Servelet...
asked by 09.01.2016 / 03:43