Questions tagged [eclipse]

Eclipse is an Integrated Development Environment written in Java

From their about page:

Eclipse is an open source community, whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. The Eclipse Foundation is a not-for-profit, member supported corporation that hosts the Eclipse projects and helps cultivate both an open source community and an ecosystem of complementary products and services.

Official website

52 questions
1
vote
0 answers

FTP automate download process not working on windows

I have my script as following: Hello World -…
abhijeet
  • 11
  • 1
1
vote
4 answers

MySQL connection - Access denied for user 'username'@'localhost' (using password: YES)

I have a user that I use from my php pages to make queries to mysql db, and now I´m trying to use the same user in eclipse/BIRT in order to build some reports but I get the error Access denied for user 'username'@'localhost' (using password:…
lestat
  • 11
  • 1
  • 2
1
vote
1 answer

svn: Can't open file '/var/www/svn/repo/db/txn-current-lock': Permission denied

On Fedora os, I have problem to access SVN Repo and commit via HTTP. Here is my config file /etc/httpd/conf.d/subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so LoadModule…
Emax
  • 127
  • 2
  • 7
1
vote
0 answers

Setting up WebLogic server for developing

Guys I'm in the middle of a youtube series teaching me about web services using Eclipse/Java Now I'm kinda stuck at a point and maybe you could help me out. It involves setting up a server and I have no experience with that In this following…
Allan
  • 11
  • 1
  • 2
1
vote
1 answer

unable to connect to subversion via subclipse

I am trying eclipse helios on windows 64 bit and I have tried subclipse 1.6 & 1.8 but I have not been able to get it to work. The most recent error message is copied below: RA layer request failed svn: Unable to connect to a repository at URL…
ali haider
  • 1,140
  • 3
  • 16
  • 29
1
vote
3 answers

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 licence of course). Essentially I'd like one update…
BenM
  • 748
  • 1
  • 8
  • 13
1
vote
1 answer

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 saved and loaded somewhere under the shared…
Nordlöw
  • 165
  • 5
1
vote
3 answers

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…
Jacksonkr
  • 465
  • 1
  • 7
  • 16
1
vote
1 answer

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: /path/to/project/.project is marked as read-only.…
Genadinik
  • 1,103
  • 4
  • 19
  • 39
1
vote
1 answer

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 work smoothly for the bjam based C++ project ?
1
vote
2 answers

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: Where would I put this style.css for it to…
DanielGibbs
  • 573
  • 5
  • 13
  • 32
1
vote
1 answer

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 doubt.
Dora
  • 11
  • 3
1
vote
0 answers

I am trying to run my WAS server from Eclipse and It seems I don't have permission to use my WAS profile. How can I solve it?

ERROR MESSAGE IN HERE I am trying to send my first message to a queue in WAS that I created. So, I need to run my WAS server from Eclipse. Is there any way to give permission to myself to use "Custom01" profile and solve this error? Note: I don't…
yigibm
  • 11
  • 1
1
vote
3 answers

weblogic server Stopped, Error connecting to WebLogic domain

I was setting up my first workspace in Eclipse and Weblogic 10.3.6 server, I started the Weblogic server and I am getting the below error in Server's Tab of eclipse. Oracle WebLogic server 11gR1 (10.3.6) base_domain [Stopped, Error connecting…
ansa
  • 11
  • 1
  • 3
0
votes
0 answers

Installing ECLIPSE CHE throw 150 errors

Installing CHE throw 150 errors Im creating a environment to test and play with the most stable version possible of che but already have another service on my machine using port 8080 then did it: docker run -p 9000:8080 --name che --rm -v…
Mark
  • 91
  • 1
  • 9