Re: Bring Java Swing to Web Programming Software Development by NormR1 AppletViewer comes with the JDK. Look in the bin folder appletviewer and application package name Programming Software Development by drsnet41 …= 300> </applet> When I execute the command: appletviewer test.html Everything works great. I run into trouble when…with: package applet; I find I can't get the appletviewer to work. I get an error that reads: java.…and several others but nothing works. How can I get appletviewer to recognize my applet if it has a package name? Re: appletviewer and application package name Programming Software Development by drsnet41 …. Where should my files reside? What directory should I run appletviewer from? Thanks Re: appletviewer and application package name Programming Software Development by <Anurag> … first applet program? First of all you must have an appletviewer in your directory i.e.,(C:\Program Files\Java\jdk1… Help!! Applet only works in AppletViewer but not in html file with <applet> tags!!! Programming Software Development by rackus … work. :eek: Next I used the commands at command prompt: `appletviewer sample.htm` The applet opens up and works fine. The… Re: Help!! Applet only works in AppletViewer but not in html file with <applet> tags!!! Programming Software Development by alpha_foobar … it in an html page. When you load it in appletviewer, it is given focus (as it is obviously the only… Re: Help!! Applet only works in AppletViewer but not in html file with <applet> tags!!! Programming Software Development by rackus … the files in the same directory instead of using the appletviewer? The current setup i have is everything stored in the… Applet Works Differently in Browser than appletviewer Programming Software Development by Germy Loo …. It works as I want it to when viewed in appletviewer, but when I view it from a browser, clicking Proceed… Re: Programme Compiled but not Run Programming Software Development by masijade …contains a reference to your applet, then run appletviewer as follows [code] appletviewer <full/or/relative/path/to/html/… as well then enter that as the argument to appletviewer. That does not change the original problem though, …which was that you executed appletviewer without an argument, so how was it to know… Applet load to fail Programming Software Development by raviaaaa …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source…) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source… Programme Compiled but not Run Programming Software Development by pardeep3dec … javac MyCanvas.java it is compile but when i use appletviewer then it shows following error. E:\pardeep\java\JAVAPROGRAMMES>…;javac MyCanvas.java E:\pardeep\java\JAVAPROGRAMMES>appletviewer Usage: appletviewer <options> url(s) where <options>… APPLETS and server Programming Software Development by himanjim …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source…) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source… Re: unable to execute applets? Programming Software Development by madhavipoudala … the class name should be capital (Sampleapplet) ) javac Sampleapplet.java appletviewer Sampleapplet.java The applet window will be opened. 2. And… filename by which you have saved. javac Sampleapplet.java appletviewer Sampleapplet.html (or) appletviewer filename.html // if you have given the other… Re: unable to execute applets? Programming Software Development by kumarprabu … program using javac and run the applet using appletviewer. if u want run the appletviewer u want write the applet tag in… u mention that file name fully with extension because the appletviewer read ur applet tag from that file only. so only… applet not initialized Programming Software Development by neknek …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source…) at java.lang.Thread.run(Unknown Source) I tried using appletviewer but it says "applet not initialized". Here is… how to control the size of applet Programming Software Development by and12 … the size of the applet when it appears in the appletviewer and i assume that will be how it looks on… is still too big to show the whole game in appletviewer. It ignores setSize or setExtended. I haven't been able… Applet load to fail Programming Software Development by raviaaaa …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source…) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source… Re: problem with database Connection in applet Programming Software Development by gowrishg [QUOTE=Ezzaral;729942][url]http://www.oracle.com/technology/oramag/code/tips2004/031504.html[/url][/QUOTE] I am afraid that i have mentioned, that my application IS NOT running via appletviewer but uses web browser. The above link gives procedure to run applet using appletviewer, which is different from running application in web browser. Unable to execute a video file in browser using Java Programming Software Development by Karthika Hi all, I am new to Java, I have been playing a video file using Java JMF in applets but am unable to play it in a browser, the program runs well while using appletviewer <filename>. I am worried about it :cry: , it is really very important for me to complete it..... Thank you in advance for your help....... Karthika IBM On-Demand Host Entry 3.0 Issues. . Programming Software Development by Hantra …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source… Applet File Permission !! Programming Software Development by msi_333 …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source… Applet size Programming Software Development by speedygonzalez …'m running windows XP. The error it shows in the appletviewer is "Applet not initialized" and in the prompt… it gives "not initialised" on the Applet Programming Software Development by fatjoy25 … given by the command prompt, pls, help. C:\z>appletviewer draw.java java.lang.Error: Do not use draw.setLayout… assist on this exception Programming Software Development by fatjoy25 … Daniweb forum should assist on this exception. C:\z>appletviewer MyPaint.html java.lang.IllegalArgumentException: adding container's parent to… assist on this exception Programming Software Development by fatjoy25 … Daniweb forum should assist on this exception. C:\z>appletviewer MyPaint.html java.lang.IllegalArgumentException: adding container's parent to… Trying to add a simple applet to a web page Programming Software Development by lordsvae …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source… Applet is not displaying update image Programming Software Development by staneja … the previous image to me I want to execute through appletviewer as i dont want to show putut in web browser… Applet Problem... Programming Software Development by USUAggie …) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source… Help: applet can not find image files Programming Software Development by ze0001ng … the image files but it works perfectly fine by using appletviewer. Here is the code for defining the applet: [CODE] <… unable to execute applets? Programming Software Development by ravikiran032 …;simple applet",30,30); } } [/B][/I]:?: javac sampleapplet.java appletviewer sampleapplet [B][U]The following error is displayed:[/U][/B…