Questions tagged as 'eclipse'

0
answers

How can I insert and extract variables with "session" with java :?

this is the scenario: On the one hand I have a .java where I want to put a variable in session doing this: String [] matriz = new String[5]; matriz[0] = "Hola"; matriz[1] = "que"; matriz[2] = "tal"; matriz[3] = "estas"; request.getSess...
asked by 27.09.2017 / 11:44
0
answers

How to import sdk from one eclipse to another

The problem is that recently my eclipse which I used to habitually stopped working. Then I decided to download another one but it does not include all the sdk, platform tools and things that I downloaded. My question is there any way to impor...
asked by 23.04.2018 / 16:48
1
answer

Android virtual machine

When starting the Android virtual machine I get this: Starting emulator for AVD 'AVD_for_Samsung_Galaxy_Tab' emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CP...
asked by 04.09.2017 / 09:59
0
answers

How to install TestNg plugin in Eclipse? [closed]

I need to install this plugin in order to work configure the work with unit tests     
asked by 02.08.2017 / 04:04
0
answers

SII Immediate supply of VAT information InaccessibleWSDLException

Good morning, I am trying to consume the test webservice that has the aeat for the SII and the following error appears:    Exception in thread "main" com.sun.xml.internal.ws.wsdl.parser.InaccessibleWSDLException: 2 counts of InaccessibleWS...
asked by 16.06.2017 / 14:52
0
answers

Ajax, JSP and Servlets

I have problems executing an application on the server that greets when entering the name, my files are      index.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PU...
asked by 20.05.2017 / 00:18
0
answers

Error connecting to the SQL database from eclipse - JasperSoft Studio

When I connect to the database of Sql Server 2008 R2 with the autenticación de windows from the Data Adapter Wizard of Report Design in the same eclipse - java , I get the following error: These are the da...
asked by 17.05.2017 / 17:00
2
answers

Configure build.gradle in eclipse project

Good morning! I have the following question: Can I set up a build.gradle file within an eclipse project? This for dependency management, something like maven . I have been consulting this link in the which I can add a plugin...
asked by 05.05.2017 / 23:33
0
answers

FreeTTS.jar in Eclipse you can not hear text to speech

I'm trying to learn text-to-speech conversion, using FreeTTS . I use Ubuntu 16.04 , Java 1.8 and Eclipse Oxygen . I tried the demos with freetts.jar and if I run them from an Ubuntu terminal the voice of the text is heard, but if...
asked by 11.01.2017 / 20:37
0
answers

Eclipse does not start in ubuntu [closed]

Eclipse does not start in Ubuntu. I have java installed: $ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) Error that I get when...
asked by 31.12.2016 / 17:03