78th percentile of Nerdiness
I just took this fun test that calculates how nerdy I am as compared to other people. I got the small batch after giving the test, here it is:
   
Try it out :-)
I just took this fun test that calculates how nerdy I am as compared to other people. I got the small batch after giving the test, here it is:
   
Try it out :-)
Posted by Atul Shinkar at 12:03 PM 1 comments
Labels: +ve Tests
From last two days, I was facing the problem while starting the MyEclipse Enterprise Workbench, by directly executing the eclipse.exe. It was giving the following error while starting:
Required Java version: 1.4.1. Available 1.3.1_01
So, I was starting the MyEclipse by using the startup.jar. But today I was able to resolve this problem by visiting some MyEclipse forums.
I done the following steps:
1. Right click the shortcut and go to Properties->Shortcut tab.
2. In the Target box, add the following in front of eclipse.exe as:
"eclipse.exe -vm [Java 1.4 or above installation directory]\bin\javaw.exe"
and the problem was solved :-)
Posted by Atul Shinkar at 2:06 PM 1 comments
Labels: Eclipse, My Explorations