Thursday, 17. October 2013
Ende November (na ja, eigentlich Anfang Dezember) ist es soweit - da veranstaltet die JUGS wieder das Eclipse Demo Camp Stuttgart. Wer also am 6.12. noch nichts vorhat, ist herzlichst dazu eingeladen. Oder wer einen Beitrag dazu leisten will, kann das gerne tun.

Ich hoffe, man sieht sich...

... link (0 Kommentare)   ... comment


Thursday, 17. June 2010
Eclipse Demo Camp ruft...
Bald, bald, bald kommt die neue Eclipse-Version "Helios". Und passend dazu gibt es am 30. Juni ein Eclipse Demo Camp in Stuttgart als kleine Einstimmung auf das Java Forum Stuttgart...

... link (0 Kommentare)   ... comment


Monday, 5. January 2009
Eclipse-Update repaired (MacOS-X)
Today I started from Eclipse an software update on my Mac. After the update I was asked to restart Eclipse. But after the restart only an error box with "eclipse executable launcher was unable to locate its companion shared library".

The solution for this problem I found on www.eclipsezone.com/eclipse/forums/m92238097.html:
  • edit the file Eclipse.app/Contents/MacOS/eclipse.ini
  • correct the entry for --launcher.library
But where is the Eclipse.app directory? When you go the Eclipse installation directory with the Finder you see Eclipse.app as program icon, but not as directory. So I started a terminal (oh yes, I'm not a born Mac user) and started the following commands:
cd /Applications/opt/eclipse   # my install dir for Eclipse
cd Eclipse.app/Contents/MacOS
vi eclipse.ini

You can use another editor, of course. But I don't know which other editors are available from the commandline.

After this "repair" I was able to start Eclipse again.

... link (0 Kommentare)   ... comment


Tuesday, 11. November 2008
C++ mit Eclipse programmieren
Auch wenn Eclipse eigentlich als Java-IDE auf die Welt kam, ist es inzwischen Basis für viele andere IDEs und Anwendungen. Als dann der Franzis-Verlag mit Anfrage nach einem C++-Buch mit Eclipse auf mich zukam, war ich diesem Vorschlag nicht abgeneigt. Und jetzt ist es endlich soweit - das Buch C++ mit Eclipse programmieren ist draußen.

Hauptsächlich hatte ich die Beispiele unter Linux und MacOS-X entwickelt und getestet. Am Ende habe ich die Beispiele natürlich noch unter Windows getestet, da dies immer noch die vorherrschende Plattform ist. Da ich bewußt auf Windows- und Grafik-Programmierung verzichtet habe (hier unterscheiden sich die System zu sehr), gab es zum Glück keine größere Probleme.

Größere Probleme bereitete mit hingegen die beiliegenden CD, da es sich hierbei um ein bootbare CD mit einem Knoppix-Derivat handelt, die alles für den schnellen Einstieg mitbringt. Haupthindernis waren die lange Turnaround-Zeiten: Ändern - CD brennen - booten - testen - wieder ändern usw... Aber ich denke, der Aufwand hat sich gelohnt.

... link (0 Kommentare)   ... comment