954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to extract Java applet class file?

I need to reproduce the following java applet (click potometer simulation) to modify with some more parameters.

http://kegsnet.org.uk/mod/resource/view.php?id=2760

I tried to retrieve the applet class file (Potometer.class)but could'nt get it...

Can anyone guide me in extracting the code...

Thanks,
Johanna

johanna26
Newbie Poster
3 posts since Oct 2008
Reputation Points: 10
Solved Threads: 0
 

Hmmm........ So you wish to extract the code of this applet and show of to others as your own.
I do not think any one will be too enthusiastic to help you on that !!!

stephen84s
Nearly a Posting Virtuoso
1,443 posts since Jul 2007
Reputation Points: 668
Solved Threads: 154
 

I am new to Java applet.. pls help me out....
I have a very short period to complete this task...

johanna26
Newbie Poster
3 posts since Oct 2008
Reputation Points: 10
Solved Threads: 0
 
I am new to Java applet.. pls help me out.... I have a very short period to complete this task...

Since you [TEX]have a very short period to complete this task[/TEX] you should have started studying and writing code sooner, and not wait till the last moment and decide to cheat

javaAddict
Nearly a Senior Poster
Team Colleague
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
 

thank u so much....

johanna26
Newbie Poster
3 posts since Oct 2008
Reputation Points: 10
Solved Threads: 0
 

without a doubt you've been given some course material to study, and if not, Google can always find you some

stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
 

You can't. Once a code have been compiled, you can't get back the original code, no matter what. Determining how the code is working and reproducing the original code by yourself is called reverse engineering, and requires much more knowledge that writing it all by yourself.

MoZo1
Junior Poster
119 posts since Mar 2008
Reputation Points: 43
Solved Threads: 4
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You