Jre for ARM920T processor

hi
i have linux 2.4.18 running on arm920T integrator. i am using busybox.
there is no locale utility in my system.
i have downloaded jre1.3.1 from blackdown site. i have installed at /usr/local directory.
i am able to run hello world program.
But when i run awt application i get error message
saying
"current locale is not supported in X11, locale is set to CX locale modifiersare not supported , using defaultwarning: translationtable syntaxc error: unknown keysym name: osfActivate
warning: string to Translation table conversion encountered errors
SIGSEGV 11* segmentaion violation
si_signo [11]: SIGSEGV 11* segmentation violation
si_errno [0]:success
si_code[1]:SEGV_MAPERR[....]
stackpointer=.....
Full thread Dump classic VM (BLACKDOWN-1.3.1 RC1 - native threads):
"AWT-Motif" (..... state:MW....) prio=6
at sun.awt.motif.MTollkit.run (Native Method)
at java.lang.Thread.run
"SunToolkit.PostEventQueue-0" (..... state:CW......)prio =6
at java.lang.object.wait (Native method)
at java.lang.object.wait (Object.java)
at java.awt.EventQueue.getNextEvent (EventQueue.java)
"Finalizer" (.... state:CW.....)prio=8
at java.lang.object.wait (Native method)
"ReferenceHandler (...state:CW.....)prio=10
"SignalDispatcher" (....state:CW.....) prio=5
"main" (....state:R.....) prio=5
at sun.awt.motif.......
Monitor Cache Dump:
java.lang.ref.Reference$Lock..... <unowned>
Waiting to be notified:
"Reference Handler" (...)
java.awt.EventQueue ..... <unowned>
Waiting to be notified:
"AWT-EventQueue-0" ..
java.lang.ref.ReferenceQueue$Lock .... <unowned>
Waiting to be notified:
"Finalizer" ...
sun.awt.PostEventQueue .. <unowned>
Waiting to be notified:
"SunToolkit.Posteventqueue-0"
java.lang.class :owner "main"
waiting to enter:
"AWT-Motif" ...
Registered Monitor Dump:
��� utf8 hash table: <unowned>
����JNI pinning lock: <unowned>
��� JNI global reference lock: <unowned>
��� BinClass lock: <unowned>
��� Class linking lock: <unowned>
��� system class loader lock: <unowned>
��� Code rewrite lock: <unowned>
��� Heap lock: <unowned>
��� Monitor cache lock: owner "main" (0x1bdf8) 1 entry
� Thread queue lock: owner "main" (0x1bdf8) 1 entry
��� Monitor registry : owner "main" (0x1bdf8) 1 entry
so what should be the problem?� i am not able to find what's happening ?really i need help.

still problem persists.Yup
I have the same problem on Freebsd system with javavm 1.4
Reports the same about CX locale
i cannot run any java classes involving awt
LC_ALL etc doesnt help at all
could it be the locale of the Xwindow system?
Heeeeeelp
Thanks in advance to anyone

Similar Messages

  • 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 OR JDK just 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.

    I need jvm for 32bit arm processor. Moreover the size of jvm must be small. Can anybody provide some information.
    Regards,
    Nitin

  • 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&eacute; 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)
    -----------------------

  • JVM's suport for multicore processors and multiple processor systems

    Hi all,
    Do you have any concrete information about Sun Hot JVM 1.5's support for multi-core processors and also its support for multi processor systems. I ask this because i am looking at deploying a multi threaded application written in Java 5 and want to know the best CPU arrangement for optimal performance.
    Does JVM run itself on multiple CPUs?
    Does JVM run native threads on multiple CPUs ? at the same time.
    Is there a place where i can find out the exact behavior of the JVM in sus environments ?
    Thanks.

    Hi,
    Sun's JVM runs very well on multi-thread/core/chip systems and provides several mechanisms to scale well in such environments (for example Thread Local Allocation Buffers (TLABs), parallel gargabe collection threads etc.). Java threads are 1:1 mapped to operating system threads. There are lots of options that allow you to configure the JVM wrt number of gc threads and so on, although the defaults should in most cases work well. There is a lot information available at http://java.sun.com/docs/performance/index.html and some (quite outdated) information about threading at http://java.sun.com/docs/hotspot/threads/threads.html.
    Nick.

  • Right JRE for forms 10gR2(10.1.2.0.2) on Windows 7 64bit

    Hi All,
    What is the right JRE for windows 7 64bit OS and our forms app server is 10.1.2.0.2. Any one's help is much appreciated.
    Regards

    Thanks Carlos,
    We are using some custom java beans and image jar files along with the frmall_jinit.jar,frmwebutil.jar,,jacob.jar,ojdbc14.jar. After using Java Plug-in 1.6.0_45. I am hitting this error
    Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: oracle/bali/share/sort/StringComparator
    and
    Caused by: java.lang.ClassNotFoundException: oracle.bali.share.sort.StringComparator
    Do you suggest to apply the patch 10.1.2.3. I have noticed few people still have some issues after applying this patch.
    Please suggest.
    Regards.

  • Is there a JRE for windows mobile 6.1 ?

    Hi everyone,
    I need to install a Java Virtual Machine on my Intermec CK3 device which runs on Windows Mobile 6.1.
    Can anyone advice where to download the JRE ?
    Is there a JRE for windows mobile ?
    Thanks in advance,
    Best Regards

    I don't believe that that IS a legal download.
    This here is a more legal option:
    http://www.makeuseof.com/tag/install-java-windows-mobile/

  • Which JRE for Windows XP?

    I have to choose the JRE version which will installed as the default JRE on thousands of XP sp2 pc's. This JRE will also be the default JRE for Internet Explorer - the one called when the APPLET tag is used.
    Up until now we have used the Microsoft JVM as the default for Internet Explorer and a SUN JRE version 1.4.1_02 as the default JRE on our NT machines.
    Can anyone recommend a very stable, reliable JRE for Windows XP sp2? Once installed it will probably be used for years as the default JRE although other JRE's will be installed on the system also.

    Its a bad idea to use a platform like java for several years, I would at least upgrade every 1-2 years. Java provides a silent installation mode for this, so no interaction of the user is required at all.
    as I sugested I would use the latest 1.4.2_latest if you need something rock-solid or 1.5.0_latest if you want the latest features. However I know many people having problems with 1.5.0+applets, starting with crashing browsers to long load-times because sun's cup animation eats up the whole CPU which is needed for class-loading!
    lg Clemens

  • JRE for Different Operating Systems

    Hi,
    Will the installed JRE be different for each Operating System? or will it be same for every OS?
    Means Can i use the same installed binaries for every OS?(Windows , Mac.....)
    Thanks,
    Raja

    G'Day Raja,
    I have had to load different JREs for my Mac vs my PC. I assume they have different native code components.

  • Any one can show me where to find the JRE for MAC?

    I am trying to develop an application to run on PC and MAC. For PC, I can easily get the JRE to run it. But for MAC, what can I found is only MRJ 2.2.5. If I not wrong, I found that I can only run the applet(unable to support the SWING) but not the application. Anyone know where can I get the JRE for MAC which can run the application (same as the JRE1.3 for PC )
    There are a few MAC which has different OS. All of these MAC are too old to upgrade with latest OS so I cannot have the latest JAVA 2 technology support which is integrated in the latest OS. The MAC are running with OS 7 and OS 9 so anyone can tell me where to get the JRE that able to run the application that develop by using the JAVA 2?

    You probably already looked at
    http://devworld.apple.com/java/classic.html
    It doesn't look like they have one for Java 2 unless youupgrade to Mac OS X.

  • Jre for solaris x86

    hi,
    I know that there is a separate JRE for Solaris X86. But my problem is that i have Solaris x86 installed an amd 64 bit machine and also on an Intel 64 bit machine.
    I would like to know if it is possible to use the same jre for both the machines.
    Edited by: Diganth.A on Feb 4, 2009 11:16 AM

    Diganth.A wrote:
    hi,
    I know that there is a separate JRE for Solaris X86. But my problem is that i have Solaris x86 installed an amd 64 bit machine and also on an Intel 64 bit machine.
    I would like to know if it is possible to use the same jre for both the machines.
    Edited by: Diganth.A on Feb 4, 2009 11:16 AMThis all depends on the operating system your are using and the type of 64 bit hardware architecture type.
    Can you please provide more specific details about the architecture and operating systems you are trying to install your JRE on?
    Typically you will want to download a pre-configured JRE for your OS platform and hardware architecture.

  • Labview Embedded module for blackfin processor

    hi
    i want ot know that, Labview Embedded module for blackfin processor full development kit is essentail for detecting Blackfin Board.
    I have all the software to detect the board but only Labview Embedded module for blackfin processor is Evaluation version.
    so is that a resion for not detecting the Board
    Regards
    mithun patil

    Just to be clear: The version of VisualDSP++ you need is not just VisualDSP++4.0, but VisualDSP++ 4.0 for LabVIEW Embedded. It is a special version created especially for use with LabVIEW Embedded. Go to the Help>About window in VDSP and verify that this is the product name. The evaluation version should not matter as long as the evaluation period has not expired.
    Message Edited by Michael P on 08-07-2006 11:26 PM
    Michael P
    National Instruments
    Attachments:
    vdsp.JPG ‏28 KB

  • Sar CPU usage for each processor

    In Linux, mpstat allows you to specify a specific processor or all processors when getting CPU % usage. In OS X, sar looks pretty limited as I can only get CPU usage for all processors. I'm trying determine how many cores are in use (basically for figuring out how many single cores are available for jobs if im submitting 1 handbrake job per core)

    hello,
    I sugget to create a time series chart with the following SQL:
    with p as (select target_guid,property_value cpucount from mgmt$target_properties where property_name='CPUCount' and property_type='INSTANCE')
    select h.target_name,
    h.rollup_timestamp,
    h.average/p.cpucount pct_cpu
    from mgmt$metric_hourly h,p
    where h.metric_name='instance_efficiency'
    and h.metric_column='cpuusage_ps' and h.target_guid in (select target_guid from mgmt$db_dbninstanceinfo where target_type='oracle_database' and host=??EMIP_BIND_TARGET_GUID?? )
    and h.rollup_timestamp between ??EMIP_BIND_START_DATE?? and ??EMIP_BIND_END_DATE??
    and p.target_guid=h.target_guid
    order by 1,2
    You have to select the host target in the report and period is customizable.
    I hope this is correct and answers your question.
    Regards,
    Noel

  • Best Multiprocessing setup for 24 Processor Cores & 64gb of RAM using new MacPro OSX 10.9.5.

    Whats the best Multiprocessing setup for 24 Processor Cores & 64gb of RAM using new MacPro OSX 10.9.5.
    I'm still getting an After Effects Warning: at the end of some renders saying "A frame failed to render using Render Multiple Frames Simultaneously.

    Hi Szalam,
    I'm using the latest After Effects (13.2.0.49)
    See attached some screen grabs of my setup.

Maybe you are looking for

  • Excel 2007 - Files will not open from outside of Excel 2007

    Hello, I'm a new user of Xcelsius 2008, in fact I just had it installed yesterday.  The issue I've come across ever since the install, is when I attempt to open an Excel 2007 file from My Documents window (i.e Windows Explorer) a new instance of Exce

  • HT4759 If my iPhone is lost, does it need to be connected to a wifi in order for me to pinpoint its location?

    I need quick assistance, I lost my iPhone and I am trying to locate it with the app "find my iPhone" Does the phone needs to be connected to a wifi network for the app to work?

  • CS3 Trial Install

    So, I'm looking to upgrade from flash 8, and I was downloading the trial for CS3, but it won't install for me. I get through the system check fine, but then when it actually begins to install, it asks me to insert the disk. I don't have a disk, seein

  • On Commit data is written to incorrect row

    Running JDev 11.1.2.4 Our ADF application is setup so there is a Tree control in the first facet of a panel splitter and panelStretchLayout in the second.  In the center facet of the psl we have a switcher component to show different regions (forms)

  • Windows Server Datacenter 2012

    Dear Team, We are using VM esxi 5.5 and we have bought volume License from microsoft for Datacentre 2012 R2. My concern is "how many 2012 data centre system I can create on VM with this License". Can I install 2012 enterprise /Standard or other versi