h3x.no

Tor Henning Ueland`s thoughts about technology and other stuff

Archive for the ‘Java’ Category

Locate hidden files on a given path

without comments

I have created a simple java command line tool that prints out all hidden files/folders in a given directory. If you need it, you can find it here: http://h3x.no/apps/hiddenFinder/hiddenFinder_v1.zip

Written by Tor Henning Ueland

November 8th, 2009 at 1:53 am

Posted in Java,Security

Tagged with

Hint: “org.apache.jasper.JasperException: java.lang.NumberFormatException”

without comments

Getting the exception “org.apache.jasper.JasperException: java.lang.NumberFormatException” when developing a JavaEE-app?

If you are basing yourself on data from a query, make shure that you are doing a SELECT against the table name and NOT the individual fields!

Written by Tor Henning Ueland

May 13th, 2009 at 12:10 am