Eclipse is an open source IDE with plugins available to support a large variety of languages. This tag should only be used for questions about the Eclipse IDE and not for generalized programming topics.
1
vote
1answer
14 views
Virtual Android device error?
I have downloaded and installed the android bundle sdk from android com and I have created a virtual device but when I want to debug my new application the virtual device hangs at the android logo ...
0
votes
1answer
8 views
Convert an Eclipse “Makefile project from existing code” to an AVR project
If I have a C project that was imported into Eclipse as a CDT "Makefile project from existing code", how can I turn it into an AVR project, so that I can set the AVR options in the Project Properties?
...
0
votes
0answers
18 views
Class Not Found Exception after using IWorkspaceRunnable
I get the Class Not Found Exception after Exporting the plugin I'm developing as a Deployable Feature.
Normally I place the generated Jar in the dropins folder and I can use it. But after adding what ...
1
vote
2answers
32 views
Filter file extensions for a simple file manager
I have a simple file manager. In the directory while i am browsing for files it will only show some specific file extensions such as only .txt and .pdf . It will also show the directories. How can i ...
1
vote
2answers
45 views
Eclipse not running (even with JRE installed) [duplicate]
I have JRE 6 installed (can't update due to admin restrictions), but all of a sudden Eclipse won't start up. It has worked in the past. Here's the error message I'm getting:
A Java Runtime ...
0
votes
0answers
17 views
JFace -SWT How to make TitleAreaDialog similaire to Eclipse one
I would design TitleAreaDialog similar to those Eclipse but without sucess, below there is two screenshot, Eclipse form and my own form,
i have problem to get the top and bottom separator, if you ...
0
votes
0answers
8 views
BackStackRecord Source code is not listed on Package Explorer 4.0.3
I have been trying to debug some android java code. 99% of the time is fine and I can follow the code everyehre.
When it comes to follow fragmentTransaction.replace() I get a "Source Not Found" ...
0
votes
3answers
20 views
Error: Could not find or load main class OpenJDK 1.7
I've seen this question asked a lot, and I did check the other ones, and none of the responses seem to match my issue.
I'm new to Java so I probably did something stupid. I'm using Eclipse Juno ...
0
votes
0answers
27 views
Facebook API 3.0 - error with NewPermissionRequest
I'm trying to learn the Facebook API for Android on eclipse and as a starting point trying to get the Scrumptious app running.
In the "SelectionFragment.java" src file, I'm getting the following ...
0
votes
1answer
41 views
Export war from headless Eclipse
How do I export a WAR file from an Eclipse .web project programmatically with Java?
I have big problems with war ant task due to complex project structure(
ProjectX.web has a dependency from ...
0
votes
0answers
5 views
Eclipse 3.7 Code Assist Selection Not Responding
I am using Eclipse 3.7 (Juno Service Release 1). When I hit Ctrl+space, the code assist menu popup shows the selection. When I move the keyboard arrows to the option I want and hit enter, the menu ...
0
votes
0answers
15 views
Two almost similar Android projects having same project structure in eclipse not installing in my phone
I am trying to make a game using Libgdx. I am new to Android and LibGDX.
I made a simple game skeleton that contains the Player with abilities to move and jump and an enemy.
I did all using Scene2D ...
0
votes
1answer
41 views
Two almost similar Android projects having same project structure in eclipse not installing in my phone
I am trying to make a game using Libgdx. I am new to Android and LibGDX.
I made a simple game skeleton that contains the Player with abilities to move and jump and an enemy.
I did all using Scene2D ...
0
votes
0answers
17 views
JAXBProject is very slow after export into a jar file
I have a JAXB Project with some WSDL clients, if I test this WSDL clients in eclipse it works fine, but if I export JAXB Project into a jar file, the first connection its very slow (its takes about 10 ...
0
votes
0answers
21 views
Update an Eclipse plugin to a development version
How do you update a plug-in from a release version to a development version in Eclipse?
I'm dealing with a problem in the groovy-eclipse plugin that looks like it's fixed in the development version ...
0
votes
2answers
26 views
Using mahout in eclipse WITHOUT USING MAVEN
I really don't want to use maven because it seems like a massive hassle. Is there any way to just download mahout and use it in my eclipse project? All I get from using maven is build path errors and ...
-2
votes
0answers
38 views
java project with online database on a browser's interface [closed]
our professor gave us as homework the following project in java: we have to program a software for selling cars to customers, in which the cars are taken from an online database.
There are different ...
-1
votes
1answer
65 views
Algorithm for matching hospitals with students based on their preferences? [closed]
I have this problem in which given a set of hospital preferences and a set of student preferences, the software should return a list of matches satisfying the following conditions:
If a hospital and ...
-2
votes
3answers
31 views
onCreate(Bundle) is undefined for the type MapView
If have the following two lines in my onCreateView of a fragment:
mMapView = (MapView) view.findViewById(R.id.mapv);
mMapView.onCreate(savedInstanceState);
but the compiler complains about ...
0
votes
1answer
26 views
msSQL jdbc .. I connected to the server but how to connect to use a specific databaseName
Last time I used SQL with Java/Eclipse I had a SQL script linked to the Project.
This time, I connected to a different server using jdbc format (not localhost) and it connects correctly.
Now I need ...
0
votes
0answers
21 views
java.lang.RuntimeException: Unable to instantiate receiver com.XXX.XXX.library.receivers.AviarySystemReceiver
Situation
Aviary-SDK included as library. Everything worked fine up to yesterday after i tried setting up the billing system and updating the SDK and ADT (where Eclipse got a new look including the ...
0
votes
1answer
22 views
Eclipse plugin: How to change a JFace Tree model out of a command
I have created a plugin with a JFace Tree similar to this tutorial: tutorial
And I also have defined a menu entry with a command. The handler of the command should change the Model of the tree and ...
0
votes
0answers
10 views
Has anyone try ebookdroid?
I'm trying to implement part of an open souce project called "ebookdroid" to render and show a pdf in an android application. I select them because it's the fastest.
Ebookdroid project is very big and ...
0
votes
1answer
29 views
How to pass variable from user interface into controller
I have problem when trying to do create Sql statement using netbeans, javFX and MySQL. Here is my main method:
public void start(Stage primaryStage) throws Exception {
...
0
votes
1answer
28 views
How can i deploy my worklight project to my blackberry device..?
I have packaged my application successfully using ripple with chrome.
What process i have to follow to deploy my app to my blackberry device for testing purpose?
-7
votes
3answers
37 views
How to Create an Android app for a website, i.e. the app would take updates from my website [closed]
I have a blogger hosted blog and I want Create an android app, that will take the updates from my website and display it on the app.
I want some tutorial, I am learning basics of creating an android ...
0
votes
1answer
27 views
LuaSocket in Windows - How to install and use it in an Eclipse Project
When I run my code in terminal,
local function main()
local socket = require ("socket.http")
end
main()
I get this error/message: module 'socket.http' not found:
no field ...
0
votes
0answers
6 views
eclipse jpa configuration use existing console configuration or connection profile for Data base connection
I am using eclipse to generate the Entities from table but when I right click on project
and then JPA tools generate Entities from tables I get a strange GUI which has this message
use existing ...
0
votes
1answer
13 views
Eclipse RCP - conditionally displaying menu
I am working on an Eclipse RCP product (based on Eclipse 3.6) which has multiple applications/plugins.
Following is the use case in which I have got stuck:
There are 3 plugins A, B and C. I need to ...
0
votes
0answers
14 views
How to create a customized catalina.jar?
I am using tomcat 6.0.18 for my web project, where we have customized the tomcat and created a catalina.jar. Now again we are going to upgrade the tomcat6 to tomcat 7.0.40 where the same ...
-2
votes
1answer
20 views
When Starting up Eclipse C/C++ it doesn't open but gives a error. Java was started but returned exit code=13
I just wanted to start learning programming in C so i downloaded Eclips C/C++ but when i try to launch it its says: Java was started but returned exit code=13.
But the normal eclipse for java works ...
0
votes
0answers
14 views
How to save a photograph to MySQL from GWTUpload SingleUploader?
I am using Eclipse Juno and GWTUpload SingleUploader to select and display a photograph. There are a few minor issues however the next major thing to do is save the input to MySQL. So how do I now ...
0
votes
0answers
19 views
android/java/src/pcf: No such file or directory
I have tried to debug native c on Android,
but get the following error:
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was ...
0
votes
0answers
8 views
Eclispe RCP webserver: Webserver document root external to plugin
In my RCP application I'm using an Apache Jasper Servlet which initializes its web document root via the following Activator:
package com.xyatz.avb.mob.webapp;
import ...
0
votes
1answer
38 views
Can't import Android google-play-services_lib
It's second day I've been fighting with Eclipse trying to import Google Maps API v2.
I have tried hundreeds of variant, but the library or is not imported and no accessible from my project or Unable ...
0
votes
0answers
29 views
Eclipse creating projects every time to run a single file?
i am a beginner using eclipse CDT.
usually in DEVc++ or other lightweight IDE's we can directly open and edit a single .cpp file from desktop and run it.
on the other hand i cannot find this simple ...
1
vote
2answers
21 views
How to get folder from OSGI bundle?
I have own OSGI bundle that have folder inside with some resources. How to read that folder from bundle and get all children of it?
I used before following code.:
Bundle bundle = ...
0
votes
0answers
24 views
Unable to load a debug configuration in eclipse
I have problems loading files into custom debug configurations in eclipse . ( Similar post to load java files , here i have my custom files that i want to load . Creating and Using a Run Configuration
...
0
votes
1answer
16 views
How to Increase the speed of the searches in eclipse.?
My eclipse internal searches like file search became slow suddenly, is there any way to increase that speed?
0
votes
1answer
20 views
Eclipse -> Glassfish won't incrementally deploy - JBOSS does
I've started in a new job developing Java EE 6 apps with an Ubuntu workstation.
Glassfish is the main App Server I've been using for a year or so now and am quite familiar with it. I've also tried ...
0
votes
0answers
12 views
Configure home page in Axis 2 web service
This maybe a very basic question but I haven't found any answer on google. I'm creating a bottom-up web service using Axis 2 wizard in Eclipse. While I can successfully deploy created webservice in ...
0
votes
3answers
68 views
what is the procedure for generating R.java in android Eclipse juno
I have installed eclipse juno and also added the plugin's of the android sdk. After installing android SDK manager, I've created a new android project, but a problem arises in R.java file. R.java ...
0
votes
0answers
21 views
How do you call java code in Apache ODE using BPEL
I have implemented HelloWorld in a BPEL project and successfully run it.
As the next step, I want to run some java code through Apache ODE using BPEL.
0
votes
1answer
12 views
Eclipse RCP: Create a file inside the plugin location
I'm trying to add a simple text file into a plugin at runtime but I don't know how to continue.
I know how to check if a file exists and how I can access it but I can't figure out how to create one.
...
0
votes
3answers
61 views
How to start 2nd Jframe by click menu item in 1st java windows application (Jframe)
I am using eclipse 4.2 with Java.
I have 2 java program : AppWin.java Form1.java
AppWin.java is gui windows application with menu/menu item1.
Form1.java is a Gui Jframe
I like to call Form1.java ...
0
votes
0answers
50 views
I am getting 404 error suddenly, I am using tomcat 7 +Eclipse juno
My browser is saying below status
HTTP Status 404 -
type Status report
message
description The requested resource is not available. Apache
Tomcat/7.0.33
My application was ...
0
votes
0answers
28 views
first attempts at creating Application Project result in java.lang.NullPointerException error
I have downloaded the ADT bundle (yesterday), unzipped it, opened Eclipse and followed the directions from http://developer.android.com/sdk/installing/bundle.html to set it up. I then followed the ...
1
vote
3answers
46 views
Application code used to work but now crashes
Thing is my application used to run PERFECTLY but then i wanted to change packages names and classes names so i created another project and copy pasted my code and did the changes there. no error in ...
-3
votes
2answers
40 views
Details in class file [closed]
When we compile java file we will get class file which contains byte code.
My question is
The class file generated is contains information about javafile?
Because in eclipse when we created one java ...
0
votes
3answers
44 views
Run Java project (built in eclipse) using Batch File
I want to run my java project which i've built using Eclipse IDE. Now my goal is to create a batch file which will execute my project with one click. i referred question , but didn't get any idea. ...



