Sunday, March 8, 2009

Prepended L in Exception

Have you ever saw an exception with L padded before a exception???


like .executeQuery(Ljava/lang/String;)Ljava/sql/ResultSet  while running an application in your application server ?
It means that this method cannot be found on server.

The solution is to restart the server...


No comments:

Post a Comment