Hi,
i have to find and study program of "noughts and crosses". i searched many programs from website, but all of them are written in java applet.
i have never learnt java applet before, is "noughts and crosses" written in java applet only? if not, how can i find this kind of program.
furthermore, how to run program written by java applet?
thanks
Rob_Darkins
06-14-04, 08:42 AM
Okay, firstly: a java applet is a java program coded to run on the web, via a browser (typically).
But, you can write naughts and crosses in many other programs, it's just that for it to be able to run in a browser, you need to make an applet (java only).. unless ofcourse you're a pro at ActionScript, for flash.
However, if it's the code you need. You can very often actually retrieve the code of an applet/any java class!
It's called reverse-engineering.
You simply retrieve the name of the java class from the source code (via your browser). Then download yourself a copy of that program.
Once done, you run a decompiler. (I recommend "jad.exe").
This will output the source code to the java class, and there you go!
Good Luck,
Rob Darkins
rob_darkins@hotmail.com
Hi,
i have to find and study program of "noughts and crosses". i searched many programs from website, but all of them are written in java applet.
i have never learnt java applet before, is "noughts and crosses" written in java applet only? if not, how can i find this kind of program.
furthermore, how to run program written by java applet?
thanks
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.