I don't want to have to download and install eclipse on this machine, but for you who do have it, what is the first line on the Eclipse IDE? On the left after you enable line numbers in the left hand column, the first number is?
...
[answer auto-selected by bounty system against my will]
I'm using subclipse, and always when delete a folder in Eclipse, and try to commit it, the following errors raise:
svn: Item <folder> is out of date
svn: DELETE of <folder>: 409 Conflict (http://myintranet)
Deleting and commiting via command line works fine, but what's wrong wit...
Hi,
I'm developing an Eclipse SWT application using Eclipse. There are also some JUnit 4 tests, which test some DAO's. But when I try to run the tests via an ant build, all of the tests fail, because the test classes aren't found.
Google brought up about a million of people who all have the same problem, but none of their solutions see...
I am not sure if there's an answer for this already -- couldn't find one for this (hopefully common) setup:
I recently converted one of my ColdFusion projects to deploy via ANT.
I have a local ant script that instructs a remote server to check out the code, and run the application's specific build file, remotely on the server.
I hav...
I need to do lot of refactoring (actually need to change field names) in eclipse. It is changing all occurrences, references of fields. But one thing is it is not changing getter/setter names which have been generated based on previous name.
Do we have any plugin to do this or any configuration change needed to be done?
...
Hi there:
I am trying to type in a pair of angle brackets in Eclipse, like "<>". However it shows up as a single quotation and a dot, like "'.". I tried a couple of times and found out that the angle bracket is actually located at back-slash's position.
Why is this happening? How can I change it back?
Thanks in advance.
Xi
...
Are there any HTML parsers that parse HTML docs offline, i.e. stored on your computer? If so, can anyone name some good ones please?
UPDATE: Hah, NVM, found the answer, would anyone be able to provide an example of this in html Jericho?
UPDATE2: I thought I had found the answer but I am wrong, mistook InputStream for FileInputStream :(...
I am using eclipse pdt and all my files in the folder have php support. I want to use javascript support on JS files. How could I do that in Eclipse pdt helio?
Thanks
...
I know how to change the syntax highlighting color rules for the Text Editor pane.
Any way to do the same for other panes?
...
Hi all
I know it must be something simple, but I just can't figure it out..
I'm using the Sonatype maven plugin on eclipse. When I want to build a war file for a webapp project, the only way I know to do it is to use the command line and type mvn package.
I've looked all through the right click menu and I can't find any way to do it fr...
Hello,
I'm using Crystal Reports for Eclipse 2.0.4 and I have a problem. I use a formula in an report to subtract one day from a string which is a date:
ToText(CDate({Agreement.EndDate})-1, "dd.MM.yyyy");
This works for the German locale. With an English locale, the calculation is absolutely wrong because the day and month is intercha...
I'm working in a project where the main IDE is Eclipse. The Eclipse workspace is made up of several projects that depend on each other in a chain like so:
lib-project with all external dep
endencies jar-files and stuff
ProjectA depends on lib-project
ProjectB depends on project A
ProjectC depends on project B
etc
I think (someone cor...
Hey Guy,
I'm trying to compile one single cpp file with Eclipse CDT and MinGW. On command line, c++ Test.cpp does the job. If I try to compile the file with Eclipse, I get errors telling me that I don't have included string.h in my lib files.
How do I setup Eclipse just to perform "g++ Test.cpp" without considering my lib files as ind...
Hi
i am working with java and jsp for mail project i want to redirect the page with xml r by some way when the session is expired
or i want to deactivate the window when session is expired...
please help me..
thanks in advance...
...
I am using JDBC to connect to my microsoft access database.
I get the following exception when I try to connect to the database:
java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
I am using 64bit windows7, and I am using eclipse which is al...
I'm building a suite of applications, meaning that I have a single set of code that gets customized via a single change of an API key. This means that all of the applications have the same activities, same behaviors, but different icons, package names, and application names depending on the client I am building for.
Unfortunately, I hav...
Whenever I start my Tomcat 5.5.29 server in Eclipse, it's status becomes "Synchronized." If I save a change to a file of any type, it publishes that file and then says "Restart." I used to be able to get it to synchronize again so that I could view the change without having to restart. Any ideas?
I have checked to make sure Build Aut...
In the past 30 minutes of working in CFBuilder (I have it as an Eclipse Plug in), I got this error 4 times:
A stack overflow has occurred.
You are recommended to exit the workbench.
Subsequent errors may happen and may terminate the workbench without warning.
See the .log file for more details.
Do you want to exit workbench?.
toge...
Hi all
i have created a java application which uses data from its config folder and , it also uses third party jar files those are located in lib folder, could anyone tell me how to create jar file for this project with the content stored in config file and lib folder.
i tried creating jar using eclipse export functionality. when i ru...
In eclipse, whenever I create a new C++ class, or C header file, I get the following type of structure. Say I create header file example.h, I get this:
/*Comments*/
#ifndef EXAMPLE_H_
#define EXAMPLE_H_
/* Place to put all of my definitions etc. */
#endif
I think ifndef is saying that if EXAMPLE_H_ isn't defined, define it, which may...