Did you ever have any problems with Eclipse? With initial versions of Galileo1 and in previously released Gynamed there was a problem with preassigned keyboard shortcuts on some locale’s2. The problem that Eclipse created when using Slovene keyboard layout was that while programmer wanted to type the ] key, Eclipse run File Search action.
Slovenian users are not to blame that their keyboard has ] key mapped to AltGr+G key combination. And Eclipse developers could browse through Wikipedia to discover what obscure keyboard layouts exist.
Any competent programmer will notice that with the default key mapping Eclipse guards programmers from using too many arrays since typically array is marked with [] key combination. They are advancing object oriented design and programming. But in some cases arrays actually make your code faster and optimize memory usage and fragmentation.
To discover how to remedy the problem read on. READ MORE
If you are using xmlbeans on Windows to bind your schema to Java types then you are probably using a tool bundled with the distribution called scomp or Schema Compiler. For schema compiler to work you will need to correctly setup computer environment by installing JDK. You can follow through the following check-list to detect if any additional installation steps are required on your machine setup:
Start->Run->type cmd and type java in the command line. If no error then your setup is correct; otherwise setup JAVA_HOME and add %JAVA_HOME%/bin to your Path environment variable and try again.
Start->Run->type cmd and type scomp in the command line. If no error then your setup is correct; otherwise setup XMLBEANS_HOME and add %XMLBEANS_HOME%/bin to your Path environment variable and try again.
Then run scomp. Depending on your wishes you will probably wan’t to create a .jar file of the Java types scomp compiles from schema files. I used the following command line:
Posted by BigWhale on November 21st, 2009 in Games | 4 comments
The very first unboxing post on TWM-KD. Because Modern Warfare 2 is now the new hype and everyone is talking about it I decided to purchase a copy and make an unboxing video.
Recently I wrote about installation of Windows 7 on HP Compaq 2230s. I had a few problems with device drivers which were resolved by downloading Vista drivers from HP site and installing them. My initial idea was to be able to use all devices on the notebook. I was specially interested in notebook fingerprint sensor and its capability to login to Windows account by using my fingerprint scanner.
The notebook has an OEM version of AuthenTec AES2810 fingerprint scanner. After installation of HP device driver fingerprint reader will be recognized and you will see fingerprint sensor1. Since Windows 7 got a new Biometric Framework it is only prudent that the framework will get its own configuration section in Drivers and Hardware section. But this is where ASE2810 fails. When looking at Start->Control panel->Hardware and Sound->Biometric Devices you can see the AES2810 device but Windows 7 tells you that it is unavailable. If you are interested how this can be solved then read on!
Lately I am toying with an idea of making video blog. But since I am still camera shy and I prefer to be the man behind the cam, I’ve decided that I’ll be breaking the ice with some photos first. ;) READ MORE