Questions tagged as 'eclipse'

0
answers

Deform a figure in from any java point

Recently they left me with a project for the school which consists of initially showing a square which I can deform from any part of it, either to create a star or a doodle. I use wl eclipse WindowBuilder plugin to show the square but I do not k...
asked by 18.05.2018 / 01:35
0
answers

Problem of importing an eclipse project to intellj

The problem I have is that they sent me an eclipse project and I imported it into intellj, the problem I have is that I do not care about the packet ticTacToe.utils and the same thing happens to me when I import it to eclipse.     
asked by 05.05.2018 / 15:35
1
answer

increase the number of users for this program

I have the following code which is only for a single person to register, the question would be how to do it so that at least 2 people can register in this program and the data of each client is stored. import java.util.Scanner; import java.uti...
asked by 16.05.2018 / 00:27
0
answers

Question about an exercise with data structures

Hello, I am asked to do this exercise in java neon using the structure that is most appropriate (stack, queue, collections, sets, maps): I'm having trouble making point B since I get a mistake in the method "buscarPoblacion" and I can n...
asked by 30.04.2018 / 00:43
0
answers

Create petition request from wsdl Axis2

I need to develop with web axis2 a webservice from wsdl. I am able to send Request but my problem is that I want to make the response from the Web service, that is, I will get a request and I need to respond; I have the WSDL like this. <wsd...
asked by 24.04.2018 / 19:17
0
answers

Jboss connection pool does not connect to the DataBase

I am using JBoss 7.1, and I am trying to create a Database Connection Pool through Application Server. Right now I am trying it with a mySQL Db, but I have also tried with a Postgre DB, but the error is still the same. The problem is that appare...
asked by 20.04.2018 / 10:51
1
answer

Check if there is a word in a txt before reading it

I was trying to do this exercise    11.Implemente a method that given an input file (file that will be read) and one of   output (file that will be written), specified with your route, and two words:   word Replace and new Word, return the co...
asked by 16.04.2018 / 07:03
2
answers

Problems with Primefaces component

I am developing a Java Web application using the Primefaces framework, in what is css with bootstrap (AdminLTE Template), the inconvenience that I have is that when I program a component of primefaces in this case a p: selectOneMenu, when I see...
asked by 14.04.2018 / 23:30
0
answers

Appropriate permissions to system tables in SQL Server for reverse engineering in java hibernate

Which SQL Server 2014 tables should be given permissions for reverse engineering to work in the java hibernate framework? I've been getting this error in eclipse: com.microsoft.sqlserver.jdbc.SQLServerException: El nombre de objeto 'INFORM...
asked by 10.04.2018 / 01:40
1
answer

Jdk-10 in Eclipse Mars.2

When trying to install jdk10 on eclipse, I get the famous "target is not a JDK root.System library was not found" error. Googleando I found some bugs that more or less came to be the same but for java9, which installing a support plugin in eclip...
asked by 11.04.2018 / 12:27