April 24, 2007

Eclipse - Compiler Compliance Level

To fix 'The type Vector is not generic' problem,

[Menu] -> [Project] -> [Properties] -> [Java Compiler]
- check [Enable project specific settings]
- Compiler compliance settings -> higher than 5.0

April 10, 2007

VMware - Tools (Guest = Debian)

# install gcc, c-header
apt-get install gcc
apt-get install linux-headers-`uname -r` build-essential

# install VMware tools
Windows: [Menu] -> [VM] -> [Install VMware Tools]
Linux: cp /medai/cdrom*/VMwareTools-*.tar.gz

# Shared Folders
Windows: [Menu] -> [VM] -> [Setting] -> [Options] -> [Shared Folders]
Linux: cd /mnt/hgfs

April 2, 2007

VMware - NAT Setting (Host = XP)

1. [Local Area Connection Property] -> [Advanced]
- Check "Allow other network users to connect through this computer's Internet connection"
- Home Networking Connection: VMware Network Adapter VMnet8

2. Virtual Machine Settings
- Ethernet: Custom -> VMnet8(NAT)