Questions tagged as 'netbeans'

2
answers

How to pass arguments when running program by Netbeans?

This code in notepadd ++ worked because the command line added example port 5000,6000 etc. But netbeans can not do that. So I have the client and server code here. Exchange of messages, ClientTCP.java: import java.io.*; import java.net.*;...
asked by 07.06.2015 / 14:21
1
answer

Netbeans messing accent

For a few days now, I've noticed that Netbeans has been changing accented characters in my code. Apparently, it only does this in the class that was left open when I closed Netbeans. That is, I am editing two classes and I close Netbeans. When I...
asked by 24.09.2014 / 14:53
1
answer

Error in Netbeans using Java: "error: diamond operator is not supported in -source 1.5"

I'm trying to use a List of List s in Java in NetBeans for the first time: List<List<String>> listao = new ArrayList<>(); But it has a compile error on the line where I have the list:    error: diamond ope...
asked by 23.07.2018 / 02:58
1
answer

MySQL does not connect through getConnection () Netbeans Java

I'm already trying to make my MySQL database connect at getConnection() . I have tried several different ways, to put the name of the bank, I have seen several tutorials including the tutorials that are from the MySQL website itself, video...
asked by 20.07.2016 / 04:23
1
answer

Slow JFrame Opening with Hibernate

Good morning everyone. I have a Swing application that has a JFrame using Hibernate 3 for persistence in MySQL BD on the network. When I go through NetBeans, it opens up pretty fast. But when I run jar built on another computer, this JFram...
asked by 26.07.2016 / 14:33
1
answer

GlassFish error message

I'm using GlassFish 3.1.2.2 together with NetBeans 7.4 and I do not know where to get this information all the time when I start the server:    INFO: Host user [admin] 127.0.0.1 does not have access from   administration or the user name...
asked by 21.08.2014 / 16:33
1
answer

Difficulty creating .JAR on NetBeans

I'm trying to create a .JAR in NetBeans, but I get the messages:    C: \ Users \ Admin \ Desktop \ Project \ nbproject \ build-impl.xml: 993: The following error occurred while executing this line:   C: \ Users \ Admin \ Desktop \ Project \...
asked by 05.05.2014 / 13:29
1
answer

Exception in Java UiThreadingViolationException

I have done a project with LookAndFeel Substance , in it I have a thread that is updating periodically a JProgressBar , the problem is that in the function JProgressBar.setValue(1) and JProgressBar.setMaximum(10)...
asked by 09.02.2015 / 19:05
1
answer

How to autocomplete php tag in netBeans?

I'm a beginner in PHP and would like to know how to do netBeans autocomplete the tag <?php ?> because every time I have to write the whole tag and this is filling me up (in SublimeText it writes, only I prefer NetBeans because it di...
asked by 26.07.2017 / 15:35
1
answer

Netbeans + Php7.0 + Apache2 + Debian integration: best practices

I was having trouble enabling apache2 to run .php pages. Then I did the following: I removed the Directory address from the html folder, so the file was: Iremovedthehtmlfolderin/var/www/htmlbecauseNetBeanswhentryingtocreateaprojectin.phpd...
asked by 13.10.2017 / 19:14