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

Similar Messages

  • Need help with installing Windows for the bar exam

    I need to retake the bar exam in Feb 2011 and I've decided to switch to typing. I am trying to figure out what Windows I need (the software says XP is fine but is that even available anymore)- so can someone walk me through this process? I've partioned my hard drive with the default 5GB but should it be more?
    I'm looking at buying Windows- is XP okay or should I shell out for 7-i.e. is one more compatible with Macs?
    And then finally, in the installation instructions they mention that I need my Mac OS disc for the process- is that the snow leopard disc or something else? My discs are in storage right now so should I wait until I get them before starting this process or can I get replacements if I accidentally threw them out in moving?
    Sorry for all the questions, but well, I'm racing to get everything done and I want to make sure I don't crash my system halfway through the exam!

    You don't need Boot Camp, but even XP will have a lot of stuff to update from after the install, and that takes temp space. Just as your Mac shows 5-10GB there is add'l hidden space used.
    Apple's 'requirements' has gotten others in trouble and I was pretty sure it was more like 10GB. Plus a lot of XP discs are now SP3.
    XP out of the box but connected to the net is just waiting for malware, average is 15 minutes to be infected. 7 is better and just in case you need it again.
    System Builder can come in 32 or 64-bit but XP is 32-bit only.
    VirtualBox by Oracle is a free VM.
    1GB for one program actually seems like a lot, or is that RAM requirement?

  • Need help quickly as possible for the error 0xc004c008

    hi,i have lenovo ideapad z580 laptop with windows 8 pre-installed still within the warranty period but after doing one key recovery for the second time an activation error appear as following "the product key is already being used on another pc,try
    a different key or buy new one" with the following error code "0xc004c008" and i have contacted lenovo they gave me new product key but also the problem still exist and also one of my friends have a look at the laptop and told me that to go
    to lenovo and have a new windows 8 installed on the laptop but i am really confused and don't know what should i do? . So,please i am really need help quickly and thanks in advance 

    Well, there's enough time, so if you start the ball rolling with your code then people will help - but you have to do the work. We won't do your homework...

  • Need Help with instr/Regexp for the query

    Hi Oracle Folks
    I am using Oracle
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    I have some student responses and the valid values are +/-/O(alphabet)/P and spaces at the end of the sting only not in the middle.
    As per my requirement the record number 2 3,4 should be listed from the query but I am getting only one (record 3).
    Can we use REG_EXP
    Please help.
    Thanks in advance.
    Rajesh
    with x as (
    SELECT '+-+-POPPPPPP   ' STUDENT_RESPONSE, 1 record_number FROM DUAL union all
    SELECT '+--AOPPPPPP++' STUDENT_RESPONSE, 2 record_number FROM DUAL union all
    SELECT '+-+-  OPPPPPP--' STUDENT_RESPONSE, 3 record_number FROM DUAL union all
    SELECT '+-+-9OPPPPPP   ' STUDENT_RESPONSE, 4 record_number FROM DUAL )
    (SELECT RECORD_NUMBER,
    TRIM(STUDENT_RESPONSE) FROM X
    WHERE
    ((INSTR (UPPER(TRIM(STUDENT_RESPONSE)),'-') =0)
    OR (INSTR (UPPER(TRIM(STUDENT_RESPONSE)),'+') =0)
    OR (INSTR (UPPER(TRIM(STUDENT_RESPONSE)),'O') =0)
    OR (INSTR (UPPER(TRIM(STUDENT_RESPONSE)),'P') =0)
    OR (INSTR (UPPER(TRIM(STUDENT_RESPONSE)),' ') !=0)
    )

    Hi, Rajesh,
    Rb2000rb65 wrote:
    Hi Oracle Folks
    I am using Oracle
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsThanks for posting this (and the WITH clause for the sample data). That's very helpful.
    I have some student responses and the valid values are +/-/O(alphabet)/P and spaces at the end of the sting only not in the middle.Are you combining the responses to several qeustions in one VARCHAR2 column? It might be better to have a separate row for each question.
    As per my requirement the record number 2 3,4 should be listed from the query but I am getting only one (record 3). What exactly is your requirement? Are you trying to find the rows where student_response contains any of the forbidden characters, or where it contains a space anywhere but at the end of the string?
    Can we use REG_EXPYes, but it's easy enough, and probably more efficient, to not use regular expressions in this case:
    Here's one way:
    SELECT     record_number
    ,     student_response
    FROM     x
    WHERE     TRANSLATE ( UPPER ( RTRIM (student_response, ' '))
                , 'X+-OP'
                , 'X'
                )     IS NOT NULL
    ;That is, once you remove trailing spaces and all occurrences of '+', '-', 'O' or 'P', then only the forbidden characters are left, and you want to select the row if there are any of those.
    If you really, really want to use a regular expression:
    SELECT     record_number
    ,     student_response
    FROM     x
    WHERE     REGEXP_LIKE ( RTRIM (student_response)
                  , '[^-+OP]'          -- or '[^+OP-]', but not '[^+-OP]'.  Discuss amongst yourselves
                  , 'i'
    ;but, I repeat, this will probably be slower than the first solution, using TRANSLATE.
    Edited by: Frank Kulash on Oct 17, 2011 1:05 PM
    Edited by: Frank Kulash on Oct 17, 2011 1:41 PM
    The following is slightly simpler than TRANSLATE:
    SELECT     record_number
    ,     student_response
    FROM     x
    WHERE     RTRIM ( UPPER ( RTRIM (student_response, ' '))
               , '+-OP'
               )          IS NOT NULL
    ;

  • Need Help Rejected from itunes For the Second Time

    Hello, I just wanted to know does anybody know why my feed get getting rejected from itunes, I talk to tune support team,when thru all the tech spec, pass the feed validation, and upload the podcast to a least 10 different computers and it work perfect. This is what i keep getting from itunes
    Dear Podcast Owner
    The following podcast has not been included in the iTunes podcast directory.
    Name: Bruce Gibbons Reflections Podcast
    Feed URL: http://feeds.feedburner.com/ReflectionsPodcast
    Submissions may not be included in the directory for a variety of reasons. For more information, please see the podcast technical specification at http://www.apple.com/itunes/podcasts/techspecs.html.
    Sincerely,
    The iTunes Store Team
    thanks
    bruce

    You will understand that this is a user-to-user forum and I don't have access to the inner workings of the Store; so what I have to say is effectively guesswork.
    There appears to be no technical problem with your feed - that at least isn't a guess - but your podcast consists of 'mixes' of recordings which you list. A possible explanation is concern that you are making use of copyright material for which you haven't either obtained written permission from the copyright owners, or a valid podcasting licence from a recognized authority. Making use of commercially issued (or indeed any) material without the permission of the owners is a breach of copyright, and is one of the reasons listed by Apple for podcast rejection (the others don't appear to apply here) - Apple could be be held jointly liable and sued (as could you).
    If you have in fact obtained the necessary clearances you will need to find some way of communicating this to Apple.

  • I need help on changing font for the subtitles in quicktime player

    Hi
    I am wondering if there is a way to change the font size for the Quicktime Player?
    I have no idea how I can do it, and this is greatly bothering me.
    If someone knows the step, may you please write the step by step process of how to change the font size?
    I will be really happy to know this
    Thnx.
    (P.s. - I also like pictures )

    They can only be changed by using an authoring app like QuickTime Player 7 Pro.

  • I need help regarding a Ringtone on the Iphone?

    I bought a song then turned it into 2 ringtones(Interpol). I SEE the ringtone on the RINGTONE icon on the left of Itunes and its checked. When I sync my Iphone, I make sure that the ringtone is checked so it will be synced. When it finishes I dont see the ringtone under settings>sounds>.. on my Iphone? ...I dont know what i've done wrong? Can anyone please help?

    Ramos, you're doing it correctly. I've been experiencing this same issue since upgrading iTunes to 7.5 and the iPhone to 1.1.2; it seems that my ringtones sync once and then the phone syncs a second time and eliminates them from itself. I've tried the m4a to m4r trick as well as doing it in reverse and everytime the same thing happens. Today what I did after I lost them again was watched the phone. Prior to synchronizing I put the phone onto the sounds page so I could see what was displayed. When the phone sycnrhonized the ringtones they appeared and I pulled my iPhone from the docking station. They are now on my iPhone till the next time I have to synchronize and do this all again.
    Key things to note:
    All ringtones were purchased from iTunes so they are not home made.
    Synchronize once through before doing the remove from dock trick as you want to make sure all contacts, calednar, music, and pictures are updated. Ringtones are always synced last from what I can tell.
    Good luck.
    -Alex

  • Need Help regarding initial configuration for distributed cache

    Hi ,
    I am new to tangosol and trying to setup a basic partitioned distributed cache ,But I am not being able to do so
    Here is my Scenario,
    My Application DataServer create the instance of Tangosolcache .
    I have this config.xml set in my machine where my application start.
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <!--
    Caches with any name will be created as default near.
    -->
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>default-distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <!--
    Default Distributed caching scheme.
    -->
    <distributed-scheme>
    <scheme-name>default-distributed</scheme-name>
    <service-name>DistributedCache</service-name>
    <backing-map-scheme>
    <class-scheme>
    <scheme-ref>default-backing-map</scheme-ref>
    </class-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <!--
    Default backing map scheme definition used by all the caches that do
    not require any eviction policies
    -->
    <class-scheme>
    <scheme-name>default-backing-map</scheme-name>
    <class-name>com.tangosol.util.SafeHashMap</class-name>
    <init-params></init-params>
    </class-scheme>
    </caching-schemes>
    </cache-config>
    Now on the same machine I start a different client using the command
    java -Dtangosol.coherence.distributed.localstorage=false -Dtangosol.coherence.cacheconfig=near-cache-config.xml -classpath
    "C:/calypso/software/release/build" -jar ../lib/coherence.jar
    The problem I am facing is
    1)If I do not start the client even then my application server cache the data .Ideally my config.xml setting is set to
    distributed so under no case it should cache the data in its local ...
    2)I want to bind my differet cache on different process on different machine .
    say
    for e.g
    machine1 should cache cache1 object
    machine2 should cache cache2 object
    and so on .......but i could not find any documentation which explain how to do this setting .Can some one give me example of
    how to do it ....
    3)I want to know the details of cache stored in any particular node how do I know say for e.g machine1 contains so and so
    cache and it corresponding object values ... etc .....
    Regards
    Mahesh

    Hi Thanks for answer.
    After digging into the wiki lot i found out something related to KeyAssociation I think what I need is something like implementation of KeyAssociation and that
    store the particular cache type object on particular node or group of node
    Say for e,g I want to have this kind of setup
    Cache1-->node1,node2 as I forecast this would take lot of memory (So i assign this jvms like 10 G)
    Cache2-->node3 to assign small memory (like 2G)
    and so on ...
    From the wiki documentation i see
    Key Association
    By default the specific set of entries assigned to each partition is transparent to the application. In some cases it may be advantageous to keep certain related entries within the same cluster node. A key-associator may be used to indicate related entries, the partitioned cache service will ensure that associated entries reside on the same partition, and thus on the same cluster node. Alternatively, key association may be specified from within the application code by using keys which implement the com.tangosol.net.cache.KeyAssociation interface.
    Do someone have any example of explaining how this is done in the simplest way ..

  • I need help with exporting project for the web

    Probably something i am doing wron g but here are the problems. When I use Quicktime Converter, if I try to convert to a Quicktime movie or an MPEG-4 nothing happens and i get a 'File error;File Unknown message' when i try to convert to an AVI File, it works, but even though I have already rendered the project, it shows up with little flashes of blue that say 'unrendered'. and finally, when I try to make it a w
    Windows Media File, it stops after 29 seconds. Any ideas?
    I have an iMac with dual core processor, and FCE HD 3.5.1. I have my video files on an external drive.
    iMac   Mac OS X (10.4.10)  

    perform a search using the term export for web and it should throw up some ideas.
    here's one for starters:
    http://discussions.apple.com/thread.jspa?messageID=2309121&#2309121
    If you're using flip4mac to convert to wmv, the trial stops at 30 seconds - you need at least wmvstudio to export to wmv:
    http://www.flip4mac.com/wmv.htm

  • Hey guys need help regarding iTunes U. My school is moving for iOS and Mac in the classroom and I have been appointed Junior Administrator for the schools technical department and integrating these devices into the classroom.

    Hey guys need help regarding iTunes U. My school is moving for iOS and Mac in the classroom and I have been appointed Junior Administrator for the schools technical department and integrating these devices into the classroom.
    I have an appointment with a director on Tuesday. I want to demo iTunes U. Problem is I have never used it before and have no idea how to set it up and even if I should sign up.
    Please help any ideas regarding iTunes U and how I should direct the meeting tomorrow.
    Please please post here.
    Thanks
    Tiaan

    Greetings fcit@!A,
    After reviewing your post, it sounds like you are not able to select none as your payment type. I would recommend that you read this article, it may be able to help the issue.
    Why can’t I select None when I edit my Apple ID payment information? - Apple Support
    Thanks for using Apple Support Communities.
    Take care,
    Mario

  • Need help locating a wallet case for an Xperia T2 Ultra Smartphone that has a slot on the side for the mini-usb

    I realize this board is for Xperia tablets, but I don't see a board for Xperia Smartphones.  I do hope someone here can help. I have a Sony Xperia T2 Ultra smartphone.  I love the phone, but I purchased a case for it not realizing that the case doesn't have a slot on the side for the mini-usb connector, which means that I have to charge the phone with the case open.
    I called Sony accessories, and they don't seem to make a case with a slot on the side.  They have a very nice case, but again, it doesn't have the correct opening for the charger and you have to charge the phone with the case open.
    I have also searched several websites for such a case with no luck.
    Does anyone here know where I can find a wallet-style case for the Sony Xperia T2 Ultra with a magnetic closure (or some way of securing the case closed) that will actually allow me to charge the phone while the case is closed?  Please let me know.

    This is the only "question" I could extract out of your confusing post:
    "I want to know if it even can be done in Flash or would we need to use something else like PHP or Javascript?"
    It can`t be done in Flash alone you need php.
    With the experience level you already admitted to, I strongly advise to stay away from such a project, you will save you and our customer a lot of headaches, no offense.

  • Need Help in improving logic for determining the range

    Hi guys,
    I need some help in my program logic to determine the range of value. My purpose of this program is to find which combinations have the lowest amplitude.
    In the attachment is a set of number.
    e.g 10    0 is a combination.
    Each combination, I will need to draw a graph of data acquired using this combination VS gray level. There is 255 gray level. Every 5 gray level I will acquire a point so I will have 52 points.
    Next, I will get the maximum value - minimum value. And this is the amplitude for the combination. I can do all this function, however it is not practical for me to do it this way until 360 360. There is a round 1200+ combination. It requires a long time since I need to interface all this function with my hardware.
    The graph of each combination maybe a irregular shape. Do any of you have a logic to help me to shorten the process and find the range of values (combination) where the lowest amplitude may lies. Thanks!!
    Attachments:
    example.txt ‏11 KB

    Hi Johnsold,
    This is a example of my result. This is only a portion of it. The last column is the amplitude, I store all the 52 points into array and used Array Min and Max function. Then I use max - min to get the amplitude. From the amplitude I cannot see any pattern. Can you please advice me on it. Thanks!!!

  • Need Help Regarding Enabling The Matrix

    Hi All,
    We have got one user form and we have got one choose from list and one matrix, on click of choose from list the value will be displayed in the text box and at the same time matrix should get enabled. But it;s not happening in our case. The value is coming in the text box through choose from list but matrix is not getting enabled. We are able to change the back ground color of the matrix, make first column invisible and all but not able to enable the matrix. We need help regarding this one.
    Regards,
    Jayanth

    Hey first bind the columns of matrix to any user datasource
    and then you can enter any thing into your matrix 
    following code may help
    suppose you have one column
    oForm = SBO_Application.Forms.Item("URFRM")
    oUserDataSource = oForm.DataSources.UserDataSources.Add("URDSName",
    SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 20)
    oMatrix=oForm.Item("URMATRX")
    oMatrix = oItem.Specific
    oColumns = oMatrix.Columns
    oColumn = oColumns.Item("URCOLName")
    oColumn.DataBind.SetBound(True, "", "URDSName")
    oMatrix.Addrow()
    hope this will help
    additionally you can look at this sample
    .....SAP\SAP Business One SDK\Samples\COM UI\VB.NET\06.MatrixAndDataSources

  • I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.

    I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.
    I dont know how to check my particulars during filling up my registration in apple store support.
    Hope u could give us advice. Thanks...
    CandidoSG
    <Edited by Host>

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.
    http://support.apple.com/kb/HT5699

  • I forget the answers for the secret questions,, i need to reset them,,any help please

    I forget the answers for the secret questions,, i need to reset them,,any help please

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97479)

Maybe you are looking for

  • XSLT to Retieve Data

    Are there XSLT rules that I can use to retrieve data and store it in a ResultSet? How about connecting to an Oracle database?

  • Firefox will not open at all. Google Chrome main browser.

    Google Chrome my main web browser with Comcast as home page. Now Firefox will not open at all. What do I do. Delete Firefox and reinstall is what I think?

  • CIM_ERR_FAILED: while importing the Business System in quality sytem

    Hi Experts, I got error while importing the SLD (Business system) from Devolopement system to quality system. Business system is third party system. note i created business systemaaa(third party) using the quality system integration server and assign

  • "Connecting to itunes store..." freez my itunes.

    this happens everytime I open itunes.  I can't use itunes cause it freezes my itunes leaving it useless. What should I do?

  • Error updating from 2.7.6 to 2.7.8

    Hello, Update Manager stops Downloading after some MB with following Error: An error occurred while attempting to download updates. Check the logs for more information. The Update.log has following entry: [11:44:23] CDownloadUpdatesDlg: Failed to dow