An old Question:Is it possible run swing applet in IE?

Pls tell me what use of Swing if it only can be run in IDE.
Thank you very much.

You can use a plugin - see the following which explains all:
http://java.sun.com/products/jfc/tsc/articles/plugin/

Similar Messages

  • Which command i use to run SWING APPLET

    Hi friends,
    i m a new in swing technology i got and problem when i run swing applet .
    i make a file and complie it with -deprecation it work and make a .class file but how can i run this applet [i use jview command , appletviewer command but it can't work]
    i hope that someone hellp me.

    Just as a matter of interest and i know its a stupid question, but did you create a html file to access the class file/jar
    Here is some example code of an applet html page
    Hope it helps...
    Also have you put it in a Jar file?
    <html>
    <head>
    <title>(Whatever title youu want)</title>
    <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
    <TR>
    <APPLET CODE = "ClassName.class" ARCHIVE = "JarName.jar" WIDTH = "800" HEIGHT = "600"></XMP>
    <PARAM NAME = CODE VALUE = "ClassName.class" >
    <PARAM NAME = ARCHIVE VALUE = "JarName.jar" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
    <PARAM NAME="scriptable" VALUE="false">
    <dont worry about this>(they just variables for my applet)
    <PARAM NAME = SERVER_IP VALUE ="192.1.1.209">
    <PARAM NAME = SERVER_PORT VALUE =8701>
    <PARAM NAME = DEBUG VALUE =true>
    <PARAM NAME = REFRESH VALUE =10000>
    <PARAM NAME = TAIL_REFRESH VALUE =2500>
    <PARAM NAME = MESSAGE_TIMEOUT VALUE =60>
    </dont worry about this>
    </APPLET>
    </body>
    </html>

  • Run swing applet without installed plug-in

    Is any possible way to run swing applet without installed java plug-in? Does exist way how to load swing classes from server?

    Is any possible way to run swing applet without
    installed java plug-in? Does exist way how to load
    swing classes from server?It is impossible to run a swing applet without the plug-in.
    There may be a solution : include the swing library in your applet,
    so you don't need the plugin anymore (personnaly i prefer having
    the plugin downloaded once and the use it as needed).
    For the load from a server you will need to be more specific, but
    don't forget : the applet don't run on the server, so it won't request
    Swing classes from the server.

  • How to run swing applets in a browser??

    I understand it is a typical question and there lot of articles on it. I tried but am confused. I installed JRE1.3 which has java plug-in along with it which supports swing applets in a browser.Once i got that plug in i also downloaded html converter but am confused how should i run my swing applet.Can anyone please explain in simple steps as to how to achieve this objective..Thanks much in advance..an example would be of real big help
    Thanks

    The below links will help you.
    http://java.sun.com/products/plugin//1.3/docs/index.docs.html
    http://java.sun.com/products/plugin/1.3/plugin.faq.html

  • How to run swing applets???

    I already posed this question yesterday but i got no replies.please help me out.
    I understand it is a typical question and there lot of articles on it. I tried but am confused. I installed JRE1.3 which has java plug-in along with it which supports swing applets in a browser.Once i got that plug in i also downloaded html converter but am confused how should i run my swing applet.Can anyone please explain in simple steps as to how to achieve this objective..Thanks much in advance..an example would be of real big help
    Thanks

    u need to convert ur html-page with the applet-tags with the htmlconverter.

  • Running Swing Applet

    After running through HTML converter 1.3, my applet is running in Internet explorer but doe NOT run in Netscape Navigator.
    I used 'extension template' while converting the Applet.
    When I am running in Netscape Navigator, I am getting 'Applet Not Initialized' error message even though I have explicitly written the 'init' method.
    Does ANYONE have any idea? Could you help me??
    I am posting my code here :
    HTML file :
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <title>My Applets</title>
    </head>
    <body>
    <!--"CONVERTED_APPLET"-->
    <!-- CONVERTER VERSION 1.3 -->
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    WIDTH = "328" HEIGHT = "224" codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
    <PARAM NAME = CODE VALUE = "WelcomeApplet.class" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
    <PARAM NAME="scriptable" VALUE="false">
    <COMMENT>
    <EMBED type="application/x-java-applet;version=1.3" CODE = "WelcomeApplet.class" WIDTH = "328" HEIGHT = "224" scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!--
    <APPLET CODE = "WelcomeApplet.class" WIDTH = "328" HEIGHT = "224">
    </APPLET>
    -->
    <!--"END_CONVERTED_APPLET"-->
    </body>
    </html>
    MY JAVA FILE :
    import java.awt.*;
    import javax.swing.*;
    public class WelcomeApplet extends JApplet
    public void init() {
    public void paint (Graphics g)
    super.paint(g);
    g.drawString( "Welcome to Java Programming" , 25, 25);
    Thank You in advance.

    Hi,
    I'm not too sure what is happening with your setup - but I can say your applet & HTML all work fine for me using 1.3.1_01a/1.4 on Netscape 4.08/6.2.1 and IE 5.5 on WindowsNT 4 sp6.
    Maybe you could post the JRE you are using and also the browser version?
    Regards,
    Matt
    Java Developer Technical Support
    Sun Microsystems

  • Swing Applet won't run

    Hi,
    I am unable to run swing applets on my pc. When I view swing applets on this site in the tutorial section the applets run fine, but when I download them and try to run them locally I get a java.lang.ClassNotFoundException. All the files are compiled and in the correct directories.
    Any ideas?
    Thanks

    OK, I get your point, let me rephrase my question:
    I'm trying to run a java application,
    which does not have any syntactical errors since it compiles and runs on my development computer without any errors or warnings.
    The application is built in NetBeans IDE 5.0 (on a winXP) and uses components from the javax.swing package.
    On my other computer (winXP) I get ClassNotFoundExceptions on the swing classes.
    So I assume, I either don't have the swing classes on that computer,
    or I have them, but the java engine can't find them anyway.
    And now my new question:
    Is the javax.swing package not include in the "Java Runtime Environment Version 5.0 Update 8"?
    If it is not, where do I find them and how do I install them?
    It seems strange to have to install a development kit just to be able to run a java application.

  • Swing applet view problem in IE

    Hi,
    I am new to Java and have to develop a web enabled tool where the servlets in my Solaris-Tomcat web server is manipulating with data in an oracle database. The client code is on Swing Applet, which is to be opened in Internet Explorer 5.5 from Windows NT platform.
    In view of this, I have written a small swing applet and it is not opening in IE. I heard that I need to use HTML converter to run Swing applets in IE. But, Is it enough to download the HTML converter for Solaris and install it in the server and convert the html pages where <applet> tag is included? Or , do I need to install the HTML converter for windows to all the client machines?
    Please help. This is very urgent.
    Thanks in adance.

    You can use this html code :
    <html>
         <body>
              <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 695 HEIGHT = 525 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
                   <PARAM NAME = CODE VALUE = MyApplet >
                   <PARAM NAME = CODEBASE VALUE = "." >
                   <PARAM NAME = ARCHIVE VALUE = "MyApplet.jar" >
                   <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
                   <PARAM NAME="scriptable" VALUE="false">
              </OBJECT>
         </body>
    </html>
    replacing only the dimension, the code value and removing or modifying archive value.
    Don't modiy the classid. This code indicates to the browser to use the Sun Java VM instead of its own vm.
    I hope this helps,
    Denis

  • Swing applet

    I've been trying to get my browser (Netscape 4.77
    on Windows NT) to run swing applets. I've got
    jre 1.3.1 installed and it said it got the plugin,
    but when i try to run the test applet at the url
    www.java.com/products/jfc/tsc/articles/getting_started/applet_test.html i get an error message complaining
    about class format errors and bad magic numbers.
    i've also tried to do the same on my linux system
    and had no success (although a different error)
    how do i get swing applets to work?

    It's frustrating...isn't it?
    I ran into the same problem and found out that the demo on their site was out of date. After I downloaded the tutorial from Sun, everything worked out ok. Try the link below for a download:
    http://java.sun.com/docs/books/tutorial/
    V.V.

  • Is it possible to mirror the display on the Macbook pro which is two years old to my iMac which is four years old? Macbook pro is running OS X Lion 10.7.5 and the iMac is running OS X 10.6.8 (10K549). Neither of them have Thunderbolt ports.

    Is it possible to mirror the display on the Macbook pro which is two years old to my iMac which is four years old? Macbook pro is running OS X Lion 10.7.5 and the iMac is running OS X 10.6.8 (10K549). Neither of them have Thunderbolt ports.

    OK, well I would go with what Apple says in writing but if you want to take a trip to visit the Genius Bar that won't hurt.
    Good luck, I'm 99% certain  you will find I was correct but please let us know.
    BTW when posting please click the Reply link in the post you are replying to, otherwise we can't tell who y our comunication is directed to.

  • An old question re: "file not compatible with this version of Photoshop"

    Hi All. I'm a new member of forum with an old question.
    Running:
    MAC OSX 10.3.9
    G5
    Dual 1.8 Ghz
    1.5 GB DDR SDRAM
    Norton Autoprotect
    Nortons Firewall
    Antivrus 9.0.4
    Liveupdate 3.0.3
    CS2
    MAC is kept clear of clutter and has plenty of space in all areas. Everything is stored on Xternal HD.
    In recent weeks I have been receiving the above error message when trying to open existing CS2 layered files.
    I have searched forums including these and tried everything which has been suggested: Shut down Nortons. Worked only from HD. No  networks. Tried opening with PS 7 in Classic. IR. Illustrator. Graphic Convertor. Changed to .tif, .tiff.
    Opening files with CS is one thing I have not tried, I have not been able to find a version of 8 anywhere to buy or download.
    I have not had any success recovering layered files, it seems that once a file has corrupted in this way there is little or no chance of recovery.
    Having rebuilt many complex files from scratch I am naturally concerned I will have the same trouble with those. To try and avoid problems my latest files are made up of simple CMYK photographic images in multiple layers - no text, no smart layers, no groups.
    But a simple file made yesterday gave me same error message today.
    So today I have started saving many versions of the same file, an RGB version (so I can possible open in IR), a different name, a version as a tif, a psd, I'm keeping a version on HD which i am working on, and numerous other versions on a LACIE Xternal HD.
    Does anyone have any idea at which point in the process the file actually corrupts? Is it during saving or when sitting on HD, or is it during the opening process? Or is while working on the file?
    Some discussions suggest that if you are able to  actually open a file, a corrupt layer is found and deleted and this resolves the problem.
    If there are a number of saved versions of same file, is it likely that they will all be corrupt or might some be ok?
    I am considering upgrading to a new, more powerful MAC and a later version of PS. Does the same error crop up on these later versions? Most of the forum discussions go back a couple of years so does that mean some of these issues have been resolved in recent months?
    I imagine that it may be the opposite, ie, the more complex the programme becomes and the more virus protection etc we put on our MACS the more likely there will be problems.
    A lot of questions (and line spacing!), for which I apologise, but any thoughts or up to date comments would be very welcome.
    Thanks
    Paul

    i havent had nortons running for sometime to try and avoid this ps
    problem and although i cant really be sure there dont appear to be have
    been any virus problems.
    except of course the ps error. which is occurring with or without
    nortons turned on. i may uninstall it and see if that helps.
    bearing in mind that i am not working over networks do you think this
    issue is a ps bug pure and simple or as a result of some combo of other
    programme such as nortons affecting ps. in other words would a mac only
    running ps still encounter the same errors?

  • May Be Old question but undo not available in Acrobat X Standard

    This maybe a tired old question but I can not find a straight forward answer. In Acrobat X standard, I have some large pdf's that I created by merging many smaller PDF files together that were MS Word files converted to PDF. When I want to update something I go back to the orginal Word Doc and edit, resave as pdf then I replace the page with the new PDF. Once in a blue moon I screw up and replace the wrong PDF page (it happens). But lo and behold no UNDO, I don't get it, in Acrobat 9 it worked but I had the professional version of that. I had not saved the file or anything, so why no undo? Is it because I have the standard version?
    If I edit the PDF file with the text editor then the undo function lights up but I would think something as simple as a page replacement should be able to undo as long as you have not saved it?

    If the plug-in is not even loaded, chances are that something goes wrong
    when the OS tries to link the plug-in to dynamic libraries. Verify that you
    have all the libraries installed that are required to run the plug-in.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    PDF Software Development, Training and More...
    [email protected]
    http://www.khkonsulting.com

  • Old Laptop would like to run Arch on it

    Hi,
    I bought a cheap laptop on Ebay a RM A10 specs 1Ghz Amd Cpu 256mb ram 20gb HD... waiting for a power supply at the moment so do not have much more info at the moment.
    Will need to source a card for wifi.
    Question is would it run Arch? do I need more memory? and is 20gb big enough [mostly will be used to web and mail!]
    MrG

    I have an old laptop similar to that (1.6ghz processor, 256mb ram, 20 Gig HD). I only have one partition on it and with that setup I have space for a few movies and albums I've downloaded. I've been meaning to put more ram into this one and I'd recommend you do that same. Of course it's not entirely necessary.

  • My 4yr  old mac book pro is running slow.  Any suggestions?

    My 4yr  old mac book pro is running slow.  Any suggestions?

    Examine these articles for possible solutions;
    https://discussions.apple.com/docs/DOC-3521
    https://discussions.apple.com/docs/DOC-3353
    You should find them excellent for troubleshooting.
    Ciao.

  • I want to save my old emails as I've run out of space on my service providers server for my email.

    I want to save my old emails as I've run out of space on my service providers server for my email.
    I can't Archive as that takes space alos on the server.
    What is the best way to do this and still access/read the old emails on my iMac, 10.8.4?

    You can just drag the emails to "On My Mac" which will save them locally. Or you can use a third-party archive utility. If you're using Mail, you might look into MailSteward which will archive all your mail, including attachments, into a database:
    http://www.mailsteward.com
    I've used it for years and have been quite satisfied with it.
    Regards.
    Disclaimer: any product suggestion and link given is strictly for reference and represents my opinion only. No warranties express or implied. I get no personal benefit from the sale of any product I may recommend in any of my posts in the Communities. Your mileage may vary. Void where prohibited. You must be this tall to ride. Objects in mirror may be closer than they appear. Preservatives added to improve freshness. Contestants have been briefed on some questions before the show. No animals were harmed in the making of this post.

Maybe you are looking for

  • HP OfficeJet Pro L7680 all-in-one: Does it have internal stored memory?

    Same question as the last post only for a differnet printer model (sorry for what may seem like a duplicate question - I'm just trying to be sure I don't cause myself a headache later).  I have an HP OfficeJet Pro L7680 All-In-One (FAX/Scan/Print/Pho

  • SOFM in user decision step - provide reason in UWL

    Hello Everyone, I'm working with a customer who wants to use a user decision step and add a reason for the rejection only.  This step will be executed in UWL - since UWL doesn't support syncrhonous dialog chains, it can't be implemented by adding ano

  • How to convert a sample from labview 5.1 to labview8.0

    I have a sample from the manifacture which was programmed using the labview5.1 but now I use use the labview8.05 . Can anybody help me to convert the sample from labview5.1 to labview8.05 , thanks Solved! Go to Solution. Attachments: CaryExample.vi ‏

  • ALE Delta using Change Document

    Hi Experts, Im having a problem here.. We need to create R3 Delta Extractor for SAP Standard tables but these tables doesnt have the delta-specific field that can be used as delta. So we tried to use ALE Delta for some of the sap standard tables and

  • Adding of RAW-attachement in decision step ?

    hi, i have an decision step in an workflow. there it is possible (as SAP Standard) to attach a attachement. but the only thing a user should do there is to enter an RAW document, just a text for the next user. BUT: when i push the 'attachement' butto