Search found 1 match
- 05 Jun 2013 02:47
- Forum: DOS Batch Forum
- Topic: applet and server
- Replies: 3
- Views: 2657
applet and server
What is the instruction to perform server and applet from the same batch file? The server starts with instruction: java-cp namearchive.jar package.of.class.NameClass The applet executes it with instruction: appletviewer Applet.java started separately but do not work, is a problem of directory? The p...