I have installed WAMP and enable some extension. After that i have installed eclipse for php. now my question how can i let eclipse now that i should use apache installation and the version of php which came with WAMP.
I will be developing web apps on windows.
...
I want to create a 'new project' wizard for my application. The first page of this wizard is simply the instance of org.eclipse.ui.dialogs.WizardNewProjectCreationPage. I want to import some system files to current project in the second wizard page. I found that org.eclipse.ui.dialogs.WizardResourceImportPage is quite close to my thougts...
Hi,
I am using eclipse to create my jsf project.
I created my own components, and I don't want the other programmers to be able to use jsf regular components like h:inputtext etc.
How can I do it in eclipse, that if the user adds specific tags like h:inputtext he will see errors in the page and also when trying to run it?
...
I am runing a php script using eclipse. when a set breakpoint and run the script it throws me this error.
form the error it is apparent that i have change something the php.ini file. but i dont know what i have to change to make either zend or xdebug. even i dont know what the differnce b/w them.
following the error
The session could ...
Hi,
I am developing on Windows machine.
I was working quite well until yesterday, when I saw the the update prompt and updated my ADT plugin.
Today when I tried debugging my test project, I experienced either one the following cases:
1) Logcat stops forever on the message "sending wait chunk".
The console reads:
[2010-08-15 19:05:...
I can't find the source code for the Android Development Tools Plugin for Eclipse. It seems to have been moved a few times, and when I google the question, the answers point to the wrong places. Also http://source.android.com/discuss seems to be down.
...
I'm working on two project in eclipse and I would like to import some classes from project a to project b. What should I do?
...
I'm currently writing a little program in c++ on my 64bit Ubuntu Pc. By default eclipse compiles the program for a 64bit architecture. Since I want to use my little program on my server which is still 32bit, I need to be able to compile my program for 32bit. How could can I do that in eclipse? I've been fiddling for a while with the sett...
Hi,
I have got a custom tool chain based on gnu arm. I have downloaded eclipse IDE with CDT. I would like to know how to add my tool chain with the eclipse. It has got a generic tool chain namely Linux GCC. Apart from that there is nothing. I would like to add mine.
I am not finding any set up window that helps me in that.
Thank you.
Kr...
I have an error in my first step with Java, so when i try to run the code hello world:
class apples{
public static void main(String args[]){
System.out.println("Hello World!");
}
}
I go to: - Run as .. -> Then i choose Java aplicacion - > And i press Ok (http://yfrog.com/joerror2np)
But when i press Ok does not app...
Hi Everyone!
I have a SWT combo box which has items more than 100.
For more efficient selecting, I want to add filter on combo box.
I have searched for this, but I cannot find appropriate comments.
Please let me know what is the best way for this.
Thanks.
...
I have created an eclipse update site (using Helios) and added some features (containing my own plug-ins available in the target platform ). I then synchronized the site and build it which creates two folders: features and plugins containing the plugins and features (.jar files).
I then make some changes to one of the plugins in the fe...
I have a local eclipse P2 update site containing some features based on some plugins that I have created.
I have added this update site to my target platform and can add plugins from the local update site to my PDE projects. When I look at the paths to the plugins it points to:
C:\Users\mm\workspace_helios.metadata.plugins\org.eclipse....
I have a Mercurial repository with a lot of projects and a lot of branches in it. Some branches do not contain some of those projects (because they branched before those projects were created) and some branches contain extra projects.
Consequently, if I do a switch from branch A to branch B, I sometimes end up with some projects "closed...
Say I've got an existing constant string:
private final static String LOREM_IPSUM = "Lorem Ipsum";
Is there a way in Eclipse to quickly extract a substring of this as another constant such that I could end up with something like:
private final static String LOREM = "Lorem";
private final static String IPSUM = "Ipsum";
private final s...
When downloading the 64 bit for Helios eclipse claims that there are no projects found to import - the file is swt-3.6-win32-win32-x86_64.zip
This should be fairly straight forward!!!!
...
So, I have an interesting question. I have three people using the same ant build xml file creating a jar file for an Eclipse project that hasn't changed in two months. We each do a build using this xml file and we each get a different sized jar (62 KB, 78 KB, and 101 KB). Also, when I do a winmerge on them, they are dramatically differe...
Hi,
I'm new to this approach. I've used Maven, Tomcat and Eclipse for my web application. But I'm trying the approach where you create a maven project using an archetype.
My goal is to create a Web Application Project for eclipse using maven that can then be imported into Eclipse. I'm pretty sure there is a super-easy way to do this ...
This is very strange ., when i try to run the cod of user input
import java.util.Scanner;
class apples{
public static void main(String args[]){
Scanner villy = new Scanner(System.in);
System.out.println(villy.nextLine());
}
}
nothing happens http://yfrog.com/myerror2op
What i mean is that i want to appear the pop-up down w...