From eb70d8361b2e8c788b6d50ad027e86abe0e07916 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Wed, 5 Apr 2000 09:21:19 +0000 Subject: Make it clear that the jawt example is only intented to be run as a CGI --- ext/java/jawt.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/java') diff --git a/ext/java/jawt.php b/ext/java/jawt.php index db06949100..30f2235611 100644 --- a/ext/java/jawt.php +++ b/ext/java/jawt.php @@ -1,7 +1,6 @@ + // 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!"); -- cgit v1.2.1