0
votes
3answers
14 views

Java How to copy part of a url in webdriver?

I want to know how can copy the "?ned=us&topic=t" part in "http://news.google.com/?ned=us&topic=t". Basically, I want to copy the path of the url, or the portion after the ".com". How do I do ...
0
votes
1answer
15 views

Breakpoint does not work for an Android project in Eclipse EE

I am working with an application in Android. I put the eclipse Breakpoint in some classes, It stops on that break point and start to debug. Then I use the debugger Breakpoint on some other classes ...
0
votes
1answer
8 views

Export Eclipse NAT Table to CSV/Excel

I am currently working on a project that uses a nat table to display data to a user. I am wanting to add an option to export this nat table to a csv file or an excel document. Is there an easy way to ...
1
vote
1answer
17 views

CORS support for a Jersey app with WADL

I have a Java Application in Eclipse. Using Jersey, it successfully creates a webpage locally (localhost). The problem is I have a javascript on another server trying to access that webpage and it ...
0
votes
0answers
35 views

App crashing on Android when clicking a button

I am getting the following Logcat information when I click a button on my app: 06-19 11:24:45.308: E/AndroidRuntime(11498): FATAL EXCEPTION: main 06-19 11:24:45.308: E/AndroidRuntime(11498): ...
0
votes
1answer
24 views

why does my app crash when changing activities?

import android.app.Activity; import android.os.Bundle; import android.view.Menu; public class howActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { ...
0
votes
0answers
28 views

Getting java.lang.NoClassDefFoundError in android with Eclipse

I am getting the following Logcat information when I click a button on my app: 06-19 11:24:45.308: E/AndroidRuntime(11498): FATAL EXCEPTION: main 06-19 11:24:45.308: E/AndroidRuntime(11498): ...
0
votes
1answer
19 views

Exported .java with Eclipse issue(s)

so after quite some searching I still have an issue with an exported .jar file I exported using Eclipse (it is a game using Slick2D & lwjgl if this makes any difference). Just as a note, I am ...
0
votes
1answer
18 views

How to refactor and move sub-packages along with the outermost package?

There is an outermost package and then a number of many sub- and sub-sub packages in an existing open-source project. Eg: com.example.android.outer and then com.example.android.outer.inner1; ...
0
votes
0answers
32 views

How to update warnings in Eclipse?

I am using Eclipse Juno for a Java project. I have activated different warnings in my workspace settings. Furthermore I use Checkstyle with a defined rule set for each project. The problem I am facing ...
0
votes
0answers
17 views

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows in Eclipse

I am getting following error when I try to run my Android application in Eclipse . But this is happening with only single project in same workspace. JRE version: 7.0_21-b11 Java VM: Java HotSpot(TM) ...
0
votes
1answer
26 views

How do I create a maven multi-module project with trunk/branches/tags structure?

I'm required to check-in my project, and in Eclipse I created the parent and child maven with maven. So my structure so far looks like: parent maven project --src --module1 --module2 ...
0
votes
0answers
7 views

Can a double click listener for particular object type be defined in plugin.xml?

Is it possible to define a double click listener for a particular object type in plugin.xml? At the moment I don't see any other solution than to check all the plugin views, find ui elements (Tree, ...
0
votes
2answers
42 views

Eclipse lost its ability to run/debug java applications

When I am trying to run an app nothing happens (console remains empty). I suspect workspace corruption. How to fix? UPDATE Sorry guys, my actual question was this. When I tried to create SSCCE, I ...
0
votes
0answers
51 views

Simple java program “Hello World!” not working after installing Android plugins in the eclipse

Recently I installed Android plugins in Eclipse. I am using Windows 7 64 bit and having jre6 installed Every thing for Java was fine before this, but after installing plugins I created simple Java ...
0
votes
0answers
26 views

What is the difference between get all links/buttons/fields in selenium?

I haven't found any documentation that answers this question, I'm just confused as to which command to use where- for example a link and a button could be the same thing? I'm sorry if this is a very ...
0
votes
0answers
4 views

How to pass exception message with eclipse axis2 generated bottom up java web service?

We have a legacy web service with axis2 1.5.3. The web service method throws a custom Exception, i.e. a class derived from Exception that does only call the super constructor. The client parsed the ...
0
votes
1answer
21 views

How to read picture from RSS Feed and show in android?

I try to learn RSS Feed from this tutorial. After read that tutorial I download source and test RSS Feed. but it can't read picture from RSS to show in android because my RSS have no tag media:content ...
0
votes
1answer
46 views

Back button unintentionally exiting app

Hopefully this hasn't been asked. In building an app and having successfully opened a new activity from the main activity, when the back button is pressed the app exits instead of returning to the ...
0
votes
0answers
22 views

java graphic library(processing, Piccolo, and JOGL)

I'm trying to draw a interactive scatter plot with java. There are more than a million gene data to plot. For this process I recently examined the performance of drawing(and also moving and zooming) ...
0
votes
1answer
28 views

java bracket stuff and possible XML/XSD questions :)

// Always I check the ImageAnnotation if it valid based on the AIM XML Schema AnnotationBuilder.saveToFile (imageAnnotation, "./test.xml", pathXSD); // Printing saving operation’s result. Instead of ...
0
votes
1answer
36 views

Java function getting results from a c++ code, Eclipse jni

I am very new to Android and wanted to use a Java function which displays a value returned by a c++ function. my java code is: btnCalculate.setOnClickListener(new OnClickListener() { ...
0
votes
1answer
21 views

Eclipse launch config fails : What does ResourcesPlugin.getWorkspace().getRoot().getFile() evaluate to

I am trying to load a file from an eclipse launch configuration ( Debug > Debug Configuration). However i dont think my file is in the correct place to be recognized by the eclipse run time . Here is ...
0
votes
0answers
22 views

How to commit existing project to SVN with Eclipse Subclipse?

I have an existing Java project in Eclipse: MyProject/ src/ ... all main sources test/ ... all test sources build.xml ... lots of other stuff I now want to add this ...
-1
votes
0answers
18 views

Build Path under Project Properties has disappeared

I'm trying to compile some of my code in Eclipse after setting up Maven, but when I do I get this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile ...
0
votes
0answers
26 views

Eclipse places .class files in src folder despite build path pointing to classes folder

This is a problem we've had for a while when developing with eclipse and GWT. For some reason, eclipse likes to put some .class files in src folders despite the project being setup to output to it's ...
0
votes
1answer
42 views

Java Perspective in Eclipse

Whenever I open Java perspective in Eclipse, it appears like the image. Java EE perspective is totally fine. Has anyone had the same problem and fixed it?
0
votes
2answers
16 views

Unable to get java project to recognize Open CV library

I have code that is supposed to create a video capture from my web cam and let me know that it has been found using OpenCV, but I can't even get project to recognize it as a library. I have added ...
0
votes
1answer
52 views

Using a Java Method from another Project

Similar questions to this have been asked several times, but none of the answers fits my situation. I have a Java project which I originally wrote to run on a PC. The classes containing the ...
0
votes
0answers
10 views

Receive a 404 not found using glassfish 4 from eclipse

I've searched and searched and haven't come up with much. Basically I'm trying to follow a few tutorials to get an idea of how this stuff works, namely: Your first Cup: Dukes Age and Java EE 6 and ...
1
vote
2answers
33 views

moving from win7 to mac, eclipse missing Sun import

I've used eclipse for years in a windows environment. This week I got a brand new mac pro and I'm migrating everything from windows. I copied my entire workspace from win7 box to the mac. I've ...
5
votes
2answers
46 views

Eclipse: How to tell if I am Running or Debugging a non-server application?

Eclipse will let you know if you started a server in Running or Debugging state. For example: Is there a way to get this same information for locally executed programs (i.e., desktop application, ...
1
vote
0answers
22 views

Tools to visualize relationships between object classes [duplicate]

I am looking for a tool that allows me to visualize the relationship between different java classes. I'm not looking for code generation. I'm interested the tools that excel at the visual ...
0
votes
0answers
19 views

eclipse can not locate my foregroundcameraplugin.xml file

so im making this cordova / phonegap application. I found out that The default Phonegap (Cordova) Camera Plugin calls the native camera and this makes Android Garbage Collector to kill background ...
4
votes
2answers
37 views

In Eclipse, how can I export a package and all sub-packages as a jar?

I'm trying to export a specific package and its sub-packages as a non-runnable jar in Eclipse. I right click the package I want to export and hit "Export". However, when I export the jar, it only ...
0
votes
2answers
27 views

How to dynamically create an SWT Text based on a combo selection

I have a Combo and a text widget in my dialog. When the dialog is initially loaded i only want the combo to be present , but based on a combo selection i want the Text to be displayed. Here is the ...
3
votes
5answers
69 views

Why is this Java program gives incorrect results on Eclipse and correct results when run from terminal?

Consider the following program. import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.Charset; public class HelloWorld { public static void main(String[] args) { ...
-1
votes
1answer
27 views

Issue with drawing bitmap from URL

I am relatively new to Java and Blackberry development so I am struggling a little.. I'm trying to load and display an image from a URL on the screen, here is the code I'm using to get the image: ...
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
16 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
3answers
19 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
25 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
38 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
19 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 ...
-2
votes
0answers
37 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
64 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 ...
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
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 { ...

1 2 3 4 5 326