I would like to download a Java applet to my pc. Can someone please help me. Here is website that has the applet.
http://www.digital-recordings.com/cgi-bin/www-dfg-warble.cgi

Thanks for your reply.
How do i open this file that i got from your download link to use it on my pc, just like the way it is on the website.

Thanks for your reply.
How do i open this file that i got from your download link to use it on my pc, just like the way it is on the website.

i don't knows how it's work about that applet .

i found some missing class for this applet

http://www.digital-recordings.com/www-dfg/www-dfg-warble/classes/DR_DFG_RTwarble/a.class

after downloaded 2 class
/DR_DFG_RTwarble/DFG_RTwarble.class
/DR_DFG_RTwarble/a.class

testing in my pc
i save files in E:\www\DR_DFG_RTwarble

my apache document root point to E:\www
and write html file "test.html" save in e:\www\test.html

e:\www\test.html

<OBJECT 
    classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0"
    WIDTH = "340" HEIGHT = "240" >
    <PARAM NAME = CODE VALUE = "DR_DFG_RTwarble.DFG_RTwarble.class" >
    <PARAM NAME = CODEBASE VALUE = "http://localhost/" >
    <PARAM NAME = "type" VALUE = "application/x-java-applet;version=1.4">
    <PARAM NAME = "scriptable" VALUE = "false">

    <COMMENT>
	<EMBED 
            type = "application/x-java-applet;version=1.4" 
            CODE = "DR_DFG_RTwarble.DFG_RTwarble.class" 
            JAVA_CODEBASE = "http://localhost/" 
            WIDTH = "340" 
            HEIGHT = "240" 
	    scriptable = false 
	    pluginspage = "http://java.sun.com/products/plugin/index.html#download">
	    <NOEMBED>
            
            </NOEMBED>

	</EMBED>
    </COMMENT>
</OBJECT>

try in ie
http://localhost/test.html

applet can render on page but .... i can't play .. i don't know ,why?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.