Eclipse is an Integrated Development Environment written in Java
1
vote
1answer
480 views
How to turn off Tomcat logging in Eclipse?
I develop a Vaadin project in Eclipse that I start through Tomcat 6 which gets started directly by Eclipse. Tomcat prints an enormous amount of log messages though on each start which makes it hard to ...
1
vote
1answer
608 views
Setup: Eclipse in Ubuntu with Apache2 and Subversion
Trying to setup Eclispe. I am running ubuntu 10.10 (Maverick). Apache2.2.16 Subversion 1.6.12
The Eclipse help/about/installed software says:
Eclipse Platform 3.5.2
Subclipse 1.0.0
Version Control ...
1
vote
1answer
182 views
How to use xdebug with eclipse IDE for PHP?
Hi my PHP project is set up on a remote test machine. I need to debug it using eclipse IDE. How shall I progress. I came to know i should prefer Xdebug rather than zend debugger.
Please clarify my ...
0
votes
1answer
50 views
Use the Fedora Yum command after installation, how to configure
When i use command "yum install exlipse*"after installtion, display eclipse-cdt,but in eclipse cannot edit C/C++ project, not clear when Yum after general to eclipse do configuration
0
votes
1answer
145 views
Eclipse on Ubuntu: Rectangles instead of Strings and some Java methods and classes
after upgrading from Ubuntu 9.04. to 11.04 (new installation), I have weird problems with the Eclipse editor.
With the Eclipse PyDev plugin, whenever I typ single quoted strings like 'bla', they ...
0
votes
1answer
170 views
Shared configuration for Eclipse on Debian server
I've manually installed the latest Eclipse on our debian server and wanted to configure it so all users share the same configuration. It turned out less obvious than I thought: I don't seem to be able ...
1
vote
0answers
179 views
Can't deploy because folder was not inside a directory whose name ends .war. (JBoss)
I created a default JSF Project using Maven2Eclipse.
When I try to start the home.xhtml JBoss returns the following error Message:
(DeploymentScanner-threads - 1) JBAS015010: The deployment ...
1
vote
0answers
74 views
How to fix this error 'cvs [checkout aborted]: no such tag r20120711' on php eclipse helios?
I am using php eclipse helios for debugging php code and using CVS as repositiry.
Under CVS repository there are 3 -
head
branch
version
and head conatins the repository of server.
Under head ...
0
votes
0answers
79 views
SVN apache2 and eclipse
I installed SVN on a windows Apache2. I Have some trouble when i try to connect to SVN using the Eclipse Subversion plugin. For every remote operation (e.g. commit) it waits for about 2 minutes in the ...
0
votes
0answers
61 views
Tomcat6 returns 302 back to Apache via AJP13 when request made via domain name
I am trying to setup a home website (say "www.mycoolsite.com") with Apache2-->mod_jk/ajp13-->Tomcat6. When I go to the site from outside network by typing my home IP, it works ok. But when I go to ...
0
votes
0answers
68 views
Deploy JSF Project the right way in Jboss for Eclipse
I wan't to deploy a JSF project (Maven Jboss default archetype) in eclipse. I have installed the newest versions of the JBoss-Tools, Java and Eclipse. JBoss Version is 7.1.0
When I mark the project ...
0
votes
0answers
93 views
Incredibly slow response when reading from mounted Windows shared network drive within Java application
I wrote a Java application that checks and indexes huge archive files. When i test it on my local machine, everything is speedy and works like a charm. However, i need to process large quantities of ...