Eclipse is an Integrated Development Environment written in Java
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 ...
1
vote
0answers
172 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 ...
0
votes
0answers
114 views
eclipse plugin for hadoop 0.22.0 [closed]
I am using Eclipse Indigo Service Release 2 and hadoop 0.22.0 on win 7.
Trying to use the eclipse plugin provided in the Hadoop package but that does not seem to work. When I try adding a new Hadoop ...
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 ...
0
votes
0answers
8 views
eclipse template autoformat [closed]
I have a template (sleep) in eclipse that should expand to
try { Thread.sleep(1000); } catch (Exception e) {}
I want eclipse to add it as one line, just as I put it in the template.
However, ...
1
vote
1answer
42 views
Eclipse Workspace Configuration Save Directory
I'm trying to make a shared copy of Eclipse be used by several users but I can't get the Eclipse installation to use separate workspace definitions for different users: Instead this configuration is ...
1
vote
1answer
466 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 ...
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
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 ...
1
vote
2answers
3k views
svn trouble with a commit from eclipse
org.apache.subversion.javahl.ClientException: svn: E204900: Commit failed (details follow):
svn: E204900: Can't open file '/var/repo/db/txn-current-lock': Permission denied
svn: E175002: MKACTIVITY of ...
0
votes
2answers
78 views
Deploying a custom eclipse package
I'm planning to deploy eclipse to approximation 30 workstations running Ubuntu and would like to avoid a long list of settings/downloads that everyone needs to go through before they can start ...
0
votes
1answer
270 views
proper user and group configuration for eclipse android jenkins
On ubuntu 10.0.4
Did sudo su
Then installed eclipse in /root/eclipse (only wget and unzip, no apt-get)
Then installed android sdk in /root/android-sdk-linux_x86 (only wget and unzip, no apt-get)
Run ...
0
votes
1answer
341 views
Eclipse for PHP is unable to locate JRE
I have JRE installed on my system. In fact, Eclipse IDE for Java, which also needs JRE, is already running. Now I tried running Eclipse for PHP and it says -
A JRE or JDK must be available in order ...
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
640 views
Can't start Eclipse from command line in Ubuntu
If I double-click on the eclipse icon then Eclipse boots up, but for some reason when I navigate to the directory of Eclipse and run something like
sudo bash eclipse
I get the error that it can't ...
0
votes
1answer
686 views
Getting permissions on Ubuntu to create Eclipse project
I am trying to set up a new project in Eclipse, but it gives me an error saying that the directory where I am trying to set up the project is read-only.
Here is the error:
Parent of resource: ...
0
votes
1answer
1k views
git, egit, submodules, and symlinks — how should shared sub-projects be handled in eclipse? [closed]
Question: what's the best way to handle sub-projects in eclipse when using git for SCM?
Here's the situation. I have a few git projects with a directory structure layed out more or less like this:
...
0
votes
1answer
460 views
How to setup Eclipse for a bjam ( boost.build ) project
I am an eclipse newbie. I have a C++ project that is compiled with bjam and has jamfiles for the same. Eclipse has a lot of support for Makefile based C++ projects I believe. How do I get Eclipse to ...
0
votes
1answer
3k views
How can I change the default encoding of a tomcat server/container?
I'm having problems with the character encoding of my webapp and would like to know how I can go about changing the default encoding of tomcat on the Linux production server to match the cp 1252 ...
0
votes
2answers
170 views
how to install tomcat on windows
Is there any link where i can download the exe file to install tomcat.
could not find it
what configuration i need to do so that it work with eclispe
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 ...
0
votes
1answer
363 views
Determining End of Line Delimiter
How do you verify what the delimiter for a file is?
I'm using eclipse to edit a script file on my windows system that I use to deploy on my unix server. The script specifies file names and I'd like ...
1
vote
2answers
2k views
Where should I place external stylesheets for servlets using Tomcat and Eclipse?
I have a website project in Eclipse using servlets which is running on Tomcat. In one of the servlets I reference an external stylesheet as such:
<link rel="stylesheet" type="text/css" ...
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
2answers
1k views
How can I edit puppet .pp files with Eclipse & DLTK
The puppet editor tips page seems to suggest that using eclipse & dltk (presumably the ruby tools) will assist with editing .pp files.
http://projects.puppetlabs.com/projects/1/wiki/Editor_Tips
...
0
votes
1answer
164 views
flex plugin on eclipse
This is not a programming question but i wanted to know How to install flex development plugin tools for eclipse on ubuntu.Point me to any links for this.Eclipse is already installed.Thanks...
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 ...
1
vote
1answer
5k views
JBoss Tools - Allow remote access to localhost:8080
I'm working on Eclipse 3.5 with JBoss Tools, and even though I remember doing it before, I haven't been able to make my JBoss running instance from Eclipse available to other computers on the network.
...
0
votes
1answer
877 views
Hosting a subversion working copy in an remote WebDAV folder
This might be a bit awkward, but I'll try to explain what I am trying to achieve and what problems I encountered. First of all: whats this about?
I am currently trying to set up a distributed working ...
4
votes
4answers
8k views
Java EE plugin for Eclipse IDE
I am using Eclipse 3.5.1. There is no option called web-->Dynamic web project. Should I install any plugin for Java EE? If so, please provide me the plugin.
2
votes
2answers
1k views
Java, Eclipse: How do I pause a running program?
I am running some computation on my Linux box and can't really afford to run it on battery while I drive home. It requires a network connection and currently I am running this stuff on a wireless ...
0
votes
2answers
143 views
Loading a project from a virtual machine into Eclipse
Here is the setup - I have a server with the svn repositories containing projects. I have a virtual machine on my Vista computer running FreeBSD acting as a server to test projects locally. Projects ...
1
vote
3answers
254 views
Federated Eclipse plugin update site
I'd like to provide an Eclipse update site on an internal corporate server so that we can manage the deployment of Eclipse features to our developers (as long as this is allowed by the plug-ins ...