galileo

How do I write a Delphi Galileo IDE Expert?

HI, I want to write a small Delphi IDE Expert for D2007-D2009 (aka. Galileo IDE) in order to show a window with a TMemo instance on it, with all the component names and classes from the form designer in the above memo. The selected component will be marked with a '*'. The expert should appear on a menu/toolbar and have a shortcut assign...

How to update Eclipse from 3.4 (Ganymede) to 3.5 (Galileo)?

I've got my Eclipse 3.4 envirnoment set up nice and cozy the way I like it. Took me some time too, to find all the plugins (Mylin, PDT, Subclipse), set all the settings, etc. Now I see that some of the plugins (like PDT) only support 3.5 in their latest versions. Is it possible to update from 3.4 to 3.5? I'd hate to do it all again. I ...

Trouble debugging C++ using Eclipse Galileo on Mac

I am trying to debug c++ code using Eclipse Galileo on my MacBook Pro running Leopard. It's my first time trying this. I have a complicated c++ program I'd like to debug, but to test things out, I just tried to debug and step through the following: #include <iostream> using namespace std; int main() { int x = 0; cout << x << endl; ...

Problem with Eclipse plugin in Ubuntu

Hello everyone, I am trying to install the m2eclipse plugin in Eclipse 3.5 on Ubuntu 9.04 Jaunty via the update manager and can't figure out this problem. After I downloaded and installed the plugin, I restarted Eclipse and checked the Preferences - no Maven there. I double checked the configuration. I can see the m2e plugins I install...

Why is Galileo update site empty?

I just installed Eclipse Galileo for Java developers and noticed that the update site list is empty. Does anyone else have the same problem? I don't know the URL's for the update sites. ...

Are there any working Lua plugins for Eclipse Galileo?

I do a lot of work in Lua and work primarily in Eclipse Galileo. Unfortunately, there doesn't appear to be a working plugin for syntax highlighting. I've tried pretty much all available versions of LuaEclipse and LunarEclipse (including beta previews) but has gotten me nowhere. In both cases I get errors while installing them, referrin...

How to deploy on JBoss exploded web application from Eclipse Galileo?

Is it possible to deploy on JBoss exploded web application(not archived war file) from Eclipse Galileo? ...

Eclipse - Mac Os Default JRE missing

The list of installed JRE's is empty, when I click "add" the only options I'm given are - Execution Environment Description, Standard 1.1.x VM, Standard VM. There's no option for a MacOS Default JRE and choosing standard VM results in the usual "Standard VM not supported on MacOS". Eclipse Galileo, Mac OS X 10.5.8. Any suggestions muc...

Eclipse Galileo does not deploy external jars into WEB-INF/lib directory

I created new web project testweb. By default default output folder is testweb\build\classes. Added some jars to build path. Then selected these jars in "Java EE Module Dependencies" in order to Eclipse put this jars into WEB-INF/lib during deploying on some server. Then I deployed this web application from Eclipse on server(JBoss). ...

Eclipse Galileo click problem on Ubuntu 9.10

I've just upgrade my Ubuntu from 9.04 to 9.10 and I'm experimenting a very annoying problem with Eclipse Galileo. The problem is that Eclipse doesn't catch some button clicks. For example, I've tried to install a plugin and I clicked on next, and then nothing happened. I didn't have the same problem before the upgrade of my Ubuntu vers...

Eclipse - Galileo IDE force save of changed files before build?

Hi, When I used previous versions of Eclipse (e.g. Ganymede/Europa) if I had edited a file and then attempted a build Eclipse would prompt me to save first. Since I updated to Galileo (Build id: 20090920-1017 & just checked for updates) when I build I'm not prompted to save first. Perhaps the dialog had a checkbox for "don't tell me a...

Eclipse Galileo

After extracting the Eclipse Galileo, it worked fine for a couple of days. But lately when ever I run it. It throws an exception/error : Eclipse Galileo Error: there is no disk in the drive. please insert a disk into drive device harddisk2 dr2 Though I tried to remove it, and extract it again, however it still give me the same error! ...

how to configure hibernate 3.3 in eclipse galileo?

i am working on galileo but i am not able to find the plugin for hibernate 3.3 can anybody send me the plugin link please. it's urgent. and also send me the spring 2.x latest version plugin also. Thanks in advance, Bhuvan Yadav. ...

Eclipse Galieo - No completions available

Eclipse Platform 3.5.1.M20090917-0800 org.eclipse.platform.ide EPP PHP Feature 1.2.1.20090918-0703 org.eclipse.epp.package.php.feature.feature.group When I write $_var = new MyClass(); and press Ctrl+Enter, i see class methods, but when i write public $math; ... $this->math = new BaseMath(); and press Ctrl+Enter, i see "no compl...

Why does my Eclipse Galileo not have Windows->Preferences->Server page?

I downloaded Eclipse Galileo (3.5.1) SR1 and Eclipse SDK 3.5.1 and neither of them have a "Server" page on the Windows->Preferences screen. Any ideas why? Tx. ...

Eclipse Galileo Proxy detection by URL.

Hi, In earlier versions of Eclipse I was able to add an URL to auto detect the proxy settings. How can I tell Eclipse to use an Auto Proxy Configuration URL? THX ...

Alternative to Galileo GWS

Please note that this Galileo is absolutely not related to Java. Galileo is basically a set of web services which can be used to book airline tickets. Originally, it was supposed to be used via Galileo Desktop, whereby operators would enter various commands to perform required operations. For example, SA*AZ610J20JULFCOJFK will "Disp...

eclipse galileo not responding ubuntu 64-bit

I'm having a problem with eclipse galileo on ubuntu 64-bit system. when ever i open it the splash scree turns gray but keeps loading and then when eclipse opens it shows the secure storage password request and hangs. I dont know what could be wrong, it used to work fine before, if you have or had the same problem please tell me what to d...

CTRL+click to open method declaration doesn't work on Eclipse 3.5 (Galileo)

In a J2EE project Ctrl+click on methods (usually only local methods, ones that belong to the same class) doesn't jump to that method declaration. The eclipse project was created using Gradle so that might be an issue, also when Eclipse starts the log has the following exception: A handler conflict occurred. This may disable some c...

J2EE _ Eclipse Id Exception

i import an existing simple stateless session bean project in to my eclipse Galileo workspace. it uses Jboss 4.2 server. The problem is, while try to congiure the project into server it will not shown in servers's available project list. later i try to add the project by right clicking the server but it says " there are no resources that...