Make it clear that the jawt example is only intented to be run as a CGI

This commit is contained in:
Sam Ruby 2000-04-05 09:21:19 +00:00
parent 5c40dfa374
commit eb70d8361b
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
<?
// this example makes about as much sense from a web server perspective as,
// say, launching and interacting with Microsoft word. <grin>
// This example is only intented to be run as a CGI.
$frame = new Java("java.awt.Frame", "Zend");
$button = new Java("java.awt.Button", "Hello Java world!");

View File

@ -1,7 +1,6 @@
<?
// this example makes about as much sense from a web server perspective as,
// say, launching and interacting with Microsoft word. <grin>
// This example is only intented to be run as a CGI.
$frame = new Java("java.awt.Frame", "Zend");
$button = new Java("java.awt.Button", "Hello Java world!");