Remote debug Jetty (no mvn, no plugins)

This is what we are adding to our JBoss command line while development: -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n Then we launch the eclipse remote debugging and connection to this port. Update: To run from jar (standalone) do the following java -Xdebug -Xrunjdwp:transport=dt_socket,address=8585,server=y,suspend=n -jar start.jar

Where do I put META-INF in Eclipse?

It shouldn’t be at the project root, but directly under the source folder. At runtime, the persistence.xml file is searched in the classpath, under META-INF. So if you want the META-INF folder to be put at the top of the compiled package tree, you need to put it at the top of the source tree. … Read more

problem running eclipse on ubuntu?

You need to install either the openjdk-7-jre or oracle-java7-jre package. sudo apt-get install openjdk-7-jre Note that openjdk-7-jre is easier to install, because it’s available via the standard Ubuntu repository, whereas you have to build oracle-java7-jre yourself using java-package.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)