JVM for PPC

I dont know is this the right place for it but I have to ask. I'm in need for Java 1.4 for Linux on PPC, but it seems to me that nobody is doing the porting(in fact I'm sure). www.blackdown.org was doing the porting of java on other platforms, but they will not do this. So because I and my friend are willing to do this port for PPC could anybody give me a hint who to ask for this. Please any kind of information would help!

do a search at www.ibm.com.

Similar Messages

  • JVM for Windows CE?

    Hi everybody!
    Can someone tell me is there a JVM (for any of the J2ME CDC profiles) for Windows CE?
    Thanks in advance!
    Emil

    Ya...I would like to ask for a JVM for my ppc
    I am using Jeode and I find that one of my program cant run well in that
    I would like to ask ,if anyone can send me a compiled CVM which can run in my ppc?
    Thanks all!

  • Issue with Surveys/Checklist in SAP Sservice Manager 4.0 for PPC Platform

    Hi All,
    I am working with SAP Service Manager 4.0 application . I was checking the Surveys functionality in the standard application and came to know that the surveys functionality is not available in PPC platform.
    However it is present for Iphone/Ipad platforms.
    After a detailed check I found that the button which initiates the survey List screens are available in iphone/ipad but not in PPC . where as the Surveys List screens is available for all the 3 platforms iphone/ ipad / PPC .
    Is this a issue in the standard application or the Surveys is not included for PPC platform.
    Please clarify
    Thanks and Regards
    Neha Mahanty

    The surveys functionality was not included for PPC platform in the Service Manager 4.0 release.  There was I beleive a technical issue that prevented it from being included.  It may be included in a future release.
    --Bill

  • Linux: which toolkit is used in JVM for heavyweight components?

    Hi,
    which toolkit is used by the Linux-variant of the JVM for the heavyweight-components? GTK?
    Oxy

    java.awt.Toolkit is abstract. He means what implementation is used (motif-based, etc.). For example, sun.awt.motif.MToolkit.
    It might vary from one Linux variant to another (and from one JVM version to another), I'm not sure. But for any particular Linux system, you can run this program to find out:
    import java.awt.*;
    public class test {
       public static void main(String[] args) {
          System.out.println(Toolkit.getDefaultToolkit().getClass());
    }Edited by: BoBear2681 on Apr 24, 2008 3:37 PM

  • My Fix for PPC Mac flash download

    I tried every suggestion people made on this forum to correct
    the Flash Player download issue for PPC MAC and separately nothing
    worked. I was finally able to put it all together to get the
    download to work. Here is what I did step by step. I really hope it
    helps some of you.
    1.) Download Flash uninstaller
    2.) Save the uninstaller program to the desktop by dragging
    and dropping
    3.) Run uninstall program
    4.) Send everything adobe flash to the trash
    5.) Go to Library then internet plug ins and delete any file
    that has to do with Adobe Flash, EMPTY TRASH
    6.) Open Quicktime, select Quick TIme Preferences, select the
    advanced tab, click on MIME settings.
    7.) Click the triangle next to Images and deselect Flashpix
    image. Then select the triangle next to miscellaneous and deselect
    flash media
    8.)Select Applications, Utilities, Dish utility
    9.) Select a disk at the left and then select First Aid and
    then Repair Disk permissions. Do this with every disk on the left
    hand side.
    10.) Restart you computer
    11.) Download adobe Flash installer
    12.) Drag and drop installer icon to the desk top
    13.) Close ALL applications and Browsers
    14.) Run the install
    15.) Restart computer

    Thanks - I will give it a try ....again.

  • Update JVM for Sun Java Application Server8

    Hi:
    I am wondering how do I update the JVM for an already installed Sun Java application Server 8. Does any one know how to do this? Thanks

    user4877326 wrote:
    Hi Experts,
    Need some good links and documentataion for "Sun Java Application Server". When I am making a serch for this I am getting links to Glassfish.
    So please help on the documentation for Sun Java Application Server .
    Regards.This is because Glassfish is the same product as Sun Java Application Server in that regard.
    The versioning goes as follows:
    Kiva Enterprise Server 1.x
    Kiva Application Server 2.x
    Netscape Application Server 4.x
    NetDynamics 5.x
    SunOne/iPlanet Application Server 6.x (merger of NAS4 and ND5)
    Sun Java Application Server 7.x = SunONE/iPlanet Application Server 7.x
    Sun Java Application Server 8.x = Java Enterprise Server Application Server 8.x
    Sun Java Application Server 9.x ~= Glassfish 2.x
    Glassfish 3.x
    Clear now? :)

  • Flash Player 8 for PPC

    Why isn't there a Macromedia Flash Player version 8
    compatible for the PPC? YouTube use version 8 for it's FLV content
    and my Audivox 6700 is plenty fast enough to play the video and my
    network is plenty fast enough to stream the content. Now I see ads
    for the iPhone showing YouTube playing on that little media darling
    and I am wondering now whether Adobe is not releasing a player
    compatible with YouTube on purpose. It's been over a year now there
    is no excuse for this delay.

    > Hi, Have been using flash player 7 on my ppc but the
    video quality is
    > really
    > bad as it does not use the ON2VP6 codec. Also one cant
    see youtube coz it
    > requires flash player 8. When is the Flash player 8 for
    ppc releasing.
    I think Adobe has moved away from Flash Player versions for
    Pocket PC, and
    is instead concentrating on Flash Lite for PocketPC. So I
    don't expect to
    ever see Flash Player 8 for PocketPC. Look instead for Flash
    Lite updates,
    applicable to later versions of PocketPC OS - maybe WM 5 and
    6 or later, at
    a guess.
    HTH
    Steve
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    http://www.magnoliamultimedia.com
    You need to go to MAX -
    http://adobemax2007.com/na/

  • Same JVM for multiple Frames in a web application

    Hi guys,
    I have a web application that loads an applet during login. Once the login is completed, the web application will display the available functions accessible with a menu on the left frame and the main display page on the right frame. Whenever any form action is perfomed on the right frame, the jvm with the login session seems to exit (java console closes) and the applet will be loaded to prompt the user to login again. The JRE installed on the Windows client is 1.6.0_14 from SUN.
    I'm guessing that the different frames are using different JVMs?
    Is there a way to use the same jvm for a web application with multiple frames? I want to prevent the case where the user will have to login again.
    Thanks for any advice!
    - Zen -

    I have sort of the same problem
    [Identical applets in the same JVM, next generation plugin issue|http://forums.sun.com/thread.jspa?threadID=5396118]
    I have submitted a Request for enhancement to SUN to allow forced grouping of applets in the same JVM.
    Sort of the opposite of the "separate_jvm" Applet tag parameter.
    It seems there is currently no way to do this.
    [New Plugin command line args|https://jdk6.dev.java.net/plugin2/jnlp/#COMMAND_LINE_ARGS]
    When per-applet JVM command-line arguments are specified, it is likely that the new Java Plug-In will need to launch another JVM instance in order to satisfy them. In other words, it is unlikely that a preexisting JVM instance will have been started with the correct set of command-line arguments to satisfy the current applet's request. The rules for exactly when a new JVM instance is launched to start a given applet are deliberately left unspecified, as this functionality is brand new in the 6u10 release and may need to change in subsequent releases. Here is a rough set of guidelines for the sharing and creation of new JVM instances:
    * If the command-line arguments used to start a preexisting JVM instance are a superset of the requested arguments, the preexisting JVM instance will be used.
    * If a JVM instance is launched for the "default" set of command-line arguments (i.e., those specified in the Java Control Panel, with no per-applet arguments specified), then this JVM instance will never be used to launch any applet that has even one per-applet command-line argument.
    * -Xmx is handled specially: if a preexisting JVM instance was started with for example -Xmx256m, and a new applet requests -Xmx128m, then new applet will very likely be run in the preexisting JVM instance. In other words, -Xmx specifications are matched with a greater-than-or-equal test.
    There is no way to "name" a JVM instance used to launch a particular applet and "force" subsequent applets into that JVM instance.
    See the section on the separate_jvm parameter to isolate a particular applet in its own JVM instance, separate from all other applets.

  • Need Help regarding the JVM for the ARM926EJS Processor

    I Want to develop an application in java for the IMX.27 board which has ARM926EJS Procesor. This processor is jazelle enabled hardware.
    My questiion is that how to get the JVM for this. So that i will use my Java appliaction. I am using linux OS.
    Thanks in advance.

    Hi Narendra,
    Sun actually has a VM for the ARM ... well, actually 2 VMs for the ARM. Depending on your needs, there's a solution for JavaME CLDC, JavaME CDC, or JavaSE. There's also the open source implementations for CLDC and CDC. Here's how to get more info:
    JavaME: http://java.sun.com/javame/index.jsp
    CLDC open source project: phoneME Feature: https://phoneme.dev.java.net/content/phoneme_platforms.html#phonemefeature
    CDC open source project: phoneME Advanced: https://phoneme.dev.java.net/content/phoneme_platforms.html#phonemeadvanced
    Embedded SE: http://java.sun.com/j2se/embedded/offerings.html
    email inquiry to: [email protected]
    Regards,
    Mark

  • Server JVM for JSDK 1.4.1 (Windows)

    Where can I get the server JVM for JSDK 1.4.1 ?
    C:\>java -server -version
    Error: no `server' JVM at `C:\Program Files\Java\j2re1.4.1\bin\server\jvm.dll'.
    I also checked the j2sdk1.4.1 install directory and the server jvm is not packaged with it either.
    The Solaris version came a server jvm, but not the windows version. Is there a separate server VM download for windows ? If so where is it ?

    I'm using 1.4.1 RC; on my install it is:
    c:\j2sdk1.4.1\jre\bin\server\jvm.dll
    for some odd reason, it is not installed into the C:\Program Files\Java... You can move it there manualy and it works.
    If anyone has any detailed info on why, please post a link; I'm curious.
    - Chris

  • OS X 10.4.11 and Safari 3.04 for PPC--What Happened to My Bookmarks?

    I have tried everything with the new Combo Updater to 10.4.11 for PPC but I can't get my Safari 3.04 to keep any Bookmarks. I eliminated AcidSearch 0.62 and Safari Extender 1.6.6--neither of which works yet with 10.4.11 and Safari 3.04 for PPC--but even when I import my Bookmarks from a copy on my external hard drive, even when I replace the username/Library/Safari/bookmarks.plst and the username/Library/preferences/com.apple.Safari.plst, even when I try the stand-alone download for the updater instead of the Software Update method, none of it seems to make any difference. I can't keep any Bookmarks. Does anybody out there have any other suggestions?

    Hi Mark,
    I looked at my YourUsername/Library/Input Managers and saw 1PasswdIM but have not heard anyone else giving that as a problem. Could this be the issue?
    I must admit I haven't heard of it causing problems so far as well (and can't see an immediate connection to your problem) but I would try moving 1PasswdIM onto your Desktop to temporarily disable it. Restart Safari to make it pick up this change.
    I can't imagine deleting all of those just to get my Safari bookmarks to work.
    Me neither. Sorry, I forgot lots of other apps add temporary information into there as well. Some of the Safari helpers add information here as well - skip the Application Support folders for the moment though.
    /Library/Input Managers, I have Chax, Ecamm, and SIMBL (whatever that is).
    SIMBL is used by many developers to allow Safari input managers to work correctly. As before, move the contents of this folder to your Desktop and restart Safari.
    With both the Input Managers empty, does Safari handle the bookmarks correctly now?
    Let us know how you get on.

  • Getting ahold of MacOS X 10.4 for PPC

    I am running a G5 (PPC) on MacOS 10.3.9 and one of its applications no longer supports this OS - so I will have to upgrade to MacOS X 10.4 for PPC - Where can I get such an exotic piece of software cheaply? There are plenty of Tiger 10.4s for sale used - but they seem to be mostly for Intel mchines. I have Leapard installed on an ext-drive but the PPC architecture doesn't recognise the Intel drive.

    Tiger install DVDs are in short supply. Tiger is no longer available at the Apple Store but is still available for $129 by calling Apple Phone Sales @ 1-800-MY-APPLE (1-800-692-7753). For other sources, do a Google search for MA453Z/A and M9639Z/A . Also look on eBay. Be sure & buy a retail version (black with silver X) and not a model specific version (gray). The eBay auctions usually end at a price higher than $129.
    Also check this web store http://www.lacomputercompany.com/cgi-bin/rpcart/index.cgi?command=dispitem&type= sku&sku=19521
    Possible Alternative - OS X Tiger 10.4 Upgrade DVD $74.95
    http://www.yourmacstore.com/shop/shopexd.asp?id=376&bc=no
     Cheers, Tom

  • What is the latest version of xcode for PPC?

    Ehhh what is it? 3.2.X? or is it still 3.1.X?

    I have installed latest Xcode 3.2.6 which still includes 10.4 support.
    http://stackoverflow.com/questions/5283965/xcode4-with-mac-os-x-10-4-sdk
    But for PPC, If you're a Developer...
    https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundl eID=20414
    If not...
    http://www.freemacware.com/apple-xcode-313/

  • JVM for Commodore 64

    Help I need a JVM for the Commodore 64, I am trying to run my Traveling Salesman program on a Beowulf Cluster of C64's and can't find the JVM anywhere. If you can help I will give you Dukes!

    Nice! (and thanks for the duke, btw, I'll cherish it always). I've been unable to find any 100 Mbps nics for you, but I think there's a box of old token ring cards around here somewhere, maybe we can figure something out there. I don't know if anyone's writing massively parallel Java out there - resources might be a little hard to come by. Maybe we could scale down the initial project to something more like that appointment tracking app that has been giving people around here such trouble?

  • Updating default JVM for USA 2007 Daylight Saving Time (DST) Compliance

    As mentioned on various notes on metalink on DST compliance, I got around to updating the JVM on my OracleAS 10.1.2 on Linux. As per note 397281.1,
    "Apply the latest in the major series if the specific version above has been superseded by the vendor"
    So, I downloaded the following version from Sun: java full version "1.6.0-b105" (JDK 6.0) and followed note 272808.1 on how to update the default JVM for 10gAS.
    The middle-tier starts just fine but the OC4J_BI_Forms and Reports Server continually shutdown and restart.
    Has anyone gone down this road? Any comments appreciated.
    Manish

    Hi,
    We have a bug to track assessing this issue, but have not done so yet. I'm speculating, but it may turn out to just require an automatic update from Windows.
    Regards, Stephen

Maybe you are looking for

  • N8 no longer recognised by my mac, it was, but no ...

    The Nokia device "N8-00" is currently connected in a USB mode not supported by Nokia Multimedia Transfer or iSync.----  where do we go to change the mode on the phone..? or is it changed on the mac..?  I've installed multi media transfer but to no a

  • When OpenGL stopped working (option greyed out)

    I discovered a weird bug in Photoshop 12.1 x64 with nVidia graphic cards and what´s causing it: Problem (on all off my PCs):   OpenGL support in prefs / performance is greyed out, no shadow below open documents visible ( == OpenGL not working).  Afte

  • SDK3.0 save user defaults before app exit

    Hi, I would like to save some parameters to NSUserDefaults before my app exit so next time when the app launch those parameters could be recovered. But I am not sure where is the best place the do the saving. I used to do it in applicationWillTermina

  • I want to query oracle database from sql server can anyone tell steps 2 fo

    i want to query oracle database from sql server can anyone tell steps 2 followed i tried with linked servers but it is throwing errors can anyone hepl in this regard The operation could not be performed because the OLE DB provider 'MSDAORA' was unabl

  • Horizontal menu CSS heirarchy

    A while back, one of you wonderful folks posted a link to a tutorial (I believe by one of this group's contributors) of sorts and it contained some very helpful info to newbies on understanding the heirarchy of items in the SpryMenuBarHorizontal.css