Game & GBA, Anime, Dorama, J-Music, Hikago, and Me

Custom Search

August 15, 2007

GTGE Game Engine Tutorial

Filed under: Java

Here is the GTGE Online tutorial :

August 1, 2007

Java Game Engine

Filed under: Java

today, when i try googling about applet technology , i have found a good stuff for java programmer, especially game programmer.

Just like the title, i get java game engine… it’s really helpful for developing game.

Sorry, i cant give details for now.. coz i have just found it, so wait for my next post.

 

here is the link <click here> if you want to know more about this engine. Enjoy it :P

June 17, 2007

Here the new from Oracle

Filed under: Uncategorized, Java

Wed, June 13, 2007 7:18 am

I got an email from Oracle Java Developer newsletter about "Introducing Oracle Coherence - Data Grid Solution", here what i could share for you :

 

Oracle Coherence (formerly Tangosol Coherence) is a JCache-compliant, in-memory distributed data grid solution for clustered applications and application servers that makes sharing and managing data in a cluster as simple as on a single server. This means that you can now achieve greater scalability for your Java applications. Learn how in this edition. - Oracle Coherence - Quick Overview (PDF) http://www.oracle.com/products/middleware/coherence/docs/oracle-coherence-data-grid-datasheet.pdf - Achieving the impossible - Unlimited Application Scalability (PDF) http://www.oracle.com/products/middleware/coherence/docs/achieving-the-impossible-whitepaper.pdf - Free Oracle Coherence Live Web-Cast June 19 http://www.oracle.com/goto/newsletters/javadev/0607/tangosol_offer_coh_webinar.html?msgid=5701934txt - Podcast - Extreme Transaction Processing http://www.oracle.com/goto/newsletters/javadev/0607/streaming_oracle_3638.html?msgid=5701934txt - Customer Stories (PDF) http://www.oracle.com/products/middleware/coherence/docs/coherence-roi-whitepaper.pdf - JavaOne Keynote Demo http://www.oracle.com/goto/newsletters/javadev/0607/java_sun_193729.html?msgid=5701934txt - Oracle Coherence on OTN - Download and Learn More http://www.oracle.com/technology/products/coherence/index.html?msgid=5701934txt 

May 21, 2007

Bikin Jar File Cara Susah

Filed under: Java

Titipan untuk Fahim… Cowok terkeren di TC 05

Below are the detailed steps for doing this in Command Prompt and in JCreator.

Creating a jar File in JCreator

You can configure a “tool” that will automate the jar creation process.&nbsp; You only need to do it once.
  1. Click on Configure/Options.
  2. Click on Tools in the left column.
  3. Click New, and choose Create&nbsp;Jar&nbsp;file.
  4. Click on the newly created entry Create&nbsp;Jar&nbsp;File in the left column under Tools.
  5. Edit the middle line labeled Arguments: it should have
    cvfm $[PrjName].jar manifest.txt *.class
  6. Click OK.

Now set up a project for your program, create a manifest file manifest.txt or copy and edit an existing one.&nbsp; Place manifest.txt in the same folder where the .class files go.&nbsp; Under View/Toolbars check the Tools toolbar.&nbsp; Click on the corresponding tool button or press Ctrl-1 (or Ctrl-n if this is the n-th tool) to run the Create&nbsp;Jar&nbspFile tool.

With Windows Explorer, go to the jar file that you just created and double click on it to run.

Creating a jar File in Command Prompt

  1. Start Command Prompt.
  2. Navigate to the folder that holds your class files:
    C:\&gt;cd \mywork
  3. Set path to include JDK’s bin.&nbsp; For example:
    C:\mywork&gt; path c:\Program Files\Java\jdk1.5.0_09\bin;%path%
  4. Compile your class(es):
    C:\mywork&gt; javac *.java
  5. Create a manifest file:
    C:\mywork&gt; echo Main-Class: DanceStudio &gt;manifest.txt
  6. Create a jar file:
    C:\mywork&gt; jar cvfm DanceStudio.jar manifest.txt *.class
  7. Test your jar:
    C:\mywork&gt; DanceStudio.jar

Skylight Publishing
support@skylit.com

(NB : ini dibuat oleh yang tersebut di atas dan dicomot dari http://www.skylit.com/javamethods/faqs/createjar.html)

Angry Werewolf

Powered by ScribeFire.

Get free blog up and running in minutes with Blogsome
Theme designed by Minz Meyer