sudo apt-get install sun-java6-jdk //下這行命令無法找到相對應的包
解決方法
sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner”
sudo apt-get update
sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts
sudo apt-get install sun-java6-jdk //下這行命令無法找到相對應的包
解決方法
sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner”
sudo apt-get update
sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts
請先 登入 以發表留言。