Search |
||
Java LiveCDPosted by claudio on June 25, 2006 at 10:38 PM PDT
How much time do you need to assemble and configure a usable java development environment with the regular tools a java developer needs to start coding ? Well, you can cut some time here, by using a Linux LiveCD with Java Tools, just boot it up and your initial java environment is ready to the first javac. This LiveCD is very useful when:
That is the basic spec:
This great work was done by Claudio Ferreira Filho (en|pt), leader of BrOffice (OpenOffice Brasil). Thanks Claudio. Some tips to use this LiveCD:
To configure the networking settings manually. Suppose the networking settings are: IP: 192.168.1.10 DNS: 192.168.1.1 Gateway: 192.168.1.1 Ethernet interface: eth0 1. Configure the IP sudo ifconfig eth0 192.168.1.10 2. DNS sudo gedit /etc/resolv.conf and replace everything by this: nameserver 192.168.1.1
3. Gateway
sudo /sbin/route add default gw 192.168.1.1 ** eth0 is the first ethernet interface, like the "Local Connection" in windows terminology You can download it from: http://www.broffice.org/~filhocf/tmp/image.iso Please, any comments, rant and suggestion, use the comments form below. »
Related Topics >>
Java Tools Comments
Comments are listed in date ascending order (oldest first)
|
||
|