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

49 questions
6
votes
0 answers

SVN Connector installation is broken in Eclipse Oxygen

I installed subversive 4.0.5 and when connector installation screen pops up I select SVN Kit 1.8.14 from the list. All I get after that is a blink of some window and that's it. After I restart my Eclipse it prompts me to install the connector again…
serge
  • 177
  • 1
  • 5
5
votes
4 answers

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.
Warrior
  • 223
  • 1
  • 5
  • 11
5
votes
1 answer

Gitlab git clone using HTTPS - unable to get local issuer certificate

When I use git clone https://my.example.com/gitlab/java/repository.git, I get Cloning into 'repository'... fatal: unable to access 'https://my.example.com/gitlab/java/repository.git': SSL certificate problem: unable to get local issuer…
Justas
  • 211
  • 1
  • 5
  • 12
3
votes
1 answer

Configure AJP Connector for enabling SSL in Eclipse Tomcat

I am newbie to server side and would like to how to configure AJP connector in eclipse's tomcat in linux environment to enable SSL. I want to enable SSL in tomcat without using keystore. I created key.pem, cert.pem and cert.crt. And dont no what to…
Eva
  • 131
  • 3
3
votes
0 answers

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 scanner found a directory named META-INF that was not…
Lama
  • 243
  • 1
  • 3
  • 8
3
votes
2 answers

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 encoding of the dev server on windows (or at least…
Dark Star1
  • 1,355
  • 6
  • 21
  • 37
3
votes
2 answers

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. If I try to change the program arguments: -b…
Fernando Briano
  • 470
  • 1
  • 8
  • 14
2
votes
2 answers

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 connection. After reaching home, I need to hook up an…
Legend
  • 147
  • 3
  • 8
2
votes
1 answer

Gitlab HTTPS URI for repository cloning does not work - SSL host could not be verified - fatal: unable to access

When I make Eclipse -> File -> Import -> Projects -> Projects from Git -> Clone URI -> enter repository HTTPS URI from Gitlab, I get error: Possible reasons: Incorrect URL No network connection (e.g. wrong proxy settings) SSL host could not…
Justas
  • 211
  • 1
  • 5
  • 12
2
votes
0 answers

jboss 6.x runtime server shows blank page

I am running my server JBoss 6.x runtime server with eclipse Kepler. When I run my server I get: JBoss 6.x Runtime Server [Started,synchronized] But when access http://localhost:8080/ i got blank page. i change some settings but nothing help. i…
Saket Mittal
  • 121
  • 4
2
votes
0 answers

Speed up Eclipse over X server

In my job we have tight security rules, so the development environment is all virtualized. Each developer has a workstation with Windows XP and Citrix Metaframe. From the Metaframe, the developer opens a remote desktop to Solaris on SPARC. And in…
2
votes
1 answer

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 see the output of my own Application. I have…
Konrad Höffner
  • 195
  • 1
  • 9
2
votes
2 answers

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 I can't see any difference or get syntax highlighting…
asparagino
  • 173
  • 2
  • 7
1
vote
2 answers

Windows firewall blocking inbound port 9000 (xdebug), even though inbound rule created

I have been trying to allow computer A (LAMP with xdebug configured) connect to computer B (Eclipse IDE with xdebug) via port 9000. Both are on running on my local network. I created an inbound rule to allow connections to port 9000, but connections…
synthesis
  • 53
  • 2
  • 10
1
vote
0 answers

FTP automate download process not working on windows

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