Questions tagged as 'netbeans'

0
answers

How to pass the connection from one socket to another JFrame?

I am creating a client / server application, I start my first connection to the server from a jFrame (LogIn), now I want that same connection to pass to another JFrame (MainPage) so that I do not have to close the connection and then have to ope...
asked by 27.10.2017 / 18:47
1
answer

Enter 2 numbers and find the sum of the intermediates

I need to enter 2 numbers and add the intermediate numbers that are multiples of 3 including the 2 numbers entered, but it does not work with all the numbers, the if condition comes into conflict when it starts or ends in a multiple of 3 and doe...
asked by 26.10.2017 / 00:12
1
answer

check the manual that corresponds to your MySQL server version 5.5 workbench [closed]

When I run the class Test01, the following error appears: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=' CLIENT '' at line 1 CounterModel package mo...
asked by 26.10.2017 / 03:27
1
answer

Problem with Full screen VLCJ

I have a program that shows a video in one of the windows and I can not make the full screen button (jButton3) work. package estanquet; import com.sun.jna.Native; import com.sun.jna.NativeLibrary; import java.awt.BorderLayout; import java.awt...
asked by 24.10.2017 / 00:39
1
answer

Problem getting selected values from checbox in Jtable

I go through the whole table obtaining the values of the selected checkboxes the problem is that if it brings all the values except the last one selected: in this case you should print the values from 3 to 11 but do not print the latter:...
asked by 18.10.2017 / 19:22
1
answer

Convert Binary to Decimal in netbeans

As I convert from binary to decimal through recursion friends, I am implementing my code in this way, but from here I stayed: Public class binarioDecimal{ public int binarioADecimal(int v[], int n){ if(n<0){ return 0; }else{ ret...
asked by 11.10.2017 / 02:32
0
answers

Netbeans does not recognize Cygwin

I had to install Netbeans on my laptop for C according to a guide. So, I installed the JDK and Cygwin with make, debugger, etc. When starting netbeans it says that the JDK does not exist, I give it to disable modules and continue and it works...
asked by 29.09.2017 / 13:27
1
answer

Avoid booting tomcat Spring Boot

Hello I'm starting with Spring Boot (using netbeans as IDE), I'm using the tomcat plugin, and every time I make a modification to the html I have to stop the tomcat and start it again. My query is, what should I configure to avoid this. <?x...
asked by 28.09.2017 / 23:07
0
answers

How to run tests in Netbeans?

Good morning. I have a set of java files and their corresponding tests. These are more or less like this: programs tests prueba1.java prueba2.java [...] programa1.java programa2.java [...] T...
asked by 01.10.2017 / 02:24
0
answers

Problems executing a .jar in another computer

The problem is that when running the .jar everything works correctly less when creating the report. The route of the .jrmxl I do not believe that it is because in my pc it works so much being the project from C: as being in a USB pen. Any ide...
asked by 24.09.2017 / 13:40