Questions tagged as 'eclipse'

0
answers

Error with Web Service [closed]

My problem is as follows. I'm working with Liferay 7 , Eclipse Mars and Apache Tomcat 8 and a Windows 10 , and at the moment of to call my web service, which is converted with ApacheCXF , does not work, the answer always sends me null and...
asked by 04.01.2017 / 01:55
0
answers

Run to my project

Good morning, I am trying to run my project in eclipse, and I get an error, that the server could not be started in localhost I got the ports error I changed the ports, I have added server and I do not know what happens, I could help re...
asked by 14.12.2016 / 18:50
0
answers

Apache Tomcat can not start

When I start my tomcat from Elclipse STS this error is displayed! Does anyone know how to fix it? Publishing failed Could not publish to the server. java.lang.IndexOutOfBoundsException Could not publish server configuration: C:\Users\D...
asked by 08.12.2016 / 21:16
2
answers

Run java (eclipse) in another environment

I have made a program with eclipse (without graphic interface) and I would like to be able to run it outside the program, for example on the console, or with the aesthetics of the console. Similar to when you program with the codeblocks and the...
asked by 09.12.2016 / 14:12
1
answer

Weird error in Eclipse: it works, but the red underline appears in JOptionPane

I started programming in Eclipse. I have an error in the code I wrote (see the comments in the code): import javax.swing.*; public class SumaConJOptionPane { public static void main(String[] args) { String usuario, aux1, aux2;...
asked by 11.12.2016 / 04:35
1
answer

Problems with eclipse commit

I'm trying to do a commit from Eclipse but I get the following error:    Commit operation failed       Some of selected resources were not committed. svn: E155004: Commit   failed (details follow): svn: E155004: There are unfinished w...
asked by 17.11.2016 / 17:02
1
answer

Problem with login in Java with connection to database (MySQL & Eclipse)

I followed a tutorial to create a login connected to MySQL, when running it and enter username and password, it sends me the error message and in the console it shows the following each time you enter the username and password again:            ...
asked by 16.11.2016 / 23:26
0
answers

How to add a parameter to the Liferay URL?

I am using the hook of the login, along with the wrapper service UserLocalServiceWrapper of liferay 7 which has the following method: @Override public int authenticateByEmailAddress(long companyId, String emailAddress,...
asked by 13.02.2017 / 23:45
1
answer

I have this exception testng: Caused by: java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoReuseaddr

What should I do to avoid this exception when I try to run my selenium tests with testNG.    org.testng.TestNGException: Can not instantiate class   TestCaseJuntos.BeforeandAfterclass at   org.testng.internal.ObjectFactoryImpl.newInstance (Ob...
asked by 29.09.2016 / 20:49
0
answers

Raise database [closed]

I have the classes in java each with their annotations made to persist, I have persistance.xml configured in that I have no problem, my problem is how do I connect it to the mysql database so that I can create the tables?     
asked by 22.09.2016 / 01:48