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.

Similar Messages

  • Run applet without install plug-in

    Hi,all!
    I surfed on IBM site of iSeries information center and saw that this site has on it's rigth site - applet menu and it works fine even without installation of java plug in on client side.I know because in our company not everybody has a simple java JRE installation on windows environment, so
    I was wondering if one of you could help me understand how does it work without even installation of java plug in on client side?
    I cannot talk about "Silent installation" because , for example , applets that on server local network drive are not working for the same users machines. What the secret?
    Can applet run some other way than plug in on user's side?
    Thank you in advance.

    I forgut to give a link for that site :
    http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm

  • Running java application without installing JRE

    We try to run Java application without installing JRE, by copying java.exe (and other JRE files) together with our jar file. This does not work.
    Can it be solved?

    Can you elaborate on the steps to create a java
    application without installing JRE.
    Regards,
    padmaPadma,
    The solution is to deploy my JAR together with JRE files, without running standard JRE installation. This makes possible to simply ensure that my JAR will run with THIS SPECIFIC JRE. This is important from QA point of view. Also, installation of my application does not change configuration of JVMs on the computer.
    The solved problem:
    Standard JRE installation may change the default JRE for many Java applets and application on computer. Changing version JRE may lead to some programs misbehaviour (JRE backward compatibility does not always work and different Java versions not always live together well). Thus, some IT departments are very nervous about JRE version change.
    Hope, this explains my problem and the solution.

  • 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>

  • Running application(.jar) without installing sdk

    I have developed a javafx desktop application for my college students and gave them the application packaged into a jar file....Now the problem is that they want to run the application without installing the entire sdk.....Is there any way to run it without installing the entire sdk.....
    Hope Philho gives a useful answer as he does to all my other questions......

    Alas, I don't have all the answers... And I must leave some work to do to other people! ;-)
    AFAIK, there are only two solutions: install the SDK (not a big problem, is it?), or the official way: use a JNLP file that will run the application while automatically downloading the runtime.

  • How to run Java 3D Applet without install java3d

    I've written a java3d applet, and it runs correctly in browser on my computer. Now I want it can be run on other computers which havent' Java3d installed. If the program runs as application, then we can use jnlp and web-start to solve this problem. But what about applet? How can I do it just like the application?
    Pls help me!

    Hello. I read this article too. It sounds interesting but I have some questions. The example is given for win32 and what about other OSs and platforms? Sun provides different libraries for different OS. According to this article it is possible to run applets without previous installation of Java3D and if a user runs Windows 2000, Java3D libraries will be downloaded and installed from the location pointed out by the programmer. But how to do this for all OSs and all platforms and architectures so that if a user doesn't have Java3D installed on his/her computer, might to see the applet in his/her browser? Is it the only way that a programmer needs to include into "loader_singed.jar" all possible libraries for all possible platforms?

  • 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 JMF applet without JMF?

    How can I get my JMF applets to run on a users machine without JMF installed on their machine?
    Can I emded a JMF plugin in the HTML code (just enough to let them run the applet!) ?
    thanks

    please dont cry.....
    one thing is u need to send all the class files required for the applet to run on the client side.
    below is the code to detect for the plug in for ie and netscape:
    out.println("<body bgColor=\"#EEEEE0\">");
                        out.println("<h1 align=center>Aspire Chat</h1>");
                        out.println("<table border=1 align=\"center\"><tr><td>");
    //                    out.println("<OBJECT classid=\"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93\" width=\"400\" height=\"400\" align=\"centre\" codebase=\"http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0\">");
                        out.println("<OBJECT classid=\"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93\" width=\"400\" height=\"400\" align=\"centre\" codebase=\"http://java.sun.com/products/plugin/autodl/jinstall-1_4_0-win.cab\">");
                        out.println("<PARAM NAME=\"code\" VALUE=\"Vapp.class\">");
                        out.println("<PARAM NAME=\"codebase\" VALUE=\"http://"+host+":8080/aspire\">");
    // out.println("<PARAM NAME=\"archive\" VALUE=\"AspireChat.jar\">");//, sound.jar, jmf.jar
    out.println("<PARAM NAME=\"archive\" VALUE=\"Aspire.jar, jmf.jar\">");//, sound.jar, jmf.jar
         out.println("<PARAM NAME=\"type\" VALUE=\"application/x-java-applet;version=1.4\">");
    out.println("<PARAM NAME=\"scriptable\" VALUE=\"true\">");

  • Can I run a soft without install sql server?

    I just wrote a winform C# program and use SQL server 2012 for data. 
    Can I run this program on other machine without install sql server ? 
    If I can't. Are there other program simpler than sql server help me run it ?
    THANK ALL !

    Agree with Nicolas. You need to modify connection string to point to proper server name. This might help in getting proper name of instance.
    http://sqlserver-help.com/2011/06/19/help-whats-my-sql-server-name/
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Run Swing application without opening DOS prompt window

    is it possible to run a Swing application without opening a command interface window in MS Windows?
    thanks

    Don't know if you mean that, but if you try to call javaw.exe instead of java.exe there pops no prompt up.

  • Run exe file without installing labview

    i created my labview into exe file. I need to run this exe file on another computer which have no labview application. There's anerror when i try to run it.What do i have to do without installing labview application into another computer?
    Solved!
    Go to Solution.

    As Freelance_LV already asks, there are possibly additional components you require for your EXE to run.
    The easiest thing to point out is required hardware devices and their drivers. If that is available (or not used), the EXE should run with the correct LV RTE (runtime engine). You can think of the LV RTE as of the .NET framework.
    Please note that most drivers and runtime engines from National Instruments are free of charge for deployment. But there are some runtime engines which are liable to costs.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Can I Run WebDynpro Applications without Installing EP .0

    Hi,
    I Have Installed Netweaver Developer Studio 7.0 .on My Machine.
    Can Any one Tell me that Without Installing Enterprise portal can i Run Webdynpro Applications.
    Reply ASAP.
    Regards
    Kiran

    Hi julio Alberto,
    Thanks for U R Reply.
    I am New to Webdynpros.
    I am Having Pack of Dvds but i Dont which DVD contains WAS?
    Give the name of the DVD.So that I can Install WAS?
    Reply ASAP
    Regards
    Kiran

  • Want to run my applet without plug-in

    Hi,
    My applet program is running well in default browser, jvm 1.1.8. but when using Sun jvm 1.3.1 or 1.4.0 plug-in, It makes so many error :(
    So, I want to run it without plug-in, even if adding some codes.
    If even already installed Sun JVM 1.3.1 or 1.4.0 there, I want to run on browser JVM 1.1.8 by force!
    Anybody have some clues?
    thanks

    Thanks for your reply, but I also know it.
    Actually I'm trying to my applet doesn't use sun jvm naturally.
    One client connect to my chat server, and he already installed jvm above 1.1.8 version, BUT my applet doesn't use sun jvm. and it start to use default 1.1.8 version jvm.
    It's my hope.

  • Unable to run Demos applet in java plug in 1.3.1_04

    Hi
    This is dipak here, I am try to run sample appplets program from java 1.3 samples and codes page of java.sun.com, but I am getting a security warning saying that "Do you want to install and run Java Plug-in1.3.1_13".
    I already install J2RE , i.e. Java Plug-in 1.3.1_04.
    Please tell me what i have to do and Java Plug-in 1.3.1_04 is still supported by java1.3 samples and codes or not.
    Thanks in advance for help.
    Thanks and Regards
    Dipsy

    Apparently the applet you're trying to run is wanting the more recent version of Java, and is asking you to install it.
    The version you have (1.3.1_04) is very old and reached End-of-Life years ago. Updating to Java 5 would probably resolve the issue.

Maybe you are looking for