Step 1:
Type the following line into your Terminal
sudo apt-get install openjdk-6-jdk
Step 2:
If there was some error during the installation, re-type step 1.
Step 3:
After finish your installation, type the following command
javac -version
If your java is successfully installer, you should be able to see your java version, for example,
class testing {
public
static void main (String [] args) {javax.swing.JFrame window;
window
= new javax.swing.JFrame();
window.setSize(300,100);window.setTitle(“My
First Java Program in Lab”);window.setVisible(true);
}
}
After that, back to your terminal, and type “javac ./testing.java” followed by “java testing“.
If you see a pop up, means u had successes.

一个是LHSJ的版头,小娃终于尝试了这种风格了, 感觉还不错吧? 之前在HSJ PS World那里就有看过这种手法了,之前也说过找到类是这样的素材, 所以现在就拿来尝试了。 幸好是10个人的团体,所以就不会觉得不够图,也不会觉得太多图,这个数目,刚刚好。