JRE for various Unix flavors?

I'm writing a Java application (no browsers) and I'd like it to be able to run on any platform/OS. I see that there are JRE implementations for Windows, Solaris, and Linux.
Where do I get JRE's for other flavours of Unix (e.g. SCO).
Thanks,
Gary

Sun only creates JVM's for a few platforms (Solaris Sparc, Solaris Intel, Linux Intel and Wintel as well as a few PDA and other J2ME platforms). Sun did the ones it thought were most important and not otherwise being handled by third parties.
Others JVMs are produced by the vendors of that platform or other third parties. IBM has its JVM's for Wintel, AIX, AS/400, MVS, OS/2, and Linux. Apple has JVM's for Mac. HP has JVM's for HPUX. Compaq does them for its OS's (Alpha and Tandem platforms). Unisys does it for its platforms, etc.
SCO has a Java 1.2.2 kit available at http://stage.caldera.com/java/products/j2sdk122-001.html.
Chuck

Similar Messages

  • Need suggestion on how to implement UNIX SSH connector for various server

    Hi everyone,
    We have various unix servers like ubantu, redhat and mandrake . each unix type have serveral machines around 50+ each.
    I want to have one resource object for each server type
    ex: ubantu, redhat, mandrake.
    User will select on the server type and this will bring all itresources under this type.
    Also when we install the connector it gives us one schedule task for group and user reconciliation. If i plan to have one RO for each of the server type what should I do to have one schedule task for each server type
    How difficult it would be to implement this? any guidance on how to proceed with this?
    Thanks,
    asat

    Hope that this could help you.
    Managing 100s of Unix Servers using OIM.
    -INIYA

  • SUN compatable  JRE 1.4 required  FOR HP-UNIX 9000 /800 .... PLZ

    Hi Form
    Can somebody tell me where to find Sun Java Compatable JRE 1.4
    installation for HTP-UNIX 9000 / 800.
    I could not find the same on google /yahoo search
    Please help me
    with regards
    Karthik

    Can somebody tell me where to find Sun Java Compatable JRE 1.4 installation for HTP-UNIX 9000 / 800.
    I could not find the same on google /yahoo searchWe don't care what hardware you've got, only the OS (version) matters.
    The very first hit of Google [ [url=http://www.google.com/search?q=hp+java]hp java ] is this URL.

  • JRE for Mac??

    Hi
    Can anyone tell me where I can get a JRE for Mac?
    I should say that I dont know the first thing about Mac's but I was asked to write some software that can run on Mac and on windows so i decided to use Java. I went to Sun's downloads page but I cant find anything for any MacOS. There are JRE's for various Windows, Linux and Solaris but no Mac.
    Can anyone help me?
    Thanks in advance
    Dan

    ChuckBing is correct. Mac OS X users already have at the very least version 1.3.1 of the JRE on their machine because it comes loaded into the operating system itself. And Mac OS X Panther, version 10.3, comes preloaded with version 1.4.1. For those users who wish to upgrade to the latest available version of the JRE which is 1.4.2, they will want to make use of the program "Software Updates" which is also part of the operating system. It can be executed by selecting the "Software Update" option in the blue apple menu at the top of the screen. JRE versions are available as software updates from apple.
    In addition to the link already mentioned, here's another...
    http://www.apple.com/macosx/features/java/

  • Develop a report to track discount for various product

    hi
      i need to develop a report to track discount for various product depending upon the client

    Hello Noor,
    I'm not sure but if you are talking about the marketing attributes, you can definitely use FM - CRM_MKTBP_ASSIGN_ATTRIBUT_TAB
    You need to pass the profile id, partner id and marketing attributes data. Thats it.
    I think the FM you ar eusing for terrritory is fine. It should work.
    I hope this helps.
    Thanks
    Vishal

  • Dynamically adding JRE for IE, Java Security Warnings, & Next Gen Plugin.

    I wrote an portal application to control the environment for a third party application, the portal uses a JRE version that I supply with it, this was to ensure that users are using the same JRE so any issues can be limited to one version of Java. The only piece of the application that I could not specify the JRE version and path was for Internet Explorer. Please keep in mind that I do not control when the system JRE is updated or not, this is pushed to our systems and the latest JRE would be enabled automatically. I wanted to be able to dynamically add and enable the version of the JRE that Microsoft Internet Explorer uses for applets. So I was digging around recently and if I have the next-generation plugin enabled I could programmatically update the deployment.properties file prior to launching Internet Explorer(assuming I have closed all prior instances of IE that were running) to add and enable a version of the JRE which I choose to use. When I launch IE and run an applet I see that it is using the JRE I had dynamically supplied. However everytime I run the applet a Java security warning comes up saying "The application requires an earlier version of Java", I wanted to suppress this message but after research I tried adding 'deployment.security.mixcode=HIDE_RUN' to the deployment.properties, that did not work. I tried disabling the Next Generation Plugin, that worked to suppress the message however internet explorer was no longer using my dynamically supplied JRE for applets in IE, so that was not going to work for my purposes. My questions are:
    1. Is there a reliable way(not using ssvagent) to programmatically enable and disable Java's Next Generation Plugin option? (I want to make sure it is enabled when launching third party application from the portal)
    2. Is there a programmatic way to suppress the Java Security Warning "The application requires an earlier version of Java", without disabling Java's Next Generation Plugin option?
    deployment.properties entries after addition of my jre entry:
    #deployment.properties
    #Fri Sep 28 14:09:24 PDT 2012
    deployment.javapi.lifecycle.exception=true
    deployment.trace=true
    deployment.javaws.viewer.bounds=323,144,720,360
    deployment.javaws.autodownload=NEVER
    deployment.version=6.0
    deployment.browser.path=C\:\\Program Files (x86)\\Internet Explorer\\iexplore.exe
    deployment.security.mixcode=HIDE_RUN
    deployment.log=true
    deployment.console.startup.mode=SHOW
    deployment.capture.mime.types=true
    #Java Deployment jre's
    #Fri Sep 28 14:09:24 PDT 2012
    deployment.javaws.jre.0.registered=true
    deployment.javaws.jre.0.platform=1.6
    deployment.javaws.jre.0.osname=Windows
    deployment.javaws.jre.0.path=C\:\\Program Files (x86)\\Java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.0.product=1.6.0_33
    deployment.javaws.jre.0.osarch=x86
    deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.0.enabled=false
    deployment.javaws.jre.0.args=
    deployment.javaws.jre.1.enabled=true
    deployment.javaws.jre.1.registered=true
    deployment.javaws.jre.1.osname=Windows
    deployment.javaws.jre.1.location=http\\\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.1.osarch=x86
    deployment.javaws.jre.1.path=C\:\\Portal\\dist\\java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.1.platform=1.6
    deployment.javaws.jre.1.product=1.6.0_29
    Note: The reason not to use most recent version of Java is the necessity to test the third party application prior to deployment of a new Java version and since I do not control when a new version of Java is deployed and enabled to our machines, I am required to find an transparent solution. I understand the security issues by doing so, but the time between testing and acceptance of a new Java version for our application is within an acceptable timeframe. On exiting the application, I would restore the JRE settings and restore previous settings, to minimize the exposure of a potential security risk. Also any manual configurations are trying to be avoided as to maintain transparency to the user.

    I'm having a similar problem and I think it is related with this.
    If, after a Java--->Javascript call, a Javascript--->Java call isn't made soon after the first, it works. But, if the Java--->Javascript call triggers a Javascript--->Java call, any Java--->Javascript call that is made after that doesn't reach Javascript :/
    I have a method that handles the Java--->Javascript calls and goes something like this:
    System.out.println("Calling Javascript...");
    JSObject win = JSObject.getWindow(this);
    win.call(jsEventHandler, new Object[] { json.toString() });
    System.out.println("Done.");I further found out that, after looking at the Java debug console in the scenario where a Java--->Javascript call triggers a Javascript--->Java call, only after this last method returns is the "Done" message printed, even though the respective Javascript call was already invoked.
    Could you explain in more detail the queue based solution you found? Any other ideas?
    Regards,
    André Tavares.

  • Open letter to SUN to produce a  JRE for Pocket PC

    To any SUN Employee dealing with Personal Java.
    We realise you are currently under resourced in the development of J2ME but we implore you to release a commercially viable JRE for ARM Pocket PC - even just that age old Personal Java 2001 variant in a finalized commerical build.
    We cannot use your Personal Java beta implementation in a commericial environment (so says your license) and the it is serverely stunting the growth of Java in this area.
    Due to lack of adequate Java support for ARM Pocket PC a large number of developers are losing faith in this technology on this platform and moving to rival technologies. Do you really want this to happen and for an already monopolistic rival to get a good foot hold in an area in which Java should flurish?
    Anybody who reads this and feels as strongly about the lack of JRE please sign this and add a comment - maybe we can get the SUN to sit up and take notice.
    ****

    Well its on Slashdot now and in a newsgroup. If anyone has suggestions how we can get the attention of the people that make the decisions please tell me!
    This is an email I sent to the personaljava support email ([email protected]):
    Please see this post - its going to get bigger now this article is on it (Slashdot):
    http://developers.slashdot.org/article.pl?sid=03/06/09/1158232
    The forum itself:
    http://forum.java.sun.com/thread.jsp?forum=56&thread=408223
    Its also in comp.lang.java.programmer
    Slashdot and a new JRE for PocketPC
    We need a free finalised J2ME or PersonalJava JRE for PocketPC - Microsoft has the ability to runaway on an expanding market with no competition - posts here should prove that developers are already moving in droves to .NET. Isn't this Java's forte, mobile devices?
    If you have any sway with the higher ups in Sun who can dedicate resources (or indeed yourself) please pass on this email. This is one market where Java really should get a good hold - inheriting by design.
    Thank you,
    Benjamin (brownb2, Ben)
    -----------------------

  • HOW TO USE A SINGLE PERFORM FOR VARIOUS TABLES ?

    perform test TABLES t_header.
    select
           KONH~KNUMH
           konh~datab
           konh~datbi
           konp~kbetr
           konp~konwa
           konp~kpein
           konp~kmein
           KONP~KRECH
           FROM konh INNER JOIN konp
                  ON konpknumh = konhknumh
           into table iTABXXX
            "ANY TEMPERARY INTERNAL TABLE.
           for all entries in t_header
           where
                 konh~kschl = t_header-kschl
             AND konh~knumh = t_header-knumh.
    endform.
    how can I use above perform for various internal tables of DIFFERENT LINE TYPES but having the fields KSCHL & KNUMH.

    u can use single perform....
    just see this example......hope this is what u r expecting....
    tables : pa0001.
    parameters : p_pernr like pa0001-pernr.
    data : itab1 like pa0001 occurs 0 with header line.
    data : itab2 like pa0002 occurs 0 with header line.
    perform get_data tables itab1 itab2.
    if not itab1[] is initial.
    loop at itab1.
    write :/ itab1-pernr.
    endloop.
    endif.
    if not itab2[] is initial.
    loop at itab2.
    write :/ itab2-pernr.
    endloop.
    endif.
    *&      Form  get_data
          text
         -->P_ITAB1  text
         -->P_ITAB2  text
    form get_data  tables   itab1 structure pa0001
                            itab2 structure pa0002.
    select * from pa0001 into table itab1 where pernr = p_pernr and begda le sy-datum and endda ge sy-datum.
    select * from pa0002 into table itab2 where pernr = p_pernr and begda le sy-datum and endda ge sy-datum.
    endform.                    " get_data
    Regards
    vasu

  • I can't delete an itunes account that my xhusband also has on his iphone and my email account as well.  He can read my emails but I can't delete this itunes account because I can't access it for various reasons.  Short of paying apple to delete is a way?

    I still think my xhusband can see my emails on his iphone since I had downloaded an app on his iphone using my itunes account. Now I can't get into this account for various reasons.  Is there any way of deleting this itunes account short of paying apple to do it?

    You can't delete an iTunes accounr/Apple ID. All you can do is stop using it. What you can do is change your Apple ID password, as well as the password for your email account. That will put an end to this.

  • Hello. I began with the DPS. Is it possible to publish a magazine for a limited, specific target group? For example, in one department of a large company? Or to the responsible for various services? If so, how should I do? Thank you for your help.

    Hello.
    I began with the DPS. Is it possible to publish a magazine for a limited, specific target group? For example, in one department of a large company?
    Or to the responsible for various services? If so, how should I do? Thank you for your help.

    Short answer is yes.
    Click the request for consultation link in Digital Publishing Suite Help | DPS pricing options to receive a price estimate for the DPS license your project.

  • Differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform

    Hello,
    J would like to know if there are some differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform.
    I know that there are some differences on Oracle 8i Parallel Server and i know that some products are not include like precompiler (Mod*Ada, Pro*FORTRAN) on a Linux Platform.
    Thank you.

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Differences between Oracle 8i for a UNIX Platform and a Linux Platform

    I want to know the differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform. And which platform is better?
    Thanks

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Inventory count for Various Stock types

    What is Inventory count for Various Stock types?
    i have to upload data to this.
    can anyone explain this and give the tcode for this.
    Regards,
    Vimal

    Hi,
    While taking up physical inventory you have the option of doing it for different stock types being maintained .Like Quality stock,unrestricted stock ,blocked stock.If you are doing this activity in sessions in MI31 ,you need to check against the stock types which are to be counted.This will include the stock of the items as selected and leave aside the stock types not selected.In MI01 also you can select these stock types which are donated by 1,2,3 & 4 stock type.After creating the document the stock counted is to be entered in MI04 .Than get the difference list in MI20.The difference will be posted in MI07 which will complete the activity and stock will be adjusted after posting tyhe difference.
    Dhruba

  • License for Oracle Unix client

    Let say I have an application running on Unix 64bit (SunOS,HPUX or AIX) accessing a DB with proC, php or jdbc OCI.
    From XE doc I understood that it is possible to have the DB running Oracle XE on Linux 32bit and the application connecting to the DB with Oracle SE or EE Client from Unix 64bit.
    What license is required for Oracle Unix client?
    Is the configuration above free (or am I naive)?

    As least Oracle instance client is Free according to Oracle.
    http://www.oracle.com/technology/tech/oci/instantclient/ic-faq.html
    Or check here
    http://www.oracle.com/technology/software/htdocs/client_lic.html

  • Best directory for isnatlling Unix Applications in Snow Leopard?

    Can someone advise me on the best location for installing Unix Applications in Snow Leopard? Should I install them in /usr/local or create a new /opt directory for them? My understanding is that OS X 10.6 does not come with /opt. I prefer to install manually and not use third party software (e.g. Fink).
    Many thanks.

    If you are downloading and compiling your own sources, then /usr/local/... would be the expected location.
    If you are using the MacPorts.org already ported packages, then get placed in /opt/local/...
    If you are using Fink.sf.net already ported packages, then the get placed in /sw/...
    And for a few Unix tools at work, and I can not modify my host system, I put it in $HOME/local/..., which works for me because my company uses NFS to allow the use of my same home directory on multiple systems. This works as long as I do not exceed my corporate home directory storage quota
    Message was edited by: BobHarris

Maybe you are looking for

  • Passing comma "," to a report parameter using URL reporting

    I have a simple report, which contains a string parameter.  Everything work fine, except when I pass a string with "," in the parameter value. I tryed the following url and both of them does not work, I also modify the report to display the pass-in p

  • Gnome Notification & Message Tray Right Click Problem

    Hello, When I right click on an icon like Dropbox's, message tray hides automatically, leaving right click menu hanging in there. Are you guys using some extension or something to make new notification work? Thanks.

  • Screen Freezing on text

    I am late to the party and have noticed that there still hasnt been any feasible solution to the freezing screen. Is there anyway to know if it's been worked on or do i have to just keep restarting my phone everytime i am texting with friends? Has an

  • I haven't used FCP in 2 years...

    Been using Media Composer for a while now and I've gone back to FCP for a project, but for the life of me I can't remember how to cut a clip without leaving a gap -basically the equivalent of the Avid "cut" function as opposed to "lift". I thought it

  • Adding own javascript to edge animate

    I'm having a bit of trouble adding my own javascipt to an edge animate project. I created a website that has javascipt in it. I am trying to recreate it using edge animate because I was interested in using edge animate to take the site up a notch...