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.

Similar Messages

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

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

  • 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

  • Problem running applet with JRE 1.3.X

    Hi,
    I've developed an applet that works fine with MS JVM and JRE 1.4, but fails under JRE 1.3.x.
    Anyone knows what i've todo to my applet to get compability with JRE 1.3x too.
    Thanks,
    rjc

    Are you compiling under 1.3x and then trying to run in MS and 1.4? If so please tell the errors you are getting when you compile or what you're having problems in.
    You're question is like me saying I have a feild full of volvo's from various years and I have a box of replacement parts from vaious years--but not nessisarally the same years as I have cars, which ones do I need to fix them? (impossible to say isn't it without more info)
    or as I usually say: "My crystal ball is in the shop, please supply specific information for what you want answered."

  • IE Freeze when running applet on JRE 1.4.2_06

    When i run my applet on IE 6 with JRE 1.4.2_06 and try to close IE window it freezes the IE window, while if i run the same code in 1.4.1_05 it works fine.
    The OS is windows 2000 Professional and IE is 6.0.2800.1106.
    Also the same applet works fine on Windows XP with IE 6.0.2900.2180 SP2 with JRE 1.4.2_06
    Please help....

    The difference between the 2 is that the public JRE can be accessed from the command line using just "java ....", because the Registry maintains the pointers to it. You can use the other one (inside the JDK), but you have to provide explicit directions to it - via full paths, ie "C:\...\bin\java ....". This JRE doesn't jhave any Registry entries associated with it.
    Once accessed, the 2 work identically.
    If the jars are used only by programs that you execute via "java ...", there isn't a need to put a copy in the JRE that's in JDK_HOME.

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

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

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

  • Applet can not run without JRE

    I have compiled the applet with J2SE 1.4.0. When I tested on the browser IE 5.0 in my computer, it could run because there is JRE included by J2SE 1.4.0 in my computer. When I tested in other computers, it can not run.the display only gray rectangle and there was a statement x.class is not found in bottom bar.The browser IE 5.0 is java enable. But when I access the webpage that include java application in the same computer without JRE, that could run.
    what wrong?
    thanks

    It is likely that the applet you compiled is using bytecode or features that the other machines don't recognize/have. If the other machines have the MS Java virtual machine but don't have the Sun virtual machine, try compiling the applet with the compiler option "-target 1.1" and see if that helps. It may, unless you used Java features that don't exist in Java 1.1 (for instance Swing classes). If so, then the other machines won't be able to run the applet unless they have the Sun jvm installed (like your machine).

  • Java 3d in applet without plugin or JRE download???

    Hi,
    I have put some applets made in Java 3d on web. They contain 3d graphics and lots of animation. But it only works if people have JRE, Java Plugin etc. How can I make anyone anywhere in the world see my applets without them having to download anything?? Please help.
    Anurag

    So ur asking how do I run java without having java.
    The answer is you can't.
    Most computers ship with java now, and Linux users can figure it out.
    You could always use one of the IE security holes to automatically install java. lol

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

  • How to switch between jre 1.5.0 and 1.4.2 when running applet in browser?

    Hi,
    I have JRE 1.5.0_05 and 1.4.2_04 installed and currently applet in browser is always run under jre 1.5. How to run the applet under jre 1.4.2 in browser?
    Thanks a lot

    Hi,
    Thanks for the info. I was thinking that the note didn't work for me, apparently I didn't use the conventional APPLET tag.
    Is there other way to switch JRE if I'm not using APPLET tag?

  • Run applications without  JDK/JRE?

    Dear Sir/Mdm,
    Is it possible if i could run a compiled Java application on a PC WITHOUT jdk or jre installed? If it is possible, could you share some ideas with me? Essentially, i just want to double click a certain icon in order to run the application, and no more hassles. And i want to keep the entire package small & without JRE. Please advice. Thank you for your time and attentions.
    Sincerely Budy

    The options I would consider: use an executable jar or my favorite, Java WebStart:
    http://java.sun.com/products/javawebstart/
    Keep in mind platform independency, if this is that much of a problem, bundle your application with the latest JRE.

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

Maybe you are looking for