Questions tagged as 'eclipse'

1
answer

What's the difference in HotDeploy and Publish, Start and how they relate

When I add tomcat to eclipse some options appear: Start be Publish . How do these relate to hotdeploy ?     
asked by 18.06.2014 / 14:49
2
answers

Use Bootstrap for Multiselect Dropdown with Checkbox

I found this site: ( link ) a code that uses Bootstrap to assist in creating a multi-checkable list with checkbox. The problem is that if I open the code directly in the browser it works perfectly, be it in .php, .html, .jsp, whatever. And wh...
asked by 26.06.2017 / 05:39
5
answers

What tool to use to convert a visually developed UML to code?

I need an Eclipse tool / plugin that allows me to develop class diagrams, activities and sequence in UML and to generate the code. I often use Eclipse with Omondo plugin, but it looks like it has been discontinued. The last version I got was...
asked by 30.01.2014 / 11:43
1
answer

How do I make my own commands and shortcuts in Eclipse?

What I mean by my question is that, for example, when I use sysout and Ctrl + Space the System.out.println(); method line is ready for me use, reducing my time to type everything. I would like to know if you can do my own co...
asked by 04.08.2015 / 14:24
1
answer

Generate private certificate APK using Eclipse Android

When I click Run in eclipse, it generates the APK, sends and installs it on Android, but it installs using a Debug certificate, I'm using Google Games Services and it only works if the APK has a private certificate which we created to send to Goo...
asked by 30.04.2014 / 05:19
2
answers

Syntax error when creating table in PostgreSQL using Hibernate

@Entity public class User { @Id @GeneratedValue private int id; private String name; private String email; private String sex; private int age; private Date birthday; private Date registerdate; private...
asked by 12.11.2014 / 15:20
1
answer

Configure for Eclipse to display parameters name in autocomplete

Sometimes eclipse, it shows in auto-completing the variable names in an easier way to understand. For example, if in this line press ctrl + Space: BufferedImage img = new BufferedImage(); It shows among others BufferedImage (int width, int...
asked by 31.12.2015 / 14:01
1
answer

Error running Eclipse after Windows 10 installation [closed]

When I used Windows 8 Eclipse worked normally, now that I've installed Windows 10 whenever I try to run I have this message:     
asked by 06.10.2016 / 06:35
1
answer

How to convert a Java project in Eclipse to a Maven project?

I have a Java project in Eclipse that I want to convert to a Maven project. For the conversion, I right-click and select the "Convert to Maven Project" as indicated in the figure below. Theproblemisthataftertheprojectconversionthesourcefo...
asked by 10.03.2015 / 14:12
1
answer

Debugging Java in Eclipse, excluding classes / packages

My application uses JSF / Hibernate, and a host of other add-ons (jar). When I have debug , a page, it stops at breakpoint and after some Steps (debug) it falls within% / p> How can I tell Eclipse that jar is just for my ap...
asked by 06.05.2014 / 20:04