Java without MS VM

Hello,
I thought this would be a good forum, because the question is about 100% pure java.
I have a question about installing applets.
I have an XP machine. Which I removed the MS VM from it.
The key is REMOVED. not turned off.
This can be done by:
1. From the Start menu, select Run.
2. Enter the command
RunDll32 advpack.dll,LaunchINFSection java.inf,UnInstall
to start the uninstall process
3. Click Yes to the confirmation, then select Reboot.
4. After the machine restarts, delete the following items:
- the \%systemroot%\java folder
- java.pnf from the \%systemroot%\inf folder
- jview.exe and wjview.exe from the \%systemroot%\system32 folder
- the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Java VM registry subkey
- the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Internet
Explorer\AdvancedOptions\JAVA_VM registry subkey (to remove the Microsoft
Internet Explorer--IE--options)
I have installed the sun VM, and turned it on. Rebooted the machine, etc...
Now when I use the following code.
<applet code='com.xxx.yyy.zzz.XferInstallApplet'
width='0' height='0'
id='installationApplet' name='installationApplet'>
<param name='version' value='<%=serverVersion%>'>
<param name='useslibrary' value='Content Transfer Applets'>
<param name='useslibrarycodebase' value='<%=strContextPath%>/wdk/contentXfer/DwContentXfer35FS2.cab'>
<param name='useslibraryversion' value='3,5,2,0'>
</applet>
I get an install for the VM dialog. Looks like a Microsoft thing.
can anyone help???

If you run the setup for the 1.3 + JRE, it should ask you if you want to use that JRE in IE versus the ms one.

Similar Messages

  • Is it possible to un Webdynpro java without SAP EP?

    Hi,
    I have a unique requirement.
    My customer is new to SAP EP / Java Webdynpro.
    He requires Webdynpro components to run without SAP EP.
    In other words, he wants create an ALIAS for Webdynpro component URL which is displayed when we run the component from NWDS and publish the url in web page.
    Even I am not sure whether Webdynpro will work without SAP EP?
    He down't want any SAP EP features such as authentication / role assignment etc.
    Kindly let me know is it possible to un Webdynpro java without SAP EP? how?
    Thanks
    Prabhu.M...

    Hi,
    yes, this should be possible. Nevertheless you need to install WebAs Java. I'll move your thread to WebDynpro Forum.
    Anja

  • Is it possible ? : Webdynpro java without SAP EP

    Hi,
    I have an unique requirement.
    My customer is new to SAP EP / Java Webdynpro.
    He requires Webdynpro components to run without SAP EP.
    In other words, he wants create an ALIAS for Webdynpro component URL which is displayed when we run the component from NWDS and to publish the url in web page.
    Even I am not sure whether Webdynpro will work without SAP EP?
    He don't want any SAP EP features such as authentication / role assignment etc.
    Kindly let me know is it possible to run Webdynpro java without SAP EP? how?
    Thanks
    Prabhu.M...

    Hi Prabu,
      You will get answer for all your question, see through link.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00f7103-6790-2a10-ac9c-fcac7c5b18a3
    Also this might be helpful,
    /docs/DOC-8661#section10 [original link is broken]
    Thanks,
    Arun

  • How to make a table in java without using GUI??

    how can i make a table in java without usinf GUI, just simple codes??
    NAME ID NUMBER ADDRESS STATUS

    If you simply want to store them internally, you don't want to use a table.
    Make a simple class with properties id, name, number, address, status. Then create a Hashtable that indexes instances of the class by id or some other property.

  • How to connect from java without using oracle client installation

    hi ,
    Please tell me how to connect from java without using oracle client
    Thanks & Regars

    http://www.orafaq.com/wiki/JDBC#Thin_driver

  • Including jar file to Oracle-Java without unpacked

    Hi All,
    I am writting JAVA classes in Oracle, but I don't know how to include a jar to the Oracle.
    I had tried to use loadjava, and the classes inside the jar were unpacked and included successfully.
    However, I am doing some cryto things associated with RSA, and if the jar is unpacked, the signature will be broken and I can't use it anymore.
    Is there any way to include a jar file to the Oracle system without unpacking it?
    In details, I want to include a jar file which contains the signatures and information of the provider "BC" (org.bouncycastle.jce.provider.BouncyCastleProvider) to my code. It works perfectly on Java alone. In Oracle, the compilation error is "cannot resolve symbol "import org.bouncycastle.jce.provider.BouncyCastleProvider".
    I am using Oracle 10g Enterprise Release 2.
    Please give advices. Thank you in advance.

    From the documentaton:
    "When you pass a JAR or ZIP file to loadjava, it opens the archive and loads the members of the archive individually. There is no JAR or ZIP schema object."
    This matters because "Unlike a conventional JVM, which compiles and loads from files, the Oracle JVM compiles and loads from database schema objects."
    Sorry.
    Do you really need to load the jar? BounceyCastle does offer all the sources for all its stuff. I know it's a lot of pfaffing about but you could just download the SRC zips and the then loadjava each .java file you need. Should be too hard to automate that process.
    Cheers, APC

  • Performing sql queries in java without using java libraries

    i wonder whether its possible to perform sql queries beginning from create table to updating queries without using the java sql library.
    has anyone written such code.

    You could use JNI to talk to a native driver like the Oracle OCI driver. Doing this is either exiting or asking for trouble depending on your attitude to lots of low level bugs.

  • Howto take a CONSISTENT backup of AS-Java WITHOUT shutting down?

    According to the official documentation one needs to shutdown the Java instance (EP, KM, BI-Java) and backup filesystem and database at the same time to ensure consistency, so far I understood.
    Since there is no easy way of finding out, who's logged in at a specific moment, we have no chance to inform logged in/working users about an imminent downtime/shutdown.
    Things become even worse, if backups are taken at night when different timezones are using the system productively.
    What is a recommended "best practice" for those kind of setups? Is there anywhere an information on which of the running applications writes data into the filesystem so we could probably keep it in sync with the database "manually" in case we need to recover a backup, that was taken online?
    Any input greatly appreciated.
    Markus

    Hi Markus,
    my strategy is to take an online (cons) backup every night and an offline backup every sunday at 00:00.
    There is a way to take an online cons backup, and now is supported in 2004s (maybe too in NW04 but NOT in was 6.20).
    Here are my scripts for online/offline backup.
    Online :
    xcopy E:\usr\sap E:\BO\j2e /Q /E /C /H /R /O /Y
    xcopy E:\FSDB E:\BO\fsdb\ /Q /E /C /H /R /O /Y
    brbackup -p initp1pOnline.sap -d disk -t online_cons -m all -c -u system/password -k no -e 0 -l E -a -p initp1pOnline.sap -save_delete -d disk -n 10000 -c -u system/password -k no -l E
    Offline :
    stopsap name=p1p nr=00 sapdiahost=sapep1p
    stopsap name=p1p nr=01 sapdiahost=sapep1p
    net stop SAPP1P_00
    net stop SAPP1P_01
    xcopy E:\usr\sap E:\bof\j2e /Q /E /C /H /R /O /Y
    xcopy E:\FSDB E:\bof\fsdb /Q /E /C /H /R /O /Y
    brbackup -c -u system/password
    net start SAPP1P_01
    net start SAPP1P_00
    startsap name=p1p nr=01 sapdiahost=sapep1p
    startsap name=p1p nr=00 sapdiahost=sapep1p
    I tested both backups and was able to restore from scratch without problem.
    Brad

  • How to automatically update Java without notifications

    I just want Java to automatically update in the background - like Windows updates do.  Is such a simple thing possible?  If so, how?
    I understand that techies think it important to be notified.  However, I am not a techie, just a regular computer user who is annoyed by continual requests to update Java when I have no reason to say no.
    Thank you.

    Hello,
       There is no way for Java to be updated without some amount of user intervention. If you would like to forgo any dialogs, there is silent install, which requires that you download and run the installer from the command line. You can see more about the silent install here: JRE Installer Options
    -Roger

  • Running javafx from java without jfx sdk installed

    I need to run jfx application on client's computer(without jfx sdk installation and outside the browser) from a java code.
    I also need to path parameters from java to javafx and to get return value.
    What i did:
    1) put a.html, a_browser.jnlp and a.jar files on the server.
    2 )run javafx application from java by swt.browser.setUrl(server address/a.html)
    To pass parameter:
    I know single option to pass parameter - create a1.html, a2.html ... an.html for each possible parameter value and javafx will read this parameter by FX.getArgument("parameter"). This solution is ok in my case. But i don't know how to return value back to java.
    thank you

    Problem solved. I used
    Context context = FXLocal.getContext();
    FXClassType instance = context.findClass("loginscrean.PlayerAdapter");
    ObjectValue obj = (ObjectValue)instance.newInstance();
    PlayersObserver po = (PlayersObserver)obj.asObject();
    po.RestartPlayersList();
    in java method which was trying to connect and in RestartPlayersList(); I used FX.deferAction(function() {  method content  });
    I dont't know whether it is a right way of doing it but seems to be working.
    P.S. The reason why application hanged was being careless with synchronization which as a result caused a dead lock.

  • Running Java without Command prompt support

    Hi,
    Can I run my class file without showing the command prompt in background.
    I tried with javaw, but its not working. I have jdk1.5 installed.
    please help me

    Jar files (<wavey subliminal type effect>search button</wavey subliminal type effect>) are on most modern OSes double clickable.
    http://java.sun.com/docs/books/tutorial/jar/index.html

  • Run java without the terminal

    I am working on an application(a gui of course), and I would like to be able to run it without a terminal in the background? Is this even possible? I know about executable jar files, but a majority of the time, the OS won't know what to do with it.
    For the time being, I made a very simple C program which calls the java command, but it opens a termial anyways.
    Please advise (ooohhh, what a fancy way to ask for help. Advise makes it sound cool XD)

    And either way, this still opens a terminal :(Not on any of the systems where I've used it.
    It sounds like you and/or some crap applications you've installed have messed up your environment.
    Can't you remap whatever KDE uses to handle various filetypes?

  • How to execute java without a DOS console?

    I'm running java in the Windows platform.
    Every time when I run java program, there must be a
    DOS window.
    Is there any way that I can run java program without a DOS console window.

    Check out "executable jar files" - http://java.sun.com/docs/books/tutorial/jar/basics/run.html

  • How to run an application i created in java without using eclipse

    Im familiar with running an application i create thru command prompt or eclipse, how do i create a file to run on any computer with java so i can double click the file and my application runs. C# automatically does this, do i need to do an extra step to the jar file?

    Hi,
    You need to make an executable JAR file. There are a few ways you can do this but since you are using Eclipse you can follow this tutorial.
    [http://www.fsl.cs.sunysb.edu/~dquigley/cse219/index.php?it=eclipse&tt=jar&pf=y]
    The most important part is the manifest file, if you have dependencies on other JAR files they will need to be specified along with the
    main method to call to start you program. You can do this via the Eclipse Wizard.
    It will be in your interests to read this tutorial also
    [http://java.sun.com/docs/books/tutorial/deployment/jar/]

  • Devloping graphs using pure java without applets and swings

    Hi Guys
    i want to devlop bar graphs,pie charts,line graphs using pure java.i don't want to use applets and swings..does any body help on this asap..
    IT'S VERY URGENT
    cheers
    ANAND

    Go to
    http://java.sun.com/docs/books/tutorial/information/download.html#OLDui
    and get: Creating a User Interface (AWT Only) Archive (tut-OLDui.zip)

  • Using JavaFX directly in Java without scripting

    Group group = new Group();
    group.set$translateX(this.translateX);
    group.set$translateY(this.translateY);How can I now set the content of the group for example a rectangle and a text? Has anybody an idea?

    Thanks for your reply.
    But would you please elaborate on this sentence: create the fx class using Class.forName("....").newInstance()?
    Indeed I implemented an interface which was extended by the javafx class, and in the main java file I need to write following codes to use this object,
    Context context = FXLocal.getContext();
            FXClassType instance = context.findClass("packageName.JavaFXClass");
            ObjectValue obj = (ObjectValue)instance.newInstance();
            JavaInterface ji = (JavaInterface)obj.asObject();The problem that I encountered right now is, the exception was thrown at context.findClass("javatest.MyChart");, since it's not able for the compiler to find the JavaFXClass.class.
    I checked the folder build\classes\packageName and noticed that both my main JavaClass and JavaInterface have been compiled with .class file, while the JavaFXClass was not, which means the file JavaFXClass.class doesn't exist.
    What's the solution?

Maybe you are looking for

  • Background does not appear after applying template

    CS4 template defined and saved in template folder. when applying template to new html page, all transfers but background image does not appear, url is in code but does not find file. any ideas??? body { background-image: url(file:///F|/projects/BBMD

  • How to maintain the state in Extn

    Dear all, I have created the extn using creative suite for photpshop. when i click my extn name, it will initilize everytime. e.g.if user login the extn and he/she will close the extn. Aftre that when user again hit on my extn. it will initilize, and

  • New IPAD,transfer content

    I have a new ipad. how do i transfer content to new one and give old one to spouse

  • How we close Views without using Java Script

    Hi All, can you please suggest me how i close view with out using java script. if possible please reply with code. Thanks Siva

  • Avg_row_leng in dba_tables

    Hi Can somebody answer my querries Is "avg_row_len" in dba_tables is in Bytes if not then what is its units ??? Will "avg_row_len"*"num_row" give table physically occupied space in terms of bytes in a tablespac ??Thanks in advacne Bye KVSS