Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Saturday, October 26, 2013

Java DB Bug Fix







Java Derby Bug Fix
Hi Buddies,
                 I came up through some exception while running Java Derby Database. The exception is as follows,

 Bug 1

Exception in thread "main" java.lang.ExceptionInInitializerError
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:141)
>         at org.apache.derby.impl.tools.ij.util.loadDriver(Unknown Source)
>         at org.apache.derby.impl.tools.ij.util.loadDriverIfKnown(Unknown Source)
>         at org.apache.derby.impl.tools.ij.util.startJBMS(Unknown Source)
>         at org.apache.derby.impl.tools.ij.util.startJBMS(Unknown Source)
>         at org.apache.derby.impl.tools.ij.ConnectionEnv.init(Unknown Source)
>         at org.apache.derby.impl.tools.ij.utilMain.(Unknown Source)
>         at org.apache.derby.impl.tools.ij.utilMain14.(Unknown Source)
>         at org.apache.derby.impl.tools.ij.Main14.getutilMain(Unknown Source)
>         at org.apache.derby.impl.tools.ij.Main.(Unknown Source)
>         at org.apache.derby.impl.tools.ij.Main14.(Unknown Source)
>         at org.apache.derby.impl.tools.ij.Main14.getMain(Unknown Source)
>         at org.apache.derby.impl.tools.ij.Main.mainCore(Unknown Source)
>         at org.apache.derby.impl.tools.ij.Main14.main(Unknown Source)
>         at org.apache.derby.tools.ij.main(Unknown Source)
 
 
Solution :
          While installing JDK7 java derby will also installed and configured. But i explicitly configure different version java derby in class path. That's why the exception thrown. When i deleted class path which i configure explicitly its working fine.
 

Friday, October 25, 2013

Hibernate Bug Fixes


Hibernate Bug Fixes

 Hi Buddies,

                   I hope you know all posting more variety of hot topics. Now i came up with an idea to share my technical experience with you all. So posting every challenge in separate post is getting difficult. Now i shared one document which i will update frequently that document. Please click the link below.

Wednesday, November 28, 2012

Wednesday, November 7, 2012

java parse error web.xml in tomcat



Java parse error web.xml in tomcat


Hi Guys,

Here i want to share some experience about basic error which we will get frequently.....
I have created one web application using servlet and jsp. And i exported that project into war file and i deployed in tomcat 6.0. the application is not deploying and when i try to run from browser its showing "requested resource not found".... i dont know what thats the problem. i cant figure it out.... after trial and error method, i just came to know i created that project in Servlet3.0 version. so Tomcat 6.0 is not supporting that... thats why i got that error. after i changed into servlet 2.3 version its worked fine.

Tuesday, February 7, 2012

Jquery Tutorial 2


In this post we are going to see how to eliminate particular tag lies under parent tag.

for example  if you are having below exmaple :

<ul>
    <li>
    <li>
    <li>
    < id='eliminate li>
<ul>




$("#lis").not("#eliminate").css("background-color","blue");

If you run above code, background color will change all li tags other than eliminate id li tag... so this is very useful for creating tabs in any application mouse over offect of menus....





Monday, October 11, 2010

Beginning of Javascript 4th Edition

Beginning of Javascript 4th Edition



Format : Pdf
Size : 6.8MB

JAVA & XML

JAVA & XML 


Format : Pdf
Size : 5.19MB

JAVA Cookbook

JAVA Cookbook 



Format : Pdf
Size : 3.9MB

JAVA 3D Programming ebook

JAVA 3D Programming ebook



Author : Daniel Selman
Format : Pdf
Size : 4.39MB

JAVA Complete Reference Book

JAVA Complete Reference Book



Format : Pdf
Size : 14.5MB