Questions tagged as 'intellij-idea'

1
answer

Error compiling Android Studio project with Gradle

I have a problem compiling my Gradle project. I have the following compiler response: Error:Gradle: Execution failed for task ':mobile:processBroadcastHomologDebugResources'. > com.android.ide.common.process.ProcessException: org.gr...
asked by 20.03.2015 / 20:16
0
answers

APACHE TOM CAT 9.0

Good evening guys, I'm trying to upload a project on tomcat 9 (THIS IS THE FIRST TIME I DO THIS) ,butwhenthepageloadsitloadswithHTTPStatus404-NotFound,thisisthelogthatshowswhenItrytouploadtheprojectLOG:Connectedtoserver[2018-09-0111:56:32,882]A...
asked by 02.09.2018 / 05:15
1
answer

Import the postgres library into IDE intellij idea

I started to use the IDE intellij idea shortly to develop in Java, previously I used net beans and when I was going to use the database for my application it was simple to import the library of the bank, how do I do this in intellij idea?     
asked by 30.07.2018 / 15:35
0
answers

Hot Deploy JSP on JBOSS

With the end of jrebel's free license, it's complicated to work with javaEE, I have tried to use alternatives like VCEVM, but for a project technology limitation it does not work. Changing methods I've already achieved with the intellij hot-swap...
asked by 25.07.2018 / 17:23
1
answer

Error: java: Illegal char:

I'm having this error Error: java: Illegal char
asked by 30.04.2018 / 17:39
1
answer

How to get the amount of garbage already generated at one point in Java code?

So folks, I wonder if they have some method or even way of picking up the amount of Garbage generated the current moment of the code. If you do not know but if you know any DOC that I can study to find a shape, thank you.     
asked by 20.09.2017 / 23:41
1
answer

Intellij does not open APK after installation

In my application, after installing, Intellij does not "command" to open the apk. In my manifest the main Activity is already set up <application ... <activity android:name=".Activitys.Main" android:label="@string...
asked by 10.08.2017 / 16:02
1
answer

Uploading image and updating

I have an application in javaEE where one of the requirements is to upload an image used for the user profile. Everything you've been up to now:  1. Selects the image to be edited (Cut, Rotate and etc);  2. The photo is passed as base64 to th...
asked by 24.12.2016 / 01:51
1
answer

Intellij, Spring Boot and AngularJs

I'm running a project Spring Boot e AngularJs no Intellij and I'm trying to access the webapp folder by browsing (l ocalhost:8080/nomedapasta/index.html ), but it's giving error    (There was an unexpected error (type = Not Foun...
asked by 02.10.2016 / 16:11
1
answer

Maven does not download the libraries

I'm using IntelliJ and the plugin for Maven (first time), I'm trying to make it work so that I can download the libraries I use in my project, but it's not downloading. pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns=...
asked by 10.04.2014 / 21:15