Configuring the Log4J properties file is one of those tasks which you have to spend a while trying to figure out but you invariably end up with the same thing. In fact most of the time something you cut and paste from the internet will do just fine. So… more »
Tag: "java"
I hadn't used my Cisco ASDM 5.2 for ASA for a while and when I needed to add a couple of extra users to the VPN it didn't work.
Everything seemed to load in ok but when I tried to submit my login credentials it hung. I loaded the Java console and got t… more »
As new versions of Java are released the Java updater automatically installs them. The number of Java installations on your computer increases. Normal PC housekeeping dictates that you delete the old versions because they are no longer in use.
I used… more »
I had a problem with renaming a properties file. Java's File.renameTo() always failed and returned false. There was no explanation as to why it failed, so it left me stuck with no idea what to do.
Windows has a different file locking policy to Unix (a… more »
The rules for the size of a ThreadPoolExecutor’s pool are generally miss-understood, because it doesn’t work the way that you think it ought to or in the way that you want it to.
Take this example. Starting thread pool size is 1, core pool… more »