Questions tagged [eclipse-3.5]

For issues relating to configuring or using Eclipse, version 3.5. Also known as Eclipse Galileo. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Eclipse 3.5 is an open source integrated development environment (IDE) with a very large user base and ecosystem. It is primarily used for Java development, but can be used for any programming language. Also known as Eclipse Galileo.

77 questions
2
votes
2 answers

Eclipse PDT Remote System Explorer FTP not showing files

I'm trying to set up my Eclipse PDT with Remote System Explorer. I'm on a Mac 10.5.8, and I'm using Galileo PDT. RSE is version 3.1.1. In RSE perspective I set up a new FTP connection, set passive to true, and connect just fine, without any…
2
votes
1 answer

Problems Compiling Scala SJSON from GitHub

I had a problem with the first version of SJSON (What is a good library for JSON serialization for Scala 2.8.1 for use in Eclipse) that I tried to use, but with the new version I tried the same problem is still there, so it is something I am not…
James Black
  • 41,583
  • 10
  • 86
  • 166
2
votes
3 answers

Blackberry SDK 4.2.1 not available in Eclipse Plug-in 1.1

I need to develop an application for Blackberry Java SDK 4.2.1 and above. I'm currently under Eclipse Classic 3.5, and I have installed the BlackBerry Java Plug-in for Eclipse v1.1, with all the Blackberry Java SDK available, versions 4.5 to…
Dachmt
  • 2,079
  • 4
  • 29
  • 45
2
votes
2 answers

Eclipse 3.5 load time and other performance improvement

I am using eclipse 3.5 Galileo enterprise edition for development of java standalone applications.I have disabled few plugins in startup.Still i am not quite happy with the IDE performance.Are there any more feature disable or configurations to make…
Ravisha
  • 3,261
  • 9
  • 39
  • 66
2
votes
2 answers

Compiling JS-Test-Driver Plugin and Installing it on Eclipse 3.5.1 Galileo?

I downloaded the source of the js-test-driver from: http://js-test-driver.googlecode.com/svn/tags/1.2 It compiles just fine, but one of the unit tests fails: [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.012 sec [junit] Test…
leeand00
  • 25,510
  • 39
  • 140
  • 297
2
votes
3 answers

Newbie: Build error running Struts2 on JBoss from Eclipse

I've been a .NET developer for over 8 years now and I've been placed on a Java project and I'm trying to get up to speed. I'm using Eclipse EE 3.5.1, JBoss 5.1, and Struts 2.1.8.1 (all the latest versions as AFAIK). I'm trying to create a new…
Mark J Miller
  • 4,751
  • 5
  • 44
  • 74
2
votes
0 answers

gdbinit "no such file or directory" Eclipse c

I'm using Xming to connect to a Linux (enterprise edition) server on which I'm trying to debug a C++ project in Eclipse Galileo. The following errors occurred: Reading symbols from ../workspace/myfile ..(no debugging symbols found) ...…
user1870883
  • 21
  • 1
  • 2
2
votes
3 answers

Can't install a single plugin on Eclipse 3.5

I'm trying to install the Subversion team provider on Eclipse 3.5, and it fails with the following message: An error occurred while collecting items to be installed session context…
Rex
  • 801
  • 1
  • 17
  • 26
2
votes
2 answers

Eclipse 3.5 is generating a "method not applicable for the arguments" error for no reason at all

The error is this: The method add(String, int) in the type DataNode is not applicable for the arguments (String, String) However, in the DataNode class, I have a number of overloaded add() methods, including one that takes a String and an int and…
Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
1
vote
1 answer

Debugging issue in Eclipse IDE/Weblogic Server

I have several application deployed in Weblogic Server. When I run the server in debug mode, some of my application stops at break point, some stops in class file and other don't even bother to stop at break point. What could be the reason that…
user1171699
  • 101
  • 13
1
vote
1 answer

All hotkeys disabled

I've somehow managed to disable all hotkeys in eclipse Galileo running on Ubuntu Maverick, and I'd really like to enable them again. For example, if I want to rename a variable, normally I'd use Alt + Shift + R, or to jump to a function declaration…
hectron
  • 21
  • 4
1
vote
1 answer

JavaEE 6: Can't compile @Resource(lookup="")

I am trying to use @Resource(lookup="") to look up a resource configured in Glassfish 3.1. I am using Eclipse 3.5. I've set -Djava.endorsed.dirs=${GLASSFISH_HOME}/modules/endorsed and added javax.annotation.jar to my projects build bath but still…
skip
  • 12,193
  • 32
  • 113
  • 153
1
vote
1 answer

PyDev: Fatal error Python32\lib\io.py, line 60, in

I work in PyDev and quite suddenly, I cannot run my python programs from within Eclipse's PyDev (version 2.1.0) anymore. Any python program I have ran through Run As > Python Run fails wioth Fatal Python error: Py_Initialize: can't initialize sys…
rds
  • 26,253
  • 19
  • 107
  • 134
1
vote
3 answers

I am not able to connect tomcat with eclipse

My eclipse used to work fine but now I am no longer the administrator of my computer(I no longer have administrator priveledges) and i see that my already installed and working eclipse is now showing errors in my jsp files of the application which…
1
vote
2 answers

Photran editor slow or hangs

I have a fairly large fortran90 project in Photran. I find that sometimes the editor just hangs or is very slow. Saving a file or using ctrl+/ for commenting lines seems to trigger this slowness. Any solutions to this? I do have refactoring turned…
Anu
  • 1,337
  • 1
  • 10
  • 21