Questions tagged as 'intellij-idea'

0
answers

java.lang.NoClassDefFoundError: gnu / io / SerialPortEventListener communication with arduino

I'm trying to do java communication with an arduino but I'm having a problem when I invoke a Class that implements SerialPortEventListener in my controller. Controllers This Java class is the only one that will deal with co...
asked by 10.11.2015 / 19:11
0
answers

Define attribute as foreign key ebean intellij

I have the following class: @Entity public class exemplo extends Model { @Id private Integer id_nome; private String Designacao_PT; private String Nota_PT; public exemplo(Integer id_nome,String Designacao_PT,String No...
asked by 07.01.2015 / 17:19
2
answers

Is there a way to create an IntelliJ-based IDE? [closed]

With some research on the internet I have found that IDEs like Android Studio and PHPStorm are IntelliJ-based IDEs, each with a purpose. How to create an IDE based on it? The idea is to create an IDE with buttons for: create projects,...
asked by 27.11.2017 / 11:03
2
answers

Receive id of an autocomplete option

I have the following autocomplete defined in HTML HTML <label class="input"> <input type="text" list="list" id="entidade" placeholder="Cliente" onblur="dadosCliente ( )"> <datalist id="list"> @for(entidade...
asked by 06.02.2015 / 12:26
1
answer

How to import and configure a Maven project with Tomcat server in Intellij?

I have a simple project and would like to run this project in the Intellij IDE, but I believe that unlike Eclipse, the IDE requires other parallel settings to import. I would like to know how this import process works. Note: I'm using the...
asked by 09.11.2018 / 14:13
1
answer

Creating Grails Project in Intellij

I'm having trouble creating a Grails project in Intellij. I tried with several versions, 2.4.4, 2.5.0, 2.5.6 and all the same error occurs when sending the run-app command:   Running Grails application   Error occurred during initialization o...
asked by 27.04.2017 / 20:07
1
answer

Failed to update project classes and resources using Intellij and tomcat

I'm using Intellij to develop a web project, the application server used is Tomcat. I set up shortcut keys to update the features and just reload the page so that the modifications to the project would be loaded. Everything was working, out of n...
asked by 10.02.2017 / 12:45
1
answer

How to put the Run / Debug buttons / etc. on the left side of the bar?

How can I leave this Run / Debug toolbar / etc. on the left as they appear in Android Studio?     
asked by 20.09.2016 / 18:05
1
answer

IntelliJ IDE Can not find JDK

It already comes with a default java directory in / usr / lib / jvm / but can not find jdk in any folder within this directory     
asked by 04.05.2016 / 21:23
1
answer

Delete generated table and re-create with other data

I have this table which will be generated with values of checkboxes that I select. HTML: <table class="table table-hover" id="table"> <thead> <tr></tr> </thead> <tbody> &l...
asked by 05.02.2015 / 12:43