0
votes
0answers
15 views

Mac keyboard shortcut for “run last class” and “toggle breadcrumb”

Is there a keyboard shortcut for "run (last class)" in eclipse for Macbook pro? The icon for this is the running man in motion. I've searched for it but I can't find a keyboard shortcut. I want my ...
1
vote
0answers
26 views

Eclipse Java OSX debacle - May 2013

I can't believe this problem is still around. I struggled with this last year and after recently rebuilding my system it is still around?? Fresh install of OSX 10.8 Mountain Lion Install JDK 7u21 ...
0
votes
0answers
24 views

How to use dylib file?

I am trying to install a robot simulation software called V-Rep where to remotely simulate the robots, I need to have remoteApi.java and remoteApiJava.dylib files. I can't seem to figure out how to ...
0
votes
1answer
27 views

How to make jar files that draw from a source folder

I've been wanting to make executable jar files with java lately. When executing my code with Eclipse it works perfectly. But when I use Eclipse to export the same code as a runnable jar, Most of my ...
1
vote
1answer
42 views

Unexpected EOF when linking Arduino project in Eclipse on OS X

I have been trying to link Arduino and Eclipse, and I feel like I'm close. Where should I start looking for this? Similar errors have been caused by extra/incomplete quote blocks (according to ...
0
votes
1answer
38 views

Junit, Selenium, and NoClassDefFound

I feel like a complete newb here. I recently switch to using a Mac for development and i'm running into problems with some of my projects. I feel like its a class pathing issue within the macs ...
0
votes
1answer
38 views

C++ using eclipse juno on a mac - “binary not found”

Okay so I've been to every corner of the internet and cannot solve this. I had a java installation on eclipse juno and I installed the CDT plugin to develop C++ applications with it. I get the binary ...
1
vote
1answer
62 views

C++ compiles on Windows but errors under OS X GCC

Following code compiles just fine under Visual Studio 2012 Express, Windows 8 But on my preferred platform, Eclipse Juno, GCC 4.2 on OS X I receive the following error: ../src/Test.cpp:20: error: ...
0
votes
0answers
29 views

Create Project SVN repository eclipse, OS X 10.8

I would like to create a new project in eclipse on my mac, when I try to enter the URL of the connected afp server I get an error saying "Field 'General > URL' contains malformed URL: '0x00000001: ...
2
votes
0answers
80 views

ADT Bundle for mac is damaged

I download the ADT Bundle for mac and save it under /development. When I try to open eclipse, my mac says "Eclipse" is damaged and can't be opened. You should move it to the Trash. I trash the whole ...
0
votes
0answers
26 views

Eclipse opens blank workspace

I have this weird issue where the following happens: fresh eclipse juno install (with all updates applied) works fine for a while asking which workspace I want to open with a dialog on startup after ...
1
vote
1answer
30 views

How to open multiple Spring STS instances on mac

Any time I double click the STS icon it opens the same instance again. How can I open multiple instances?
0
votes
1answer
49 views

How can I get pkg-config to work within eclipse juno (Mac OS X)?

I try to get gtkmm running within eclipse. This is my makefile (without the cleaning): all : main.cpp @export PATH+=/opt/local/bin; @echo PATH=$(PATH); g++ -v `pkg-config gtkmm-2.4 --cflags` \ ...
4
votes
2answers
44 views

(Eclipse - OS X) How do you copy from javadoc popups?

Coming from Windows, when I use Eclipse and mouse over a class / method / variable that has a javadoc - a javadoc window pops up (or alternatively you can hit F2). Eclipse on Mac OS X 10.8.2 has the ...
0
votes
1answer
108 views

Failing to force Python 2.7.4 to run in 32-bit mode on OS X 10.8.3

I have been trying to force Python 2.7.4 to run in 32-bit mode on OS X 10.8.3 by default. I can get Python to run in 32-bit mode by running python32. But when I try to configure Eclipse+PyDev to run ...
1
vote
2answers
52 views

Why is Eclipse not recognizing Java libraries?

Possibly I am misunderstanding the problem, so I may be asking the wrong question. I am using Mac OSX 10.8.3 and I am creating an applet in eclipse. When I try using import java.* where * is awt, ...
0
votes
0answers
24 views

Eclipse C++ on Mac not compiling empty projects

I have installed Eclipse C++ on my Mac OS X, and I have installed Xcode (including the command line stuff in the preferences). When I build and run the sample "Hello world" program in Eclipse, it ...
1
vote
1answer
25 views

Eclipse Juno OSx Tabs too large

The new style tabs on eclipse Juno are just too big (specially on height) on MacOSx!! Insane waste of space! Any ideas on having them smaller?
0
votes
2answers
92 views

Building opencv example in OS X 10.8 with eclipse

I'm trying to build the following example using Eclipse in OS X 10.8: //============================================================================ #include <opencv2/core/core.hpp> #include ...
1
vote
1answer
15 views

Rename Multiple Installations of Eclipse to Distinguish them in OS X Doc

I have several installations of Eclipse for different type development. In the past I've just renamed Eclipse.app to "Eclipse Juno STS JDK 1.7.app". Its a leaky solution, because an Eclipse.app gets ...
2
votes
1answer
196 views

GWT_HOME does not exist (mac 10.8.3)

I'm running Eclipse Juno on a mac os 10.8.3. I installed GWT (2.5.2) plugin with eclipse, but when I try to run my project, there's always this error: BUILD FAILED /../../${env.GWT_HOME} does not ...
3
votes
2answers
129 views

importing a whole project into Maven (Eclipse Juno)

I have a folder that contains some Java code, written specifically for Linux. There is a pom.xml file and two folders called: src and build I have installed Eclipse Juno on my Mac (10.7.5) and I ...
1
vote
1answer
48 views

failed to rename directory eclipse in mac

I am in trouble while downloading sdk s in eclipse . I am using mac . When I try installing or updating sdks , I got an error such that /Users/psyfk/android-sdks/extras/android/support to ...
1
vote
2answers
80 views

Executing .java in MS Window

I am beginner in Java. Recently I used Eclipse in Mac to build a project which output below .class in bin folder of the workspace: Main.class MianWindow.class PaintPanel.class ... I can exexute ...
0
votes
0answers
24 views

mac Eclipse CDT does not print result in console after assigning value to absolute memory address

From this thread, how to assign a value using address? I make a test in my eclipse in my mac (10.6) int main(void) { int val=1; int *ptr=0; printf("val=%d, &val=%p\n",val,(void ...
2
votes
1answer
45 views

Eclipse does not confirm exit when hitting command + q

I generally close tabs while using Eclipse with command+w, however, sometimes hit command+q by mistake. Even though I have Eclipse set-up to warn me when exiting (Preferences -> General -> Start-up ...
0
votes
0answers
161 views

Hadoop Eclipse setup on mac

I have hadoop setup on my mac and its working fine. However, I am unable to setup my eclipse properly. I am on hadoop version 1.1.1. Since, this is mac, there is no virtual machine involved (although ...
1
vote
2answers
39 views

Adding Maven Installation to EClipse

I am following our wiki page and first we install Maven with HomeBrew and change the path to look like this: Apache Maven 3.0.4 (r1232337; 2012-01-17 02:44:56-0600) Maven home: ...
0
votes
2answers
57 views

Mac eclipse set workspace to dropxbox causes startup crash

Eclipse was working fine until i decided to switch workspaces to my dropbox folder. After that, trying to launch eclipse would bring up the logo startup screen shortly followed by a crash saying "an ...
0
votes
0answers
17 views

How to bind fn + delete on Eclipse?

I am using Eclipse Juno on MacBook air. On most OS X apps, fn + delete deletes next character. But this doesn't work on my Eclipse installation. I tried to change key configuration, but fn + delete ...
0
votes
1answer
128 views

Failed to parse the output of adb version? MAC

I have used Android ADT bundle in Windows 7. There is no issue. But when I try to use Android ADT bundle in MAC, I'm getting the following error in Eclipse: dyld: unknown required load command ...
0
votes
1answer
95 views

Redo-shortcut vanished - eclipse on OSX

For quite a while my Eclipse Juno won't let my redo my undo's via shortcuts, although the binding is set properly and I didn't change a thing. You can see there's something wrong here as the shortcut ...
1
vote
2answers
53 views

Can't both add a JAR to my Java project in Eclipse and have it seen in Git

I am new to Java and all. I have a project and there is an external JAR file (Apache POI) which I want to add to it. So I created a directory called vendor and put the file there and went to Eclipse ...
1
vote
0answers
54 views

Eclipse error on Mac <iostream> [duplicate]

Eclipse will not allow me to include iostream, it says unresolved inclusion. I'm on a mac 10.8.2, and have also downloaded Xcode. i read something about going to preferences and adding a new path, but ...
0
votes
0answers
52 views

Cannot Create SD with Eclipse AVD on Mac 10.5

EDIT: I'm sorry if I haven't provided enough information. But if you would need some bit of information to be able to answer this, please just let me know what it is and I'll put it up here. I am ...
0
votes
0answers
130 views

Eclipse Juno for Java Developers Mac OS X not working - launch results in Java Error

I just downloaded Eclipse for Java developers, for Mac OS X 64bit. I unzipped the archive and started Eclipse, but immediately I received this error: I have found a post that hinted at adding this: ...
1
vote
0answers
129 views

Eclispe gives an exeption (org.eclipse.core.runtime.CoreException)

Sometimes when i try ti start eclipse it gives me an exception, I am using Eclipse Juno and in this case using the PHP plug in on a mac with OSX 10.8 I tried to remove some recently installed ...
-1
votes
1answer
73 views

Eclipse shortcuts on MacOS [closed]

please teach me some shortcuts line swapping with above or below rename variables consistent which has same names (It's Alt+Shift+R on windows Eclipse)
0
votes
0answers
68 views

Segmentation fault issue when I try to load JNI library

I tried to load a JNI library and having a segmentation fault issue. in fact, at the first time, I have to use these code // 1 Loading GIac. try { System.out.println("Loading ...
0
votes
0answers
72 views

Error: Build Failed Reason: Unable to find ANT builder (OS X 10.6, eclipse)

I am a total green pea with this Java business. I'm using Eclipse as my weapon of choice and can't seem to get my program to run. The same error occurs each time, and my efforts of researching the ...
0
votes
1answer
30 views

Eclipse OSX Keyboard shortcuts find/replace

Been using Eclipse for years in Windows and when I do a Find/Replace I use keyboard combinations like alt+d for and alt+n for "Replace next"/"Find next". On Mac there doesn't seem to be a way to do ...
0
votes
1answer
65 views

Cannot step over breakpoints in Eclipse

I am using Eclipse to develop for Android. My test platform is the Android emulator using 4.2.2. Whenever I start the program in debug, it breaks on breakpoints just fine. However, if I try to step ...
0
votes
0answers
96 views

Running numpy, scipy and matplotlib on Eclipse for Mac 10.5

I'm new to Python and I'm having trouble importing numpy, scipy and matplotlib on eclipse. I have installed PyDev, configured the interpreter with the site-packages(numpy,...), however I just can't ...
1
vote
1answer
96 views

Error creating Cordova 2.2.0 project for Android with Eclipse on OS X

I'm creating a PhoneGap project for Android on OS X, and have installed all the prerequisites. When creating the app from the terminal of PhoneGap, it is showing me the error: Project Already ...
0
votes
1answer
427 views

Eclipse windowbuilder java 1.6 1.7

I have just installed WindowBuilder for Eclipse and java 1.7 JDK, but when I create a new JFrame in Eclipse, and try to open the "design-view" in WindowBuilder I get the following error: "Eclipse is ...
1
vote
0answers
45 views

Can't open Eclipse in new workspace

I work upon an Android project on MacOS. Recently i had to create a copy of my project in another location. Say it was Users/user/SVN/Applications/BarPoject/AndroidBarProject and now it is ...
1
vote
0answers
70 views

How to switch workspace in Eclipse?

I work upon an Android project on MacOS. Recently i had to create a copy of my project in another location. Say it was Users/user/SVN/Applications/BarPoject/AndroidBarProject and now it is ...
2
votes
1answer
190 views

Why Does Eclipse (Juno) Ignore Key Bindings for “Ctrl+Shift+Arrow”?

In Eclipse on OS X, I find the default behavior of the Ctrl Shift → and Ctrl Shift ← key combinations extremely annoying. To make those combinations behave like every other editor on OS X, I changed ...
0
votes
1answer
56 views

Swapping Option and Command keys (emacs-style) in Eclipse

Choosing the emacs key bindings in Eclipse on OS X is nice, but the Option and Command keys need to be swapped to be convenient. This is a problem in emacs itself under OS X. The solution under emacs ...
0
votes
0answers
247 views

Install Aptana Studio3 plugin on Eclipse

I have OS X Lion, Eclipse 4.2.1, PyDev 2.7.1 with all updates applied. Trying to install Aptana Studio 3.3.2 Eclipse plugin but when I try (http://download.aptana.com/studio3/plugin/install), I get ...

1 2 3 4 5 11