Does Java work on the OpenMicroServer?
The following versions work: • Java software products • intent • Open Source Java VM • Kaffe Tested on OpenMicroServer under SSD/Linux and Debian. See http://www.kaffe.org/compatibility_japitools.shtml for the status of kaffe’s implementation of Java API. • SableVM Tested on the OpenMicroServer under Debian. 399 Back to top • I want to read data from an external storage device (USB Memory Stick, USB HDD, CF Card etc.) formatted in a windows file system (FAT). Please update the OpenMicroServer to the latest firmware version. VFAT support was included in firmware RELEASE-20060727. To format the storage device in FAT, please use a Windows PC. You can use the storage device in the OpenMicroServer after you mount it with the mount command. • In case of a CF # mount -t vfat /dev/hda1 /mnt • In case of USB Flash Memory or a USB HDD # mount -t vfat /dev/sda1 /mnt In the above example, the device can be accessed in the directory /mnt. 397 Back to top • I configured the httpd (http daemon) over