File: applet.html

package info (click to toggle)
jftp 1.52%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,852 kB
  • ctags: 2,972
  • sloc: java: 22,890; xml: 186; sh: 26; makefile: 19
file content (13 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>

<body>

<h3>JFtp should start soon...</h3>
<p>Watch your java console log if the application does not start correctly.</p>
<br><br>

<applet code="net.sf.jftp.JFtpApplet" archive="../build/jars/jftp.jar">
	Sorry, no java found
</applet>

</html>