This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
where <options> include:
-debug Start the applet viewer in the Java debugger
-encoding <encoding> Specify character encoding used by HTML files
-J<runtime flag> Pass argument to the java interpreter
The -J option is non-standard and subject to change without notice.
If anyone can help me to get this to display in the Applet Viewer I would appreciate it. Using the most recent Java 7 and working from the book, ch. 14, Java A Beginners Guide (fully updated for JDK 7) from Oracle
Thanks in advance
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
1
The second "<applet>" should be "</applet>" instead.
Dj Driver
Greenhorn
Joined: Nov 11, 2011
Posts: 16
posted
0
and after reading your reply I implemented it and it worked. Thank you
p.s. - I also noticed that I missed the / in the book example.