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

Similar Messages

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

  • Run applets without JRE

    Hello to all developers,
    I know that to run applets in IE we should have the JRE installed on our machines. But is there any way that we can run applets without the JRE being installed on our machines. I have also heard of something called as the Microsoft JVM. How can we use it to run the java applets.
    Thanking in advance.

    The Microsoft JVM is extremely outdated and not recommended at all. You can't really run a Java applet without a JVM, and I'm not sure if any but the one Sun makes comes with a browser plugin.

  • Is it possible to run applet without JRE

    hello friends,
    Presently I hava developed chating application. Now I want to download my applet on client side and run ther wether client's computer has JRE or not.
    so is it possible to run applet on computer which doesnt have JRE?
    Thanks in advance

    Not unless you create an executable file and jam the whole JRE into it.

  • Running JApplet without downloading plug-in

    How can I run a JApplet in IE or in Netscape without having to download the plugin from sun.
    Is there any solution for this?
    Somebody suggested me to do auto download the plugin whie initializing my Japplet. How to do auto downloading the plug-in while initializing my applet. If possible give me some referneces on the web.

    I tried both things. But it was no use. Actually what I did is, I am accessing my applet in a LAN from other machine where JRE is not present. Firsttime applet asked to download plug-in, I downloaded it. Then it is giving me nullPointer exception. But this same applet worked well on another m/c in which jdk is installed. So, what is happening here. Am I doing any thing wrong? I used html-converter. I tried with putting swing.jar file in the archive tag. I put this jar file where my html file exists.
    But no use.
    Please help me.

  • Run applet without jdk?

    I have made an applet I run with appletviewer.
    Now I want to put the whole program on a CD (or a disk) and run the program on another pc, where I don't have the jdk. Is that possible?
    Or do I have to download the jdk (or jre) on that computer as well?
    I've heard somewhere that java plugins should be sufficient, is that true?

    The "Java plugin" is the JRE.
    If you do not use special features of the JRE (such as swing components) then
    the Microsoft VM might be able to display the applet.
    Otherwise: Install the JRE.

  • Urgent - How to Run Applet without JRE installation

    I am creating an applet which displays information using JTree. This applet needs to be deployed in 'n' systems which may or may not contain JRE. Is there any way where in i can deploy in all the systems without any error.

    You could provide swing.jar and have the applet load that. It is
    slow though.

  • Re: How to play applet without installing jmf?

    I have this similar problem that I cannot make the client machine run the player applet, and I still cannot figure that out. Did you get any feedback since then?
    Jack

    Hi all,
    I have forgot to precise that :
    I have also an PHPApache server on which there are my html-file and my jar-file.
    When another user try to connect to my server... the applet (on my html-file) doesn't work :-(
    On the Apache log-file :
    [Wed Jun 12 15:04:40 2002] [error] [client 192.168.0.122] File does not exist: c:/program
    files/easyphp/www/video/java/security/PrivilegedAction.class
    [Wed Jun 12 15:04:40 2002] [error] [client 192.168.0.122] File does not exist: c:/program
    files/easyphp/www/video/java/security/PrivilegedAction.classI don't know what is this error?
    How can i solve this and where can i find these class-files
    Thanks.
    Christel

  • How to run Applets with any plug-in version = clsid version.

    I to be able to have any version of the plug-in equal or greater than that specified by the clsid and if they don't then download the plug-in version specified by the CODEBASE. This is what its says it is surposed to do in the dev notes(http://java.sun.com/products/plugin/versions.html) but its doesn't work unless I am doing something wrong.
    Example:
    I currently have version 1.4.1_01 installed and if I set the clsid to:
    clasdid="clsid:CAFEEFAC-0014-0000-0000-ABCDEFFEDCBA"
    it prompts to download the lastest version which I have specified in the CODEBASE(ie 1.4.1_01):
    CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#version=1,4,1,0,1"
    I am expecting it to just load the version I have as its already greater than the clsid version.
    I have also used clsid:CAFEEFAC-0014-0001-0000-ABCDEFFEDCBA and this does the same.
    I have also tried with clasdid="clsid:8AD9C840-
    044E-11D1-B3E9-00805F499D93" which is the any plug-in clsid and it does exactly that and just uses any version and does not prompt to install 1.4 when a machine is already has 1.3.

    I guess I don't understand what you are asking. As I see it you ask a question and then provide the answer yourself.
    To make it absolutely clear: The way to require a minimum JRE version is to use clsid:8AD9C840-044E-11D1-B3E9-00805F499D93 as the classid. This is called dynamic versioning and is described in the "Java Plug-in 1.4.1 Developer Guide": C:\doc\java\1.4.1\docs\guide\plugin\developer_guide\using_tags.html
    I don't think there is any other way. And I can't see why you would need another way.

  • Running Applet without Browser

    Hello All,
    I've developed a test applet which contains a button.
    When i click the button a Frame opens and does whatever i try to do,
    Thus,to Run my applet i type the URL in the Browser and click the button to open the Frame.
    My Problem is the Frame is destroyed as soon as the browser is closed!
    I need the frame to be browser independent.
    Could anybody suggest me how this would be possible?
    Thank you!

    Applets are intended to be run in browsers.
    There is a program included with the JDK that can run an applet - look for the appletviewer program. There are insructions on its use in the Java tools documentation.
    It sounds like you should be running a Java application, not an applet.

  • Running Xcode without install(from source control)

    I am managing a build lab and have several products/branches to provide service to and I would like my build machines not to be specialized to any one product/branch.
    The scenario I would like to have is that souce and all tools needed to build it are checked into source control and just sync and build with some prep/env setup before hand via script.
    This is very doable with Visual Studio and many other tools. Is it possible with Xcode? Has anyone gotten a scenario like this to work?
    Thanks in advance for any help/answers.

    Does this snippet from the readme shed light...
    Installation
    The Xcode and iOS SDK installer provides several options for configuring the installation from the “Customize...” button:
    •          Essentials: contains all required components of Xcode, installed by default in / Developer or another directory of your choice, including external volumes.
    Xcode Toolset: installs the core Xcode IDE, the Mac OS X SDKs, and many other developer tools. This is a required package and cannot be un-selected.
    iOS SDK: contains the iOS frameworks, tools, and iOS Simulator. If you do not agree to the iOS license agreement, this package will be unavailable. If un- selected, Xcode will install with only the Mac OS X SDKs.
    •          System Tools: installs system-level tools for performance analysis, and for system monitoring from within the Instruments application.
    •          UNIX Development: command-line tools such as compilers, linkers, and build tools. The components are always placed in /usr with only one version installed at a time.
    •          Documentation: checked by default, Xcode will download developer documentation in the background for offline reading, and automatically download documentation updates as well. If unchecked, the documentation will be read from the web instead of the local disk. The download setting can be changed after install via Preferences.
    Throughout this document <Xcode> refers to the path in which the Developer Tools Essentials components are installed, which defaults to /Developer. You can have multiple
    versions of the Xcode toolset installed. You can move or rename the <Xcode> directory, but must not alter its internal structure.
    NOTE: Only one version of the System Tools and the UNIX Development components can be installed on a computer at a time. The last installed set of these components replaces any previously installed set.

  • How to run report without installing Bex

    Hi SDN,
    my client does'nt have SAP gui , BEx he want see reports and he wants to make filtering on free characteristics.
    Please suggest me is there any way to do this?
    its very urgent\
    Thanks
    Tulsi

    hi,
    the user should have access to web portal.
    chkout the information broadcat docs.
    information broadcasting doc
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/296edc90-0201-0010-7982-c6dc0b288296
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/220c40ac368f5ce10000000a155106/content.htm
    Ramesh

  • JMF Applet without JMF installed

    How can I run the JMF Applet without installing JMF on very client before?
    I already tried to archive the jmf.jar and sound.jar and I found a code:
    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="100%" height="100%" codebase="http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0"></p>
         <param name="java_code" value="javamediaplayer.SimplePlayerApplet">
         <param name="java_codebase" value="browser/applet/">
         <param name="java_archive" value="javamediaplayer.jar,jmf.jar">
         <param name="type" value="application/x-java-applet;version=1.3">
         <param name="FILE" value="myAudioFile.wav">
    but I don't know how to use it!!!
    PLEASE help me!!!!
    THX!

    Hi
    I wrote this code to play my JMF applet:
    <applet
    code=simpleplayerapplet.SimplePlayerApplet
    ARCHIVE="jmf.jar,customizer.jar,mediaplayer.jar,multiplayer.jar,sound.jar"
    width=320 height=300>
    <param name=file value="musica.mp3">
    </applet>
    It works fine, and the applet starts normally. I have another kind of problem: what I want to play is an mp3. So I downloaded the Sun mp3 plg-in and installed it in my test machine, wich have JMF installed. The applet runs ok. But when I try to test in a machine without JMF (but with the Sun mp3 plug-in installed) i get the Unable to handle format: mpeglayer3 exception. I won't print the stack trace because is a common exception related with the plug-in. What am I doing wrong? I thought that the plug-in was necessary and sufficient for a client to play my test applet.

  • Jmf applets without jmf installed?

    i completed an application in which i can receive and broadcast audio and video over the lan/internet.
    but i have a restriction now. this only works if the target computer has jmf installed in it.
    I am actually developing an application which works like a live tv on the internet. but as i said, it is restricted only to the computer with jmf installed.
    can others who dont have the jmf installed get the applets running? i heard that i can compress the class files in .jar format and send it. but i dont know the method. and i also dont know if its going to workout.
    once again: if u go to my website, an applet loads and you have to watch my broadcast. i did the part but i am not able to integrate it into the pc's which dont have jmf installed.
    any kind of idea would be greatly appreciated.
    thanks

    As I remember there were some topics exactly matches your (even a name).
    You can just read them - they were answered.
    RTFM.
    Read forum below.
    You cant run JMF without installing.
    You can make a part of JMF to be "installed".
    Search forum.

Maybe you are looking for

  • The end of the iTunes store

    I did contact iTunes by email about not being able to use the store with a wireless connection. Here is the response that I got: I understand you are unable to connect to iTunes with wireless connection. Wireless connection is not supported by iTunes

  • How to insert element in a Queue as the nth item

    Hi Gurus, Please can anyone help with a method or algorithm that inserts item into the queue as the nth element (counting from front, which is element 1)? I have already spent a week on it...i can't seem to knock it out. Thanks in advance.

  • Software requirements for iCloud

    Is there a complete list of all the software requirements to use iCloud? I thought I just had to upgrade my Mac OS, which I did. My iPhone is already running iOS 5. But now it looks like I have to upgrade Pages. What are *all* of the software require

  • Where is the software updates located?

    Hi, Where is the software updates located in OS 10.10? Like, Pages, iPhone, etc.?? I checked the /Library/Updates/ but only 1MB+ there which doesn't make sense to me. Are these updates located anywhere else? What if it is a upgrade from an older vers

  • Z10 unusable after failed software update

    What do i do? Updated my phone this morning. It told me to restart my phone after the update, so i did. When it switched on the screen is stuck and the phone unusable. I've tried plugging it into my laptop, but gained minor access. I can't do anythin