Questions tagged as 'netbeans'

2
answers

Change the project dependencies folder (lib)

When compiling my project in Netbeans , the files are generated in this way: ./dist ./dist/meuProjeto.jar ./dist/readme.txt ./dist/lib ./dist/lib/dependencia1.jar ./dist/lib/dependencia2.jar And I want it to be generated without the...
asked by 01.04.2015 / 16:06
1
answer

Problem reading file line by line in Java

Hello, I'm doing a java program to convert csv files to bib. As the csv file can be 200kb or 2G I decided to read line by line so I do not have problems with low memory. I made the code as follows: try { File file = new File(caminhoAbrirArqu...
asked by 30.05.2017 / 15:00
2
answers

How to create an executable in java + MySQL database?

I created a java desktop application that connects to a MySQL database, how can I generate this application to run on any machine along with my database? Thanks!     
asked by 08.04.2015 / 20:28
2
answers

Does NetBeans support Django?

I installed NetBeans and the python plugins . Everything worked fine, but I found the one that did not happen. This plugin alone would already support Django. I saw on this blog the author saying that I like NetBeans also for Django,...
asked by 27.04.2015 / 06:15
1
answer

How to open a GUI built in Eclipse by Netbeans?

I have a code using JFrame , but when I open it through Netbeans I can only change the layout by code. How do I use the code and edit the layout by the Swing GUI builder.     
asked by 04.03.2015 / 20:06
1
answer

NetBeans + GitHub = git-receive-pack not permitted

I'm using git to do the control of a college project, we're using netbeans + eclipse and a friend who participates in the project sent me the git link, I made the project clone, but I can not do the push in netbeans. the git-receive-pack not all...
asked by 20.10.2015 / 14:46
1
answer

Error building project with bilbioteca Commons-Email-1.4

In my project I needed to add the option to send emails I added the library commons-email-1.4 I wrote all the code and tested. So far everything is perfect however when cleaning and building the application .jar file, here is the error....
asked by 30.12.2016 / 13:29
2
answers

HEAD is detached in repository

I'm using NETBEANS and GIT. I made some changes to now at the time the commit is giving this message:    HEAD is detached in repository My repository looks like this:     
asked by 10.08.2016 / 01:52
1
answer

Why unmark main class creation when working with screen?

So far, in all the tutorials I've seen, when we're going to work with a swing screen, we're asked to uncheck the main class creation. I'd like to know the science behind this, and what happens if I do not do it in such a way. Edit: It's in...
asked by 14.11.2017 / 12:18
1
answer

NetBeans project upload on GitHub

I've never had experience with GitHub, I made a simple php library and wanted to publish it to Git through IDE NetBeans , I've been searching, I found something similar, but I could not upload, does anyone know how it works? / p>   ...
asked by 26.12.2015 / 02:15