How to use a java version on a CD application?

i need to specify the location of a version of java on a cd, meaning that i want the java applet on the cd to use the version of java that i will supply on the cd, regardless of what is on the machine itself. can i do this? and how?
thanks

So you'd like to have people run your applets without having to install a JRE? I don't think that's possible. (That is: everything except for a paradox is possible, but it won't be worth the while.) I think your best shot will be to provide an URL to the sun site (where the latest JRE/plugin can be found).
Kind regards,
  Levi

Similar Messages

  • How to use multiple Java versions on my machine

    I've BOXI R2 SP2 looks like it supports Java version prior to 1.4, but for few applications which I work I need Java 1.6.. So how do I point right java version to right application .
    Thanks!

    Hai
    Check this Link
    http://www.computeractive.co.uk/pcw/pc-help/1918900/how-deal-multiple-versions-java

  • How to use original java VM in microsoft windows applications

    I have seen few applications like of Oracles, They use Java Beans and classes in the windows applications.
    Can any one of you tell me how can i use java classes in Windows applications(through oroginal java VM only, not by microsoft Java VM).

    actually i think they use the same way i use in my applications:
    i have Microsoft Visual C++ 6.0 by which i write a windows program interface (like oracle) then create from inside it, in reflection to a button event for example, a procedure which runs "javaw.exe -cp ... MyJavaProgram.class" this java program executes in its own work space and i can terminate it from within my C++ program, but i can't get data from within it directly, i use the DBMS as a way to get data from within it.
    but i'm not tried for example to run java bean directly in my VC++ program, emaple, not run swing component inside my VC++ main window Created by Visual C++
    that is what i'm doing. i hope there is a better way to do so because i don't like it that way i do.

  • How to explain my Java version message?

    How to explain the following Java version message?
    What is 14.2-b01?
    Can I install JDeveloper 10.1.2 using this Java version?
    C:\Oracle\product>*java -version*
    java version "1.6.0_16"
    Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
    Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)Edited by: jetq on Oct 5, 2009 7:40 AM

    jetq wrote:
    How to explain the following Java version message?
    What is 14.2-b01?It's the version of the Client VM. The end user doesn't care about it at least 99% of the time.
    The most important part is this:
    java version "1.6.0_16"
    Can I install JDeveloper 10.1.2 using this Java version?Most likely as 1.6 is the newest version and Update 16 is relatively new (don't know if there is a newer one).
    What are the version requirements for JDeveloper?

  • How do I delete java version 1.6.0_37? This update prevents me from running PowerTeacher Gradebook; I want to go back to 1.6.0_35. Thanks

    How do I delete java version 1.6.0_37? This update prevents me from running PowerTeacher Gradebook; I want to go back to 1.6.0_35. Thanks

    arnab wrote:
    I wanted to know if you are asking for the html version or you want the html itself. ..I want you to post the complete, (but short & validated) HTML used to test this applet, directly into the thread - with code tags. I'm really not sure what you mean by the HTML 'version'. The only thing I can associate with that is HTML Spec. 3.2, 4.01, 5.0 etc., but I cannot see how it relates to anything I mentioned (and in any case, the 'version' should be obvious from the copy/pasted HTML).
    ..The website is our client website and this problem is coming during login. I won't be able to share the credentials with you. I don't want any 'credentials', but I will expect that if you are serious about solving this problem, you will set up a version of the applet at a public URL so others can see it fail if they think it will help solve the problem. Of course, what you do is up to you, because ultimately it is your problem, not ours. (I just thought I'd stress that last part to indicate to you that it is your onus to encourage people to read, experiment & answer.)
    The only change I need to do to make it work is enable update 23 and disable update 24 in Java Control Panel.Have you tried searching the bug database for hits? There were some security updates in 1.6.0_24 that affected a number of things, including copy and access to the Robot. Perhaps there was a bug introduced at the same time.
    ..Unless I have misunderstood & what you are trying to do is somehow related to (yet) another security bug fix. ;)

  • How to Use the JAVA SCRIPT code in .htm page of the component

    Hi .
    In my requirement i have to use Java Script Function in .htm code ..how to use the java script code and functions in .htm???
    thank you
    B.Mani

    Check this document  [Arun's Blog|http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebClientUI-TalkingwithJava+Script]
    Regards
    Kavindra

  • Where can i find a tutorial on how to use iMovie 2013 version?

    I've been making some clips anywhere from 6 seconds to 15 seconds long, and I just wanted if there are any good links on how to use iMovie 2013 version. I've looked on youtube but everything on their are old clips or small clips on how to run the program. I'm not an advanced user but i've picked up some of the basics on iMovie. I just want to learn the basics and advance onto the harder setups with iMovie. Any help with this would be greatly appreciated.

    http://www.youtube.com/watch?v=4RZ7jGSk60I
    http://www.apple.com/support/mac-apps/imovie/
    LOTS OF Imovie video tutorial vids here:
    http://www.izzyvideo.com/imovie-tutorial/

  • How to use a country version?

    Hi all,
    We are implementing a project in Thailand, and I found some information regarding Country version Thailand. I want to know how to use a country version?
    Do we need to activate the country version or country version is already in standard ECC?
    Thailand - SAP Library
    Thank you.
    Rich

    Hi,
    have you searched in google by sap "country installation program" ? You´ll find plenty of documentation.
    Regards,
    JM

  • How to use the Java embedding activity in BPel

    hi all,
    How to use the java embedding activity in BPEL
    pls can u provide sample example

    1 Use [Oracle BPEL Process Manager Client Java API Reference|http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28986/overview-summary.html] and especially [com.collaxa.cube.engine.ext|http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28986/com/collaxa/cube/engine/ext/BaseBPELXExecLet.html]
    Instead of System.Out.println use addAuditTrailEntry(java.lang.String message)
    2. If you want to import a package write in code (Source View) of bpel process
    +<bpelx:exec import="package_name"/>+ for example +<bpelx:exec import="java.util.regex.Matcher"/>+
    example 1:
    String bodyAsString;
    StringBuffer myStringBuffer = new StringBuffer();
    try {
    bodyAsString = (String)getVariableData("BodyString");
    addAuditTrailEntry("bodyAsString1: "+ bodyAsString);
    Pattern pattern = Pattern.compile("goodDay");
    Matcher matcher= pattern.matcher(bodyAsString);
    while (matcher.find()) {   
    matcher.appendReplacement(myStringBuffer, "shitDay");
    matcher.appendTail(myStringBuffer);
    bodyAsString = myStringBuffer.toString();
    addAuditTrailEntry("bodyAsString2: "+ bodyAsString);
    } catch (Exception ex) {
    addAuditTrailEntry("Failed+bodyAsString",ex.getMessage());
    I put in code (Source View) the following
    <bpelx:exec import="java.util.regex.Matcher"/>
    <bpelx:exec import="java.util.regex.Pattern"/>
    example2:
    Object temp;
    try {
    temp = ((XMLElement)getVariableData("inputVariable","payload","/ns2:FiscalisMessage/ns2:Body")).getChildNodes().item(1);
    setVariableData("AdjReceipt",temp);
    addAuditTrailEntry("ok",temp.toString());
    catch (Exception ex) {
    addAuditTrailEntry("Failed :",ex);
    I put in code (Source View) the following
    <bpelx:exec import="oracle.xml.parser.v2.XMLElement"/>

  • SMP3 - AppDevelopment (Agentry):how to use GCM (Google cloud Messaging) for Agentry Application.

    Hi, I have a question on SMP3 and AppDevelopment (Agentry): how to use GCM (Google cloud Messaging) for Agentry Application for PUSH notification

    Pratik,
    Let me walk you through the flow with the assumption that the user is on an Android device and "connected" to the Agentry server.
    An emergency workorder is created in SAP and assigned to the technician. 
    The SAP backend system will notify the Agentry server via an XML message that there is a workorder to send.
    Agentry will get the details and if the user is connected attempt to send the workorder to the device via the Push mechanism
    If the push fails to reach the Agentry client, the Agentry server will send a GCM message to the user
    When the user returns to the Agentry client, the normal push processing / fetch will occur to receive the workorder from the server assuming the push retrys are in effect.
    So, essentially you should not have to do anything to get the GCM to work as a secondary notification mechanism.
    If you are looking to do something else with GCM that would be outside of Agentry.
    --Bill

  • How many classes are used in java versions?...

    sun microsystems have released many java version...
    how many build in classes are used java version 1.2 ,1.3 etc ...

    Arun02006 wrote:
    sun microsystems have released many java version...
    how many build in classes are used java version 1.2 ,1.3 etc ...No idea why you should want to know... Anyway, download them and look inside the zip file that holds the source codes.
    You can download older Java versions here: [http://java.sun.com/products/archive/]

  • [Solved] How to use Oracle Java 6 for specific applications

    I use an IDE called PyCharm. On its download page, it recommends using Java 6 instead of OpenJDK. I currently have jdk7-openjdk installed, and from what I had read in the Arch Wiki on Java, it should be possible to install Oracle Java 6 along side OpenJDK 7.
    However, after installing jdk6-compat and jre6-compat, I still see that I am running OpenJDK 7 when I run the following:
    % java -version
    java version "1.7.0_09"
    OpenJDK Runtime Environment (IcedTea7 2.3.3) (ArchLinux build 7.u9_2.3.3-1-x86_64)
    OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
    ...even after I have set JAVA_HOME and added /opt/java6/bin to my path.
    How can I get PyCharm (or other applications) to use Oracle Java 6 instead of OpenJDK?
    Thanks, and apologies if I've posted in the wrong place.
    Other information that might be helpful:
    Running zsh as default shell
    Using Gnome 3 as DE
    Last edited by Nikorasu (2012-11-17 20:54:33)

    I found the solution.
    For Pycharm, I just needed to add an environment variable PYCHARM_JDK. For running specific applications, I asked this question on the Unix / Linux StackExchange and got an answer there.
    Also, after running PyCharm in Java 6... I would not recommend it. OpenJDK works fine
    Last edited by Nikorasu (2012-11-17 20:55:01)

  • How to add new Java version to Java Preferences?

    Greetings,
    I know Java 7 is not officially supported, but I know it works.
    I built 1.70.jre and put it in /Library/Java/JavaVirtualMachines, but I do not know how to add to  Java Preferences.
    Does anyone know where the list of Java versions is stored and how to add a version to it?
    Thanks

    Fixing the permissions did not fix it.
    I think there  to be a record somewhere of what version are where. That is probably set if you use am installer which I do not have. I only have the file I copied there.
    I found out that typing this in Terminal...
    export JAVA_HOME=/Library/Java/1.7.jre/Contents/Home
    ...temporarily sets that version to the one being used, but it is only for that Terminal session, and it still does not show in Java Preferences.
    I need to know how to get it into Java Preferences. It might be some command I don't know.

  • How do I change JAVA versions?

    Hi All,
    Since upgrading to Lion, I cannot use a program to look at x-rays on Safari. I called the IT help desk, and they said that I needed to change the JAVA version to 4.1.10 but could not tell me how. Can someone please help me on this? Thank you so much!

    I'm not sure. That's out of my expertise.  You'd have to make sure that the Java version you need will work well with this version Lion. But if it did work, it might be as simple as dragging a file from one Mac to the other or it could be that you need a Terminal command to do it.
    In general, I'd go out on a limb and say it may not be a good idea with something like Java. 

  • How to use two different versions of Firefox at the same time on Snow Leopard?

    I recently upgraded to Firefox 4.0 on my 27" iMac running Snow Leopard 10.6.7.
    Previously, I was using Google's "Page Speed" along with Firebug in Firefox 3.6.15 to optimize images in my web pages, and to find other areas to optimize.
    Page Speed is not yet compatible with Firefox 4.0. I wrote to Google about this some time ago -- no answer yet.
    If I run Firefox 3.6.15 in order to use Page Speed, I run into a few problems afterward when I start using Firefox 4.0 again, since they both use the same "Firefox" folder in my "Application Support" folder.
    How can I set it up so that I can have two separate "Firefox" folders in my "Application Support" folder?
    Or is there an easier way to use two different versions of Firefox simultaneously, even if one has extensions and/or plug-ins installed which are not compatible with the other version?
    Thanks for a great browser!

    Please disregard my question. I just conducted more web search and learned how to use Firefox's profile manager in order to make a separate profile for Firefox 3.6.15.
    You can find instructions on this page:
    http://support.mozilla.com/en-US/kb/Managing%20profiles#os=mac&browser=fx35
    '''A small tip:'''
    If your Firefox app is named anything other than "Firefox" -- say for example "Firefox 3.6.15" -- when you follow the instructions at the above link, make sure you escape the blank space that is before the version number by adding a backward slash before it, when you type the command string in the Terminal. In other words, in that string, you should use this:
    Firefox\ 3.6.15
    I hope that helps someone.
    WW

Maybe you are looking for

  • Desk jet 3000 printer j310 series cartridges

    Installed new HP cartridges. Received a message......"at least one of your cartridges has a problem."

  • Read item from Java class and call to stored function/procedure of database

    Hi, I am looking solution that I was trying to find becasue of I am not expert and novice of ADF so I am getting problem to do. I am trying migrating from oracle forms to JDeveloper[ADF]. I want to call database stored function from JSF pages by java

  • Could you restrict purchase orders based upon Vendor / Material Group?

    Hey everyone - I've got a general "could this be done" kind of question.  We would like to add on to the vendor purchasing view to include "valid" material groups.  This would then have what material groups could be purchased for which company code f

  • DWH: how do you analyze fact and dimension tables

    Hi, I was wondering how you analyze your fact and dimension tables. Our fact table is partitioned per month. Each partition contains 4M rows and is 270 MB large. We are using 9 dimensions, 6 have about 50'000 rows (2MB), 1 about 1M rows (50MB) and 2

  • Sorting for loop

    Hi all... I using for loop to display student information and i want to sort the information (e.g. module code, name, admin no and etc) given in ascending and descending order. I use combo box to list and select the (information) to be sorted in eith