-
My tomcat was failing to start with the files in that location, and I was prompted to change this to "jre\lib\amd64\dcevm". After moving the files to `lib/amd64/dcevm` tomcat proceeded to start fine.
-
I exported the two settings variable like this :
```
export MAVEN_OPTS='-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 -Xms256m -Xmx1048m -XX:Max…
-
I saw other similar issue where you recommended install gcc 4.8 ( I got gcc 4.7 is this the cause of the problem ? you got any list of compilation pre-requisites for linux ?). Thanks for your time.
S…
-
I exported the two settings variable like this :
```
export MAVEN_OPTS='-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 -Xms256m -Xmx1048m -XX:Max…
-
Hi. Autoreload feature is very significant that can boost development speed. But for our project it does not work yet. I have a little test case. Checkout xitrum-new, create class:
``` scala
package …
-
Currently if "java -version" fails, installer won't let you to restore JVM back to original one.
-
Hi,
I am trying to install DCEVM in my windows machine using the instruction provided here: http://neu242.livejournal.com/52962.html
But on esecuting the gradle command "gradle -Pkind=product compile…
-
Mac 10.9.2
JDK 7u45
Tommy-Sadiq-Hinrichsens-MacBook-Pro:DCEVM tommysadiqhinrichsen$ ./gradlew patch --debug
14:46:43.883 [INFO] [org.gradle.BuildLogger] Starting Build
14:46:43.887 [DEBUG] [org.gradl…
-
_From [gabriele...@alfresco.com](https://code.google.com/u/110568675915341555904/) on June 10, 2013 17:37:50_
Even with WAR packaging optimization, the development cycle is not uber-fast.
As Jrebel …
-
II am using cygwin, installed all required packages and also Windows SDK v7.
I setup my environment using:
export PATH="$PATH:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/amd6…