Google Code Exporter
Google Code Exporter
``` Hi, I can't get the temp solution to work here. Do you mean wrap like this: or like this: or like this: or like this: var json = ```...
``` The Tiled collision stuff was added by therevills and only works with orthogonal maps. Leaving as New for now pending discussion. ``` Original comment by `[email protected]` on 26 Apr...
``` On Tomcat? ``` Original comment by `[email protected]` on 17 Sep 2010 at 7:28
``` Yes, the "catalina.out" is from Tomcat's log file. I can't exactly understand why it works on one OpenSuse linux machine and not on another. It may have something to...
``` I think I may know the cause of this problem. It appears this problem happens if an application fails to start up or if an application is manually stopped...
``` I've confirmed that the problem is Tomcat starting up with an application that failed to start: an exception at startup prevented the application from starting. Under this circumstance loosejar...
``` So, basically loosejar fails to invoke "findResources(String)" on a classloader from a stopped application... I wonder if I should guard against such errors with a simple try/catch... Interesting... ```...
``` I've patched it up and uploaded 1.0.1 version. This should take care of it. Let me know how it goes. ``` Original comment by `[email protected]` on 21 Sep 2010...
``` YES! IT WORKS! Thanks a lot, I really appreciate it. I also wrote a quick little program which crunches the outputs from loosejar and finds all those jars that...
``` I forgot about JDK version: $ java -version java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) ``` Original comment...