Questions tagged [ganymede]

Ganymede (or Eclipse Ganymede) is the code name for the annual release of Eclipse projects in 2008.

54 questions
1
vote
3 answers

Eclipse Ganymede for OS X contains no HTML formatter. Alternatives?

In Eclipse 3.4 for Windows, the Source -> Format option for formatting Java code was extended to format HTML code. However, for OS X, this option is disabled. Additionally, there are no formatting options in the Preferences. I've downloaded all the…
thebossman
  • 4,318
  • 10
  • 32
  • 45
1
vote
2 answers

Anyone else have Eclipse 3.4 with Flex Builder crash constantly due to OOME?

I should first say that I'm pretty familiar with configuring Eclipses memory settings. I'm currently using a variant of one of the posted…
Jason Maskell
  • 1,456
  • 1
  • 14
  • 24
1
vote
4 answers

How to end a thread in executor service if thread takes too long?

Sample executor service static class MyRunnable implements Runnable { private String serverName; public MyRunnable(String serverName) { super(); this.serverName = serverName; } @Override public void run() { …
Jesse
  • 1,694
  • 6
  • 23
  • 61
1
vote
1 answer

Eclipse Version differences

I currently use Eclipse Helios, and I need GWT Designer and GXT for my project. I also comfortably uses Aptana for Ruby which is also installed on Helios perfectly. The database I need to use for my new project however would be IBM DB2, and I need…
Magician
  • 1,434
  • 3
  • 21
  • 35
1
vote
1 answer

Java Ganymed ssh tunnelling... How to check that a tunnel is still open?

I have an ssh tunnel created with Ganymed's LocalPortForwarder class. It's working fine. The question is how (programmatically in Java) do I check that the tunnel is still open and active? For reference, here's the code snippet that creates the…
1
vote
1 answer

Can't add Google Plugin for Eclipse to Eclipse for Java EE developers (Helios edition)?

I just installed Eclipse Helios (Java EE edition) and tried to install the Google App Engine plugin for Eclipse. I get the following error: Cannot complete the install because one or more required items could not be found. Software being…
apfel
  • 207
  • 1
  • 8
  • 11
1
vote
1 answer

Does Eclipse Ganymede have a mouse-click bug in the Navigator view?

I've had to downgrade from Galileo to Ganymede in order to use the version of the FlexBuilder plugin that we are licensed for. Since the downgrade, I have several times accidentally dragged files or entire folders from one part of my project into…
Brian Deacon
  • 19,494
  • 12
  • 36
  • 40
1
vote
1 answer

Eclipse plugin: content assist working in Galileo, not Ganymede

I am writing a custom editor in a plugin, and I developed it in Galileo. Now I'm trying to run it in Ganymede, but content assist doesn't work. There is no error, just nothing happens when I type "ctrl+space". The way I'm doing it is by providing a…
erwan
  • 1,211
  • 5
  • 14
  • 28
1
vote
2 answers

Using .NET's UserControl as an embedded control via COM

I'm porting an existing .NET 3.5 application into a plug-in for Eclipse. I want to have my custom UserControl, written in C#, embedded within Eclipse; I've exported it successfully as a COM Control, and it works well in Eclipse Europa. In Ganymede,…
user25739
  • 11
  • 1
1
vote
1 answer

Eclipse Ganymede not validating tag files properly

When editing foo.tag with a line like:

Header

it says on the

: "Unknown tag (h1)" it says on the

: "Error" This only happens in tag files, not JSPs. Ayudame?
dfrankow
  • 16,533
  • 35
  • 121
  • 177
0
votes
2 answers

Eclipse ganymede startup error

I have an eclipse installation on an windows 7 64 bit machine. Everytime I start the eclipse ganymede (by double clicking eclipse icon) I see this problem. ...See image... I see win32 in the image snapshot could this be a problem? I do not see any…
Ayusman
  • 7,715
  • 20
  • 72
  • 128
0
votes
0 answers

Preventing a new eclipse instance created while testing eclipse plugin

We are using eclipse Ganymede version 3.4.2. The test cycle for our plugin under test is very slow. One reason is that a new eclipse instance is created, while testing the plugin, by Ganymede. Is there anyway to avoid this and have the test cycle be…
user179056
  • 574
  • 17
  • 34
0
votes
0 answers

SSH2 Ganymade Exception ch.ethz.ssh2.channel.ChannelClosedException: SSH channel is closed

I am using juniper-netconf to connect to switch using juniper netconf-1.0.1. I am getting "ch.ethz.ssh2.channel.ChannelClosedException: SSH channel is closed" exception while fetching Interface. what is cause of this? class ConnectionWrapper { …
0
votes
1 answer

can't login to blackberry developer zone id

I am trying to download the BlackBerry plugin for Eclipse Ganymede. However, It requests for a Developer Zone ID and password. I registered using this link: https://origin-bdsc.webapps.blackberry.com/bdsc/?lang=na#register However, the registration…
user522559
  • 239
  • 5
  • 13
0
votes
1 answer

Ganymed SSH2 JAVA, tips: Command not found

Ganymed ,execCommand("java -version") Tips:bash: java: command not found But I use Shell tool, i can get the java version。 the ganymed can't get the local environmental variables? How can i do it?