zoukankan      html  css  js  c++  java
  • Game

    1.Developing Games in Java, written by David Brackeen,url: www.brackeen.com
       book all src:X:\game
       Usage:
       in command line,type java SpriteTest1,for example and a sprite can be seen on screen.
       in terminal look like this,x:\game\ch02src>java SpriteTest1 <Enter>
     
       If u want to compile java file with Ant,enter the ch02src and just type ant in command line.

       Before using j2sdk1.4.2 and ant-1.4.1,system parameters should be setted first.
       like these:
       ANT_HOME      x:\ant
       JAVA_HOME    x:\j2sdk1.4.2

  • 相关阅读:
    第一轮 J
    第一轮 M
    第一轮 L
    第一轮 K
    第一轮 I
    第一轮 H
    第一轮 F
    第一轮 E
    第一轮 C
    12杭州online E 模拟
  • 原文地址:https://www.cnblogs.com/mill2002/p/319019.html
Copyright © 2011-2022 走看看