Click to See Complete Forum and Search --> : download
cube
January 19th, 1999, 09:19 PM
I am trying to download a class, but I can't seem to do it...
the web page where the app is displayed is: http://www.netnc.com/netjonez/chatt.html
When I try to download it, it sais it's not found. But I know it's there because the applet is displayed....
can somebody please check out this site and try to download it and tell me what I'm doing wrong?
thanx... Cube
aravind_ghosh
March 18th, 2000, 03:04 PM
Sorry the way you are trying to do is entirely wrong. One cannot download a class file directly from a site(upto my knowledge). Can you tell who you were trying to download the class from there.
aravind ghosh ch
Infothread (p) Ltd
Hyderabad
India
98490 37540
091 040 3816697 (o)
March 18th, 2000, 09:20 PM
Hi, if you take alook to code of that web site (View->source), you will
notice this line:
<APPLET CODEBASE="http://c24076.channels.chatplanet.com/chatplanet-codebase"
, this means that the applet is in another directory, it's protected.
March 18th, 2000, 09:53 PM
It's easy to download a class, but the class has not to be in a codebase,
I downloaded lot of classes,and even I can decompile them to java file.
weaver
March 19th, 2000, 10:19 AM
Why not do this...
Clear your browsers cache. Then go to that page, and then go somewhere else. Then copy all .cla or .class files and all .jar files to another directory. If you are able to decompile class files you will then have the code you need.
Remember, every page you go to in your browser is logged.
-------------------------------------------
weaver
icq# 64665116
Please rate this post.
http://weaver.x7.htmlplanet.com
aravind_ghosh
March 19th, 2000, 11:53 AM
Is it? Thanks for that. Can you please tell me the procedure to download the class directly from the browser.
Thanks once again,
aravind ghosh ch
Infothread (p) Ltd
Hyderabad
India
98490 37540
091 040 3816697 (o)
March 19th, 2000, 07:22 PM
Hi, Could you please tell me the procedure of copying .class from the browser, where should I go.
Thanks
weaver
March 19th, 2000, 08:17 PM
First off, you have to find out where the cache for your browser is. In netscape, choose the preferences option. Then choose Cache under Advanced. In the text box lebeled Disk Cache Folder, take note of the directory it is pointing to. Then go to that directory and copy the .class files from it.
If you are using Internet Explorer, go to the Temporary Internet Files directory in windows. Copy the files from there.
-------------------------------------------
weaver
icq# 64665116
Please rate this post.
http://weaver.x7.htmlplanet.com
March 21st, 2000, 12:23 AM
I am using both netscape and IE, after loading applets in both browsers, I went to temp directory and the directory for the cache( for netscape), but never find
a class file, could you please help me.
Thanks
weaver
March 21st, 2000, 06:55 AM
The class files won't be the same name as normal because the browsers use their own naming system. That is why you'll need a decompiler. So that you can decompile it, then recompile it for use.
-------------------------------------------
weaver
icq# 64665116
Please rate this post.
http://weaver.x7.htmlplanet.com
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.