ganymede

Subclipse with SVNKit Adapter

Hi, I have two questions and some context. I am installing Subclipse 1.4.x into Eclipse Ganymede and I'm thinking that I should use the SVNKit Adapter. I'm using Ubuntu 8.04 which comes with Subversion 1.4.x and since the JavaHL Adapter requires Subversion 1.5.x using a pure Java solution like SVNKit seems like a good solution. Which p...

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 configurations: ... --launcher.XXMaxPermSize 256m -vmargs -Xms40m -Xmx512m -Xss2m -Djava.net.preferIPv4Stack=true -Dcom.sun.management.jmxremote And according to JConsole and the internal heap monito...

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 Web Tools for Eclipse and the option is still unavailable. Which plugin/feature allows f...

Anyone problems with PDT 2.0 and Eclipse 3.4.2?

I just installed Eclipse 3.4.2 with PDT 2.0 and it seems that in PHP perspective I'm unable to see any files in the project. When I switch to J2EE view I can see all the files in the project just fine. Anyone know whats going on? ...

Hot Deploy for JBoss on Eclipse 3.4: Ganymede

Hello, I am using Ganymede (Eclipse 3.4) to do some Java EE based web development targeting a JBoss 4.2 application server. I have always liked Eclipse very much for a Java editor. The thing is, for Java EE is not as useful as one might think. It's buggy, deployment and debugging is very slow, and you have to re-deploy your Java EE ap...

[Eclipse Ganymede] Converting a Java Project to a Dynamic Web Project

Hey, I'm using Eclipse Ganymede to create a web application, but the project's currently just a standard Java project. I want to convert it to a Dynamic Web Project and I need a hand in doing that. I've had suggestions given to me about editing the .project file, but when I restart Eclipse it refuses to open the project claiming the fi...

Referencing Javascript libraries with Tomcat

I am using Eclipse Ganymede and Tomcat 5.5. I would like to add some javascript and especially ajax functionality to a dynamic web project and need some help. I would like to use jquery (but I am open to other suggestions, if you tell me why another library would be better in this case, but I have chosen jquery because it is supposed to...

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 invalid, or it is no longer available for download. This happens when the file...

What is an easy Mylyn task repository to use for a small (~40 devs) project?

I'm currently the only developer using Eclipse Mylyn integration (I'm the experimental one). I have two repositories configured - Bugzilla, which the project uses for internal bug tracking and a Local repository. I use the Local repo for organizing the stories I am working on for the iteration. What I'd like to do is make that Local rep...

Eclipse Ganymede not validating tag files properly

When editing foo.tag with a line like: <h1>Header</h1> it says on the <h1>: "Unknown tag (h1)" it says on the </h1>: "Error" This only happens in tag files, not JSPs. Ayudame? ...

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 ...

How to install a custom plug-in in Eclipse Ganymede?

Hi, We have a custom plug-in. That is, the company where I'm working developed it in house. I would like to install it as an available plug-in in Eclipse Ganymede. How do I do that? From what I can figure out, the Eclipse software install only supports installation from Eclipse software update sites. I went to Help -> Install New Soft...

Eclipse plugin: content assist working in Galileo, not Ganymede

Hi, 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 custom Configuration class that extends SourceViewerConfiguration, overriding public...

Eclipse Error On Startup

Eclipse was running fine last night, but this morning I tried starting it up and I came upon this error: Here's the log !SESSION 2010-04-07 17:58:37.208 ----------------------------------------------- eclipse.buildId=I20080617-2000 java.version=1.6.0_13 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=wi...

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 another (or even into another project). I blamed this on fatfingers the first couple times...

JNI dll in Ganymede

How do I import a dll into my dll project in Eclipse Ganymede? I am creating a dll for JNI. I included the .h of the dll but I keep getting errors about the function not referenced... Please help. Thanks. ...

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 installed: Google Plugin for Eclipse 3.5 1.3.3.v201006111302 (com.google.gdt.eclipse.suite.e35.fe...

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 tunnel (error checking removed for brevity's sake): Connection conn = new Connection(remoteH...