Questions tagged as 'intellij'

0
answers

Gradle does not download cucumber libraries

I am trying to create a project to test the Cucumber (ATDD) tool and assess whether it is possible to use it for another project. The requirements that are presented to me are that I be able to work with Java, JUnit, Gradle and IntelliJ (the l...
asked by 11.05.2016 / 16:06
0
answers

Connect Java with mysql in IntelliJ idea

I'm trying to connect java with mysql and I get these exceptions. These are my classes: package com.javasdp.sdp; import java.sql.Connection; import java.sql.DriverManager; import java.sql.*; public class Database { private Connection co...
asked by 19.11.2018 / 06:00
0
answers

Run Servlet Intellij

Hi, guys, I'm new to the Servlets and I'm trying to implement some simple ones, but I'm having a problem, I'm telling you. I am using the Intellij editor for the implementation of it. I have everything implemented: the class index.jsp and a c...
asked by 04.11.2018 / 11:30
0
answers

Match items in a List of Objects

I do not know if the title is the most appropriate. I have an object that is a List of Objects (extracted from a BBDD using JPA) which contains 3 objects that in turn are Lists; 2 of type String and 1 of type Double. To try to be more exact, the...
asked by 21.06.2018 / 14:43
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

Problem with directories in jar files

I have the following problem, I am trying to access the images of my application from a jar file, the problem is that when I run the program (NOT the JAR file) only the .java file, access the images, but when I package the program in the .JAR an...
asked by 11.04.2018 / 01:39
0
answers

Explorer Java Program

I was commissioned to do an exercise that is as follows: Make a program in Java that simulates a file browser. Once the program has been executed, starting from the project folder, you must allow the user to perform the following actions...
asked by 06.03.2018 / 11:12
0
answers

Problem with IntelliJ and Databases. SSH_MSG_DISCONNEC

I have a connection to a database through an SSH tunnel. Every time I close the IntelliJ and reopen it and try to access the database, I get the following error: SSH_MSG_DISCONNECT: 2 Too many authentication failures However, I can use SSH...
asked by 28.04.2018 / 21:38
0
answers

java class in IntelliJ

I have imported a maven project with IntelliJ and the java classes come up with this symbol and I can not execute its main what does it mean and how can I solve it? I usually get the symbol of a C, which I imagine is compiled. Thanks  ...
asked by 08.12.2017 / 13:52
1
answer

How to perform inner join in spring boot mvc, jpa, hibernet, maven

I run into a problem, the point is that I do not know how to perform a query with inner join My controller is as follows: CONTROLLER @RequestMapping(value="/juan",method = RequestMethod.POST) public String updateProduct(...
asked by 10.11.2017 / 19:13