Friday 26 October 2012

How to integrate eclipse with Weblogic 11gR1 10.3.5

Requisites

  • Weblogic 11gR1 installed and configured.
  • Eclipse indigo javaEE
1. Add Weblogic server adapter
In eclipse, preferences > Server > Runtime Environments click on Add... a window opens with the available adapters. If Oracle > Weblogic is not available, click on "Download additional server adapters" and install "Oracle Weblogic"

2. Once the adapter is installed, "Oracle Weblogic Server 11gR1 (10.3.5)" should appear in the list of available types in the previous window (Add a Runtime Environment). Select and click Next

3. Important, the "Weblogic home" entry should point to the "wlserver_10.3" directory where the server was installed. Any other directory will not be valid. Once properly selected, the next entry (Java home) should be filled automatically.

Tuesday 27 March 2012

How to recover the Numeric keypad in Ubuntu 10.04

I have a laptop Samsung R540, running Ubuntu 10.04. The numeric keypad stopped working
When you BlockNum key does not work to enable your numeric keypad, try:
  1. Try with Shift+BlockNum first.
  2. If that doesn't work. Try menu System-> Keyboard.
  3. The Keyboard Preferences opens. On the Layout tab, make sure you have a compatible Keyboard model with numeric keypad. If in doubt, any "Generic 105-key" will do.
  4. On the Mouse Keys tab, the Pointer can be controlled using keypad option should be unchecked.
  5. If the keypad is still not working, go back to the Layouts tab, and click on the "Options..." button.
  6. Among the Miscellaneous compatibility options you'll find "Default numeric keypad keys" which should be checked.
HTH.