How to debug php webapp in eclipse?
I want to give the URL on my localhost, set POST variables and debug it and go... How to do this? ...
I want to give the URL on my localhost, set POST variables and debug it and go... How to do this? ...
I create a class in visual editor. I check it into subversion. My coworker checks out the project. Tries to open the class in visual editor but instead it just opens in the normal class dialog. How can this class be associated with visual editor again? How can I keep the associate alive in source control? Coworker is able to create...
Hi, I have a problem with tptp/profiling within eclipse. Because at first I had some very strange problems, I downloaded the “TPTP all-in-one package” (tptp.runtime.allInOne.win32.win32.x86-TPTP-4.6.2.zip) and added the stuff I need (Jboss-Tools, etc.) I am using Windows XP SP3, Java 6u20, Eclipse 3.5.2.(, jboss-4.2.3.GA-jdk6) In "Pr...
Hi, I have a Dynamic Web Project that implements Spring and Hibernate using a Tomcat Server (v6). I'm lauching Tomcat with my Eclipse Galileo and I'm not getting any errors in the console but Tomcat is rendering my webpages randomly. The page just keep loading but without displaying anything, there's nothing on the console either. When...
I have just broken up a Spring bean configuration file into smaller external files and have used the the "import" directive to include them in my Spring Test application context XML file. But whenever I reference one of the beans from the imported files I get a warning within Eclipse/STS/Spring XML editor complaining that "referenced be...
Hey, I'm trying to use the Libxl library in my eclipse c/c++ project. Right now I'm using the minGW compiler in eclipse. With this following code: Book* book = xlCreateBook(); I get this error: /src/xls2csv.cpp:22: undefined reference to `xlCreateBookCA' Any help would be greatly appreciated :) ...
So I'm able to pull the files out of the svn but I'm unable to get Eclipse to understand these files are part of an SVN. I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue? Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo? ...
I've a dynamic web app in Eclipse that is using tomcat s a runtime environment. I cannot add javadoc path tomcat Servlet API as appears, the edit button is always disabled! ...
I have an Eclipse plugin project, and it depends on other projects that I have in my Eclipse workspace. After adding the project dependencies under "Java Build Path" -> "Projects" tab, and also selecting the project in the "Order and Export" I get a java.lang.NoClassDefFoundError. I'm assuming that the other projects have not been prope...
I use TAB and Shift-Tab in Visual Studio to indent an entire selection. This does nothing in Eclipse, and I can't seem to find another way to do it. Update: I wasn't really paying all that much attention to this initially and did not ask the question correctly. I now realized that it is in XML files where TAB still does not indent a sel...
Hi I have the following error when I export my war file org.eclipse.core.runtime.CoreException: Extended Operation failure: org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportOperation at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performFinish(DataModelWizard.java:189) at org.e...
When I am coding Java in Eclipse I like the auto-completion feature. With that I mean the popup with method-names that comes when you start typing in a method name for an object. Or maybe it's called something different, i.e. method-suggestions? But the popup is hidden if I misspells a method name, and it doesn't come back if I delete t...
I have three xsl documents in the same folder: ooo2xslf0-writer.xsl which contains images.xsl which calls a template called apply-border in borders.xsl Now, ooo2xslf0-writer.xsl contains: <xsl:include href="images.xsl" /> <xsl:include href="borders.xsl" /> And so I assume that apply-border is available for images.xsl when it nee...
Is there similar method open resource just like we have JavaUI.createTypeDialog for types? ...
Hello! There is "Android Layout Editor" (also somewhere mentioned as Visual Layout editor) in ADT Plugin for Eclipse. I didn't found any help docs on how to use it. Please help! ...
Hi, As part of the Android application I am developing in eclipse, I need to combine two packages from different projects into a single project. I tried copying the files in the package of the second project under the src folder of the first folder and copied other files required for second package into the res folder of the first proje...
Hi Friends, I am using Blackberry eclipse environment , for blackberry application i am using start up screen with process bar , i am filing progress bar using timer, after process bar 100% completed then need to navigate the screen to another screen, i am checking like this timer.cancel(); if(i>=99) UiApplication.getUiApplication...
I am writing a little bit of documentation and code explanation. I would like to copy code from eclipse including line numbers, so that it becomes easier to reference the code in the text. Is there any way to do this in eclipse or some other IDE, editor? ...
Motivation In eclipse I'd like to configure a path as a resource path. This path contains some java files that I only want to handle as resources, i.e. I don't want eclipse to try to compile these files. I only want to read them as resources from within junit tests. Question Is there a way to configure eclipse so it won't try to compi...
Hello folks, I am working on an Eclipse plugin that modifies Java code in a user's project. Basically the result of this plugin is that Java annotations are added to some methods, so void foo() { ... } becomes @MyAnnotation void foo() { ... } Except that it doesn't quite look like that; the indentation on the newly inserted anno...