Questions tagged as 'intellij'

1
answer

Kotlin compile error: Only classes are allowed on the left side of a class literal

How are generics managed in Kotlin?: I have an interface and its corresponding implementation generated with IntelliJ from java code. The interface that has generated me is: package com.oesia.mako.commons.repository import com.oesia.mako.c...
asked by 16.08.2017 / 12:27
1
answer

Docker and Intellij IDe

My problems is I need to do the deployment of a Java app, I have my DockerFile ok, but the problem is that when I'm creating the run docker configuration in the help window only in the deployment section only aparace an option that...
asked by 09.07.2017 / 18:33
0
answers

Unable to import HttpServlet in IntelliJ Ultimate with JavaEE

I am trying to create an application with JavaEE in IntelliJ Ultimate. The plugin comes by default and is activated, but when it comes to importing import javax.servlet.* I do not see the library, does anyone know of any solution? Thanks....
asked by 30.05.2017 / 12:18
0
answers

Problem accessing /WEB-INF/views/allemployees.jsp. Reason: /WEB-INF/views/allemployees.jsp

Error that I can not decipher, I searched for it for some time but it turns out that it is the document's accommodation in the folder    HTTP ERROR 404 Problem accessing /WEB-INF/views/allemployees.jsp. Reason: /WEB-INF/views/allemploy...
asked by 03.10.2016 / 18:13
1
answer

Error when deploying Google App Engine

I try to deploy the example application of Google App Engine within my own project that I created in the Google developed console, and I added the project ID and in theory it should work. But the console to view the Deployment in IntellijID...
asked by 04.05.2016 / 17:09
1
answer

error when starting pycharm. project configuration

When I open pycharm it always opens in the last project I was working on, how can I make it open when I open it in the first screen where you ask me if I open one of my projects or create a new one?     
asked by 23.11.2018 / 13:59
1
answer

how can I make it accept decimals in my divition

everything works fine but when I enter a decimal code does not work how can I make it work? System.out.println("¿Cual es tu nombre?"); String edaparcialdd = sc.nextLine(); System.out.println("Bienvenido de nuevo " + edaparcialdd);...
asked by 15.04.2018 / 05:58