Questions tagged as 'eclipse'

2
answers

How to use dll in Java

How do I include dll files in a Java project using Eclipse?     
asked by 16.07.2015 / 13:03
2
answers

Load xml file into Gridview?

In my project, I need to select an XML file (table) from my tablet and then read its contents and show it in a GridView. I do not know how to start, does anyone have any idea how? I think with the start code you can understand what I want...
asked by 11.08.2015 / 19:09
1
answer

How can I make an Activity appear only once for the user?

My plan is as follows: In my project I have 2 Activitys; These two activities are only welcome to the user, so I would need them to appear only the first time the user started the application. I started to study Shared Preferences, but the ma...
asked by 20.11.2014 / 22:01
2
answers

How to disable Eclipse code replacement for "setters"?

When I create a class in eclipse with an attribute of type public class MinhaClasse{ private String variavel; } Eclipse underlines the word "variable" in yellow and if I right-click on it, it allows getters and setters to be generated f...
asked by 31.01.2014 / 13:58
2
answers

How can I get the reference of the selected class in the Eclipse Package Explorer?

I am making a plugin and when I right click on a Package Explorer class, my handler would get the class reference clicked. When I right click on a class in the Package explorer opens the menu, in this menu I created a new function (line),...
asked by 31.01.2014 / 19:53
1
answer

error: can not find symbol - maven install with class folder

I have a maven project in eclipse that uses a class folder. This folder has .java and .class. The classes I use in the project are in the build path as class folder, when I do maven install gives me error: [ERROR] location: class PushJobProces...
asked by 11.02.2016 / 13:46
1
answer

Is there a way to create a repository in GitHub with an already developed project?

My problem is that I have a project on GitHub and this project is being developed by me and two other people. However, all of a sudden, I really do not know what happened, my project that was all organized, stopped allowing you to commit, push a...
asked by 29.06.2015 / 21:43
1
answer

PHP embedded in HTML in Eclipse

Good morning: I'm starting to use Eclipse Ide (Mars) because it already has support for PHP 7 while NetBeans does not yet have it. I'm facing a problem that is not highlighting (PHP highlitgh syntaxe) when embedded in HTML code. In case...
asked by 12.11.2015 / 11:15
1
answer

How to open a GUI built in Eclipse by Netbeans?

I have a code using JFrame , but when I open it through Netbeans I can only change the layout by code. How do I use the code and edit the layout by the Swing GUI builder.     
asked by 04.03.2015 / 20:06
2
answers

Change "com.example" from an android application

I'm trying to get an app into Playstore, but the following error appears: "You must use a different package name, because" com.example "is restricted." What happens is that I have already changed the name of the package and the same error con...
asked by 09.12.2014 / 17:49