Using xmlparserv2.jar in Altova XMLSpy

This a short howto about using Oracle xmlparserv2 in Altova XMLSpy. At the end there is a ready to us xmlparserv2standalone for download.

  1. Get xmlparserv2.jar from jdev or oc4j lib directory.
    D:\oc4j\lib\xmlparserv2.jar
  2. Unzip xmlparserv2 into any temp directory.
    For example: D:\xmlpaserv2_unzip_directory
  3. Edit:
    D:\xmlpaserv2_unzip_directory\META-INF\MANIFEST.MF
    add the Main-Class for the xsl parser:
    Manifest-Version: 1.0
    Created-By: 1.4.2_10 (Sun [...]

    read on
    Posted at 6pm on 28/01/09 | No Comments » | Filed Under: JDeveloper, Oracle, XML

Ubuntu 8.1: configure synaptics touchpad

Since ubuntu 8.1 xorg.conf won’t be used to configure input devices. Now XSever uses HAL directly. To configure the touchpad with gsynaptic frontend do the following steps.

  1. enable SHMConfig
  2. install gsynaptics: $ sudo apt-get install gsynaptics
  3. reboot

After installation, gsynaptics can be found under System > Preferences > Touchpad.

Read the [...]

read on
Posted at 5pm on 20/11/08 | No Comments » | Filed Under: Linux