Questions tagged [eclipse-3.4]

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

Eclipse 3.4 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 Ganymede.

81 questions
0
votes
1 answer

Stanford CorpNLP returning wrong results

I am trying lemmatization with stanford corenlp following this question. My environment is:- Java 1.7 Eclipse 3.4.0 StandfordCoreNLP version 3.4.1 (downloaded from here). my code snippet is:- //...........lemmatization…
jaykio77
  • 379
  • 1
  • 7
  • 22
0
votes
1 answer

JSEclipse Alternatives in Ganymede

I've been having a lot of problems with JSEclipse in Ganymede, but I haven't had much luck finding an alternative that's compatible with Ganymede (eclipse 3.4). All I'm really looking for is code-highlighting. Anyone have any good alternatives, or…
Joe Zack
  • 3,268
  • 2
  • 31
  • 37
0
votes
2 answers

Want to create an open file with filter in eclipse3.4

I am using eclipse 3.4.I often keep searching for files in my project.I wanted to create a file search with filter.Like i should be able to configure the filter in preferences.later when i press ctrl+shift+ F (Assuming this is what i give the…
Ravisha
  • 3,261
  • 9
  • 39
  • 66
0
votes
2 answers

Eclipse 3.4 JSP validation question

Why is eclipse saying 'No end Tag ().' on line 1 and 'No start tag ()' on line 4 of the following code snippet: Log in again and export the document as PDF.

Boiler Bill
  • 1,900
  • 1
  • 22
  • 32
0
votes
0 answers

How to definitely disable validations in JSP files in Eclipse Ganymede

I am using Eclipse Ganymede 3.4.2 as my primary IDE and I am facing a really frustrating problem from time to time. Eclipse is getting really slow (I mean, REALLY slow, almost unusable) while validating the JSP code I am working on. I am using…
Charles Morin
  • 1,449
  • 4
  • 32
  • 50
0
votes
2 answers

How to define a custom EAR file name for a specific application?

Here is my setup SDK: Eclipse Ganymede (3.4.2) App Server: jBoss 4.2.3GA I got three projects: MYAPP, which is the main project, with only libraries and log4j configurations. This is where application.xml and jboss-app.xml resides. MYAPPEJB, which…
Charles Morin
  • 1,449
  • 4
  • 32
  • 50
1 2 3 4 5
6