JRE for Linux ARM architecture plus browser plugin

Hello,
is there a port of JRE for Linux ARM architecture?
I was only able to find Blackdown's JRE 1.3. Unfortunatelly this one does not contain a plugin for Mozilla browser.
Thank you for help
Kalle

Hi There
Are you using Mozilla Firefox to access the console or Internet explorer ?
If its INternet explorer then please follow this :- +
Installing TightVNC for Non-Linux Users
After Oracle VM Manager is installed, install the TightVNC-Java applet for non-Linux users to access virtual machines. Download the latest version from: http://oss.oracle.com/oraclevm/manager/RPMS/.
To set up the TightVNC-Java applet:
Install it using the command:
# rpm -ivh tightvnc-java-version.noarch.rpm
version refers to the version of the TightVNC-Java applet. For example:
# rpm -ivh tightvnc-java-1.3.9-3.noarch.rpm
This should work out for you, try it in INternet explorer first, then you will know if it worked.
Make sure u restart after installation of the RPM
cheers
let moi know how u get on

Similar Messages

  • Not able to run the Java Program from jre for the ARM processor

    Hi ,
    I am try to run the jre1.4.2 for the arm core (linux 2.6kernel) which i downloaded from the sun site.
    I am created the class file from the J2SE1.4 development kit. I created the simple HelloWorld Program and complied with J2Se then i copied that class file into my IMX board which has ARM core.
    When i run the commnd java HelloWorld i am getting this error
    dl failure on line 765Error: failed /dev/shm/jvm/j2re1.4.2/lib/arm/client/libjve
    Please give me some suggestion to solve this porblem
    Thanks in Advance
    Narendra

    I JRE i have download from the sun site . But when i am trying to run the simple helloWorld program in that it is giving the below error.
    error:
    dl failure on line 765Error: failed /dev/shm/jvm/j2re1.4.2/lib/arm/client/libjvm.so because /dev/shm/jvm/j2re1.4.2/lib/arm/client/libjvm.so: symbol __divdf3, version GCC_3.0 not defined in file libgcc_s.so.1 with link time reference.
    Can anybody help me in this how to solve this problem . I also searched in the forum but did not get any answer on that problem
    Thanks in advance.
    Narendra

  • Looking for JRE for Linux AArch64

    Hi all, I want to run java programs on Linux AArch64, so I need a corresponding JRE, how could I get that? Thank you!

    when I start a program that should open with Java web
    start sometimes I get an error because it is looking
    for a jre 1.6+....I have the latest JDK...I think.Think? Find out!
    There are a 'bazillion' ways to determine the Java version
    used as default on your system, here is one.
    http://www.physci.org/pc/jtest.jnlp
    Why dont I have the latest JRE???I am running '1.5.0_08', which is the current production
    JVM, but there is no auto-installer yet available for Java 1.6,
    so the JNLP's that require 1.6 also fail for me.
    Those '1.6' launch files will continue to fail for me until either..
    a) This PC gets a 1.6 JVM
    b) The auto-installer becomes available, and those JNLP's are
    linked to the auto-installer. (Which adds up to This PC gets a
    1.6 JVM).

  • Windows 8.1 ADK Error with CopyPE for the ARM architecture

    Hi folks,
    I am following the command line page for COPYPE ( https://technet.microsoft.com/en-us/library/hh825071.aspx )
    If I read this correctly, I should use the following command :
    copype arm C:\winpe_arm
    The Copype.cmd file has nothing in it that accounts for ARM.
    Furthermore, the Windows Preinstallation Environment Folder only has subfolders for amd64 and x86.
    Where exactly is the ARM support ?
    Thanks

    Hi,
    Based on my test, this phenomenon should be caused by lack of ARM directory in Windows Preinstallation Environment directory.
    Roger Lu
    TechNet Community Support

  • SAP JCO Native libraries for ARM Architecture..

    Hello All,
    I would like to know if SAP has released any JCO native libraries for Linux ARM architecture.
    We have Linux x86 libraries but do not have the source code to compile it on ARM.
    Can someone help me in getting the source code for the native libraries for Linux or if there is any ARM libraries already provided by SAP.
    Please help !
    Best regards
    Sandy

    Hi,
    I have the same problem - have you had any success with this. In the porting docs, sun says they can supply the source code under special agreement. Do you know anything about this?
    Thanks,
    Allon

  • No db2 v9.5 download for linux x86-32 architecture ?

    Hi,
    I couldn't find db2 v9.5 download for linux x86 architecture.
    No support for this db2 version in x86 ?
    thanks
    Vilius

    No.
    According to PAM 32bit platforms are deprecated.
    Check
    http://service.sap.com/pam
    --> Click on the "SAP NetWeaver 7.0"
    In the Powerpoint that is opened check on page 2.
    Markus

  • Pack out Jre in Linux

    I am one of several newbies who can't remember everything.
    I am missing som help to install Jre for Linux.
    Like How do I pack my bin file out ?
    Thanks for a good product.
    Jean Christophe

    Run the command "sh ./j2se..." (replacing j2se... with the full file name of the bin file.
    Bhav

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

  • Konqueror browser for Linux has an useful CPU limitation feature for websites using Flash content. Can you add such a feature in Firefox?

    I have recently found that Konqueror browser for Linux can help user to limit cpu usage while visiting a website using flash technology by changing settings in the Flash section and adjusting the slider from VERY HIGH settings to HIGH and MEDIUM and so on. It actually works, and it does not have a direct impact on the general performance for flash player but it may generate some conflicts if other extensions such as add-blocker or click-to-flash are enabled also.
    Maybe you can add a similar setting in Firefox in the browser option section or just as an useful addon or extension.

    Sorry for being late with my reply. I've just tested that addon that you mentioned in your post ( https://addons.mozilla.org/en-US/fire.../system-monitor/ ) , it looks like a system monitor and nothing more than that.
    As for the memory tip ( about:memory ) I agree that it can be extremely useful for users that have less than 1 gb memory installed on their system. I know very little about computers but I can tell your tip for optimizing memory usage in firefox has merits.
    Me, I have another problem with cpu overload in Firefox, Internet Explorer, Opera and most of the browsers with flash support enabled. Each and every time time I visit a page that features all sort of adds and gadgets based on flash technology, and each time I try to watch a video online my cpu goes all the way up to 100% and stays there until i finally decide to close the browser.
    I am running winxp and also linux on a Dell Optiplex GX260 machine with 2000 MHz cpu, 1024 Mib ram and 128 Mib video card, it is not the best computer in the world but still 2000 MHz should be enough for a limited and uneventful web experience.
    It is not as much an issue with the web browser, any browser, the whole problem is caused by funny people claiming to be deeply involved with web development, and promoting flash technology for ages instead of choosing other alternatives, more user friendly. All I am saying is that flash ruined the entire web experience making people to believe that they actually need dual-core cpu and coreduo and deepfreeze cpu and so on which is only partially true.
    I always get better results for cpu usage when watching online videos that use media player as default player and not flash player, and my cpu stays below 70% usage which is not much but still it is not 100% usage.
    Konqueror offered me a nice surprise, and I was able to limit cpu usage once I moved that slider from Very High setttings for flash player to Medium settings. I got something between 80-90% cpu usage as a result, and I was very pleased to finally see a working solution to my problem at least for linux if not for windows.
    The only other browser that I can use for windows only, which handles both flash player and cpu usage well is Kmeleon browser which is a long forgotten project but does offer nice features once you find some plugins that it needs to make it come to life again.

  • Require Browser Plugin with XFA Support for Government Web Sites

    Most of the government sites I need to use on a regular basis now publish all of their forms in PDF with XFA, a popular one this time of year is income tax forms.  This is reasonable as there is no generally available alternative file format for this purpose.  However Adobe no longer supplies an Acrobat browser plugin for Firefox or Chrome on Linux.  I therefore cannot access these electronic forms.  I have tried using the no longer supported Acrobat 9.5 plug in, but it is broken under the latest version of Firefox (print doesn't work).  There is no other plugin that I can find that supports PDF forms using XFA.  How can I regain access to these forms.  When I try all I get is a message telling me to install the (non-existent) Adobe Acrobat plugin.

    I was only using income tax filing as an example of this type of application.  For the sake of my privacy I would rather not specify exactly what government I am dealing with or what the purpose of the form is.  Suffice it to say that in this particular case the ONLY way to submit this form is through the paper form, and the only ways I can get a copy of the paper form are either to phone the office and have them mail me a blank form, or access the PDF file, which I cannot do because Adobe refuses to deliver a working browser plugin!  As explained in another reply the government web site does not present me with the URL of the actual PDF file, but rather with the URL of a server application that checks the capabilities of my PDF plugin and if it does not support XFA sends me instead a text message instructing me to install the Adobe browser plugin that Adobe refuses to make available!
    I agree that PDF with XFA is an inappropriate way to implement this sort of application, and I would personally prefer an alternative.  For one thing using paper forms, even in electronic guise, costs more in the long run, since a civil servant must read the final paper document and enter the information into the government database, whereas if the client was presented with an ordinary web page the information could be entered directly by the client, and only validated by the clerk.  However in a transitional environment where only some of the clients have the ability to enter information into a web site many government applications will continue to be implemented in terms of paper forms.  In this environment it is important that all of the paper forms that have to be read by the data entry clerk look as much alike as possible.  That is why PDF is used because only PDF guarantees that all of the paper forms will be identically laid out.
    In this particular situation the government department in question has spent $276,000,000 so far on this particular subsystem over the past 3 years and so far it takes more effort to process each transaction than it did on the older more manual system.

  • Viewing .fdf file with Unix/Linux browser plugin

    I am using Solaris, but this seems to effect the Linux version as well.
    I click on a link that contains an .fdf document. The browser (Mozilla or Firefox) does not know what to do with it. I have set up a mime-type application helper to launch the viewer externally. That works. Solaris version 5 Adobe Reader can view the .fdf file. But what about the plugin? How can I view the .fdf as I do .pdf files using the Adobe browser plugin and do it smoothly like I can with .pdf files?

    Firstly you would need to remove any special mime-type handlers that you would have setup in your browser.<br /><br />Secondly, in the browser type "about:plugins" in the adress bar. This would open a list of all installed plugins. Make sure mozplugger or any other plugin which can handle PDF/FDF mime type is not present. If there is any, you would have to manually find the corresponding file and remove it.<br /><br />Next, you would need to remove all occurences of the file 'nppdf.so' from $HOME/.mozilla and anywhere under /usr (except from the one existing in the Adobe Reader installation folder). Once this is done, reinstall the plugin by running the script at <reader_install_folder>/Browser/install_browser_plugin.<br /><br />After the installation is complete, try using the FDF links again. If it still fails, open the /etc/mime.types file and look for the line application/vnd.fdf. Append to this line the word 'fdf' after a tab at the end. So basically the line would look like -<br />"application/vnd.fdf               fdf"<br />This should fix your problem. Incase you face in issues in between or have anything unclear, just go through the file <reader_install_folder>/Browser/HowTo/ENU/Browser_Plugin_HowTo.txt.

  • Not able to see Java plugin for Linux RHEL 14.0.1

    I have installed Mozilla Firefox 14.0.1, for Linux, but I'm having trouble seeing the Java 'plugin' (libnpjp2.so').
    I believe I'm running Red Hat Enterprise Linux on a 32 bit machine, as detailed :-
    Linux localhost.127.0.0.1 2.6.18-128.el5PAE #1 SMP Wed Dec 17 12:02:33 EST 2008 i686 i686 i386 GNU/Linux
    I have installed the 32 bit version of Java :-
    [root@localhost /]# java -version
    java version "1.7.0_05"
    Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
    Java HotSpot(TM) Server VM (build 23.1-b03, mixed mode)
    from the 'pluginreg.dat' file I see :-
    [INVALID]
    /root/Oracle/Middleware/jdk160_11/jre/lib/i386/libnpjp2.so:$
    I'm referencing the 'Oracle' version of 'libnpjp2.so', as this appears to be the 32 bit version,
    and I'm trying to configure Oracle APEX on this version of Linux.
    I think I need to run Firefox in 32 bit mode, but don't know how, or if what I'm attempting to do is possible ?
    Any feedback, would be most grateful.

    The regular Firefox version as downloaded from the Mozilla server is a 32bit version
    *Firefox 14.0.x: http://www.mozilla.org/en-US/firefox/all.html
    A 32 bit Firefox version only works with a 32 bit Java version and you need to place symlink to the Java plugin file (libnpjp2.so) in a location where Firefox finds it.
    Did you try to delete the pluginreg.dat file to force Firefox to create a new file?
    * http://kb.mozillazine.org/Determining_plugin_directory_on_Linux
    See Java Platform > Java SE 7U6 or Java 6U34 (Download JRE)
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html

  • JRE for ARM Processor

    Dear friends,
    Really need you help, please, please.
    Firstly, I need help to know where I can download a jre or jdk just for ARM 9 Processor. I found one on the website of http://www.blackdown.org, and I try to use tar to extract it in hyperterminal of Windows XP OS, but always problems. Do you know where I can get one which is good to use. Please, please, please
    Then, I want to ask if the file for ARM Processor "j2re-1.3.1-RC1-linux-arm.tar.bz2" is good to use, how can I install it in ARM Embedded Linux OS. What I did through hyperterminal which link to ARM Processor as follows:
    step 1: mkdir test
    step2: mount dev\sda1 \test
    step3: tar -xvf j2re-1.3.1-RC1-linux-arm.tar.bz2
    after this, it's always displayed as invalid magic, no such file or sth. like that.
    Please, please give me some suggestions, what's wrong with that? Really sad, sad, sad!!!
    Thank you very much.

    See also http://www.acunia.com...
    this site has very small JVM..

  • Jre 1.4.2 for Linux AS 4

    Hello,
    I am about installing the JRE 1.4.2 for Lunix AS 4. The purpose is using in DMI, datatel. I am not sure what file needs to be install?
    j2re-1_4_2_12-linux-i586-rpm.bin or j2re-1_4_2_12-linux-i586.bin?
    Please share with me if you have any experience about two kinds. Thanks you so much.

    Hi,
    can anyone provide jre or jdk 1.4.2_04 for linux, as the files downloaded from official sun.com are corrupted, every time we run them, shows the error code "+417", dont know what happened.Contact Sun technical support, they should be able to help.
    the reason why we need jre because trying to access EBS 11i from firefox under linux client. we cant change jre configuration on the EBS server side, poor me.Linux is not supported as a client tier, so do not expect this to work properly. Instead, refer to the following document for the supported OS clients and browsers.
    Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=285218.1
    Regards,
    Hussein

  • URL for apache plugin for linux with weblogic 6.1

    Hi,
    can anyone tell me, where i can find the apache plugin for linux weblogic 6.1
    thanks in advance,
    cheers chris

    Could you give some detail for this issue? I have tried the plugin with IIS6 and it does works.

Maybe you are looking for

  • Display image in Servlet

    Hi everyone, I have a servlet and I would like to display an image on it, the image is already saved in the server in a folder. My current solution is to save the image to the client machine first then display. I feel it is not a good way. Do we have

  • I have just installed OS X Mavericks and I can't seem to right click on the track pad.

    I have just installed OS X Mavericks and I can't seem to right click on the track pad. Also the track pad seems to be slower/ not picking up all my finger movements.

  • [SOLVED] Preview other screens over LAN

    I am looking for something that will allow me to preview others screens of Linux machines in my local network - just `read-only` preview of currently logged user. Can someone suggest me something ? Last edited by hsz (2014-01-15 09:57:05)

  • Drag and Drop between Web Dynpro Tables on Cell Basis

    Hi Experts, I need to develop a Drag and Drop Functionality as follows: I have two tables. I want to drag a row of the first table and drop it in a particular cell of the second table. Is it possible to implement this using the Web Dynpro Drap and Dr

  • Error in importing javax.servlet.ServletConfig;

    Hi I am fairly new to servlets technology while importing package javax.servlet.ServletConfig; i got error Create class "ServletConfig" in package javax.servlet I'm using eclipse IDE