0
votes
1answer
21 views
open project has encountered a problem
i am trying opening adobe coldfusionbuilder coldfusion , and it is throwing error
"open project has encountered a problem"
Problems occurred opening the selected resources.The pr …
0
votes
6answers
101 views
Eclipse as an IDE - What do you find missing as a beginner in Java?
I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in prod …
1
vote
1answer
13 views
QuickText (notepad++) plugin for Eclipse
Is there a QuickText like (Tab Trigger) plugin for Eclipse?
0
votes
3answers
47 views
How to include Apache Commons IO in Eclipse? (Java)
How can I configure my Eclipse installation to use classes from Apache Commons IO?
I want to use this code:
IOUtil.write(encoded, new FileOutputStream(new File("target-file.txt") …
0
votes
1answer
13 views
How to force eclipse to use a specified interface language?
My new work laptop has my native (Polish) locale set. However, I'm simply not able to use eclipse in any language other than English. I'm so used to English names I don't understan …
1
vote
1answer
13 views
subclipse override and commit?
using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file?
i seem to remember there being an 'override and commit' option in …
0
votes
2answers
41 views
Eclipse Failing to build classes
Hi,
Eclipse has red cross for error on the project but there are no more red crosses on any files or anything in the project.
On running "build Project" there are no .class files …
6
votes
4answers
152 views
Is there a Java program snippet which can compile at Java level 5 but not level 6?
I want to have a source file which can compile with javac / ecj set to Java 5 but not Java 6 (even if the underlying Java runtime is Java 6).
This is to be certain that the compil …
0
votes
5answers
45 views
will installing several IDEs cause problems
I'm trying to evaluate a number of IDEs like Eclipse, intelliJ, Aptana, etc. to see which one suits my needs. My question is should I expect any problems from installing several ID …
3
votes
1answer
33 views
What is the most useable VI/VIM plugin for eclipse?
I used to be a huge fan of Intelli-J and there is a fantastic VI plugin for Idea. Now I'm shifting to the Spring Source Tool Suite for my primary IDE and need to find a VI plugin …
0
votes
16answers
170 views
What php editor should i use ?
What php editor should i use ?
I now have NetBeans 6.8 (the php version) but it´s always freezing for a long time.
I used previously version 6.7.1 but the auto scan feature rende …
0
votes
3answers
57 views
Flex + PHP: Flash Builder 4 vs. Eclipse
I'm getting started with Flex and initially installed the Adobe environment (Flex Builder 3) and later found out that they're starting to call it Flash Builder 4.
Anyway since I' …
1
vote
2answers
22 views
Code generation for composition using Eclipse
Effective Java, along with other sources suggest that we should consider using composition over inheritance. I have often found my self achieving such composition by using the Dec …
1
vote
3answers
57 views
Remote deploy Tomcat webapp from Eclipse
For development and testing purposes I'd like to deploy my webapp from within eclipse to a remote tomcat server. Is this possible ?
If not, how should I set up my development envir …
0
votes
1answer
29 views
Recommended way to develop using Jetty and Eclipse
Hi,
I am currently developing a J2EE application and I would like to use Jetty. I would like to have iot integrated with Eclipse, so I could debug the appliaction.
I've tried ou …
