Questions tagged as 'intellij-idea'

2
answers

Problem when running project - Special characters

Good afternoon, I migrated my project to Intellij IDEA and when I run a code that should print a string with accentuation, I have the return: "method". The classes display the accent correctly more when calling on the console they bugam. I've at...
asked by 28.07.2016 / 21:35
0
answers

Application runs in eclipse but does not run on Intelij

I'm migrating from eclipse to Intelij and my application runs normal in eclipse, and when I deploy to the server, but it does not run on the intelij. There is no error message, only log. package br.com.ramires.pac; import static spark.Spar...
asked by 08.06.2018 / 05:50
1
answer

How to generate an APK without DEBUG in IntelliJ IDEA?

I just migrated my Eclipse projects to IntelliJ IDEA (it's the same as AndroidStudio uses, but with some minor differences). However every time I click Build > Build Apk it generates an APK with "debug enabled". What I've been rea...
asked by 19.07.2016 / 17:16
0
answers

What's the difference in Grails between run-app and IntelliJ's run.Aplication

I'm working 1 year with Grails and IntelliJ Community 14, and I've been noticing some different behaviors between running the project through the command line and using the IDEA Run 'Aplication.main ()'. I put this doubt to try to understand...
asked by 09.05.2016 / 08:24
1
answer

Error when running Scalatra test on Intellij

I'm trying to run the following test from the scalatra within the < a class Test extends ScalatraFlatSpec with Matchers { addServlet(classOf[MainServlet], "/*") "Home Page" should "show hello" in { get("/"){ status shoul...
asked by 14.03.2015 / 19:15
1
answer

Application error on heroku

I made an application using IntelliJ using the database and everything is working very well, but as soon as I gave push to Heroku, a message appeared:    Application Error. An error occurred in the application and your page could not be ser...
asked by 13.02.2015 / 13:27
1
answer

How to access SQLite data from Android in real time (DEBUG)

How can I access the data contained in the local bank of the Android device, ensuring that the information is up-to-date? My IDE is IntelliJ IDEA and I use the Database connection feature of it to Debug, but sometimes the tool loses communica...
asked by 03.05.2016 / 17:09
0
answers

Error trying to compile appearance in IntelliJ

This is my first question on this site, I will try to be succinct. I'm working with aspect-oriented programming, I've been working with Eclipse. However, when trying to do the same used IntelliJ IDEA, I came across the following error: Informa...
asked by 19.03.2018 / 23:45
0
answers

Is it possible to export a jar and the documentation together?

I'm using the Intellj IDE and exporting a project to a jar file using Artifacts. However, when I use this jar on other projects the javadoc style comments of the methods do not appear. Is there any way to do this?     
asked by 29.08.2016 / 14:11
0
answers

IntelliJ JSF - Page opens in white

What I did I created a Maven project and added the JSF module, however, even with the downloaded library. What's happening When I run my project using Tomcat , the olamundo.xhtml page is blank. The URL should come as http:/...
asked by 04.02.2016 / 01:46