Ganymede (or Eclipse Ganymede) is the code name for the annual release of Eclipse projects in 2008.
Questions tagged [ganymede]
52 questions
0
votes
2 answers
What causes ch.ethz.ssh2.Connection to have a hang time?
I am currently using ch.ethz.ssh2.Connection to connect to my servers in java. sometimes it hangs on one server.(maybe like 10-15 seconds). I wanted to know what causes this hang time and how to avoid it.
Connection sample
conn = new…

JayC
- 2,144
- 8
- 42
- 77
0
votes
0 answers
'Watch' command doesn't work in bash script called by Ganymed library in Java
I've a script. It looks like this:
#!/bin/sh
watch -n300 java -jar myapp.jar > out.log &
mkdir aaa
echo "App accesa"
When I call this myscript.sh from my app in Java with the Ganymed library it doesn't execute the watch statement but the 'aaa'…

Davide
- 1,931
- 2
- 19
- 39
0
votes
1 answer
Continuous Execution of commands in Linux using Ganymed SSH
I am using Ganymed SSH to execute commands in my Linux Machine from Java application. I have to execute 100 commands one by one.
For this in my code under for loop I am opening and closing the session for each iteration. But it is throwing some…

Prakash Gupta
- 55
- 1
- 9
0
votes
1 answer
Eclipse Gynamide and JDK compatibility
i am using JDK1.4.2_02 on my system, which is required to run my ATG Dynamo server. I have tried to run Eclipse 'Ganymede'-( 3.4/3.4.2). But facing problem, its asking to use JDK1.5, which I cant use. Since ATG Dynamodosent run on JDK1.5 .
I googled…

Mayank Tiwari
- 83
- 1
- 2
- 11
0
votes
1 answer
Install additional software for eclipse ganymede
for some reason, i must use old version of eclipse Ganymede for developing. When install, it just has JDT for programming java. I want to add CDT for programming C. But I don't know update site of this version. I have tried this link:…

hqt
- 29,632
- 51
- 171
- 250
0
votes
3 answers
Are there other trusted download sources for Eclipse Ganymede 3.4.2? It's no longer available on eclipse.org!
Eclipse.org took it off for some reason. When trying to download Ganymede, the server says the files are not there. I need it for Mac OS X Cocoa 32 bit. J2EE or the lightweight version.
Eclipse downloads - file unavailable
The selected file is…

Thanks
- 40,109
- 71
- 208
- 322
0
votes
1 answer
Eclipse Ganymede throws null pointer exception
my eclipse IDE throws a null pointer exception from time to time on a very regular basis (every 3-4 days). First my Java EE project(s) will not compile and will output a nullpointer exception in the errors tab.
I made sure that my project facet…

bouncingHippo
- 5,940
- 21
- 67
- 107