[java] Applet error..

Started by
-1 comments, last by Wrathnut 23 years, 10 months ago
I was hoping somebody here could help me with(what should be) a very simple qusetion. So here goes. I have an applet that keeps getting this error message: Symantec Java! ByteCode Compiler Version 210.065 Copyright (C) 1996-97 Symantec Corporation # Breaking into debugger. java.io.IOException: CreateProcess: vcafe -netscape error=2 at java.lang.Win32Process.(Compiled Code) at java.lang.Runtime.exec(Compiled Code) * at java.lang.Runtime.exec(Compiled Code) at netscape.debug.Debugger.launchDebugger(Compiled Code) at netscape.debug.Debugger.debugBreak(Compiled Code) at netscape.applet.ConsoleFrame.keyDown(Compiled Code) at java.awt.Component.handleEvent(Compiled Code) at netscape.applet.ConsoleFrame.handleEvent(Compiled Code) at java.awt.Window.postEvent(Compiled Code) at java.awt.Component.postEvent(Compiled Code) at java.awt.Component.dispatchEventImpl(Compiled Code) at java.awt.Component.dispatchEvent(Compiled Code) at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code) at java.awt.EventDispatchThread.run(Compiled Code) Whatever this error is it''s always there... Even when the applet is functioning correctly.. Otherwise it seems that the applet window never initializes in the webpage. Also what the hell does "vcafe -netscape error=2" mean. Is there a place where I can go to look up that error code? Any help would be greatly appreciated. War doesn't determine who is right, war determines who is left.

This topic is closed to new replies.

Advertisement