Which font.properties file to use- please help

I am working on an application for accepting hindi text as input.Please help me in following matter-
1. I have several font.properties file on my application server machine. Also some jre have font.propeties file. Which file should I change so that my forms 6i deployed on this application server can accept hindi font insatlled on application server machine.
2. If I need to change my Jinititor , where should i make changes.
Please help

you have asked so many questions about hindi text, etc... and nobody could help you. Please contact the support and open an ITAR at metalink.oracle.com. They should help you.

Similar Messages

  • I have the new iPhone 4s.  I'm using cloud.  I try to sync my playlists to my phone an it either erases them completely or keeps saying it cannot move all music files over?  Please help.  Also my purchased ringtones will not sync up as well.

    I have the new iPhone 4s.  I'm using cloud.  I try to sync my playlists to my phone an it either erases them completely or keeps saying it cannot move all music files over?  Please help.  Also my purchased ringtones will not sync up as well.

    iPod touches or any iDevices from Apple sync only to one computer. If you sync to a different computer, all your music will be replace with the music from the new computer's iTunes. If the music were purchased from iTunes, you can re-download them again otherwise the music on iPod touch will be deleted. Do you have iTunes backup? 

  • Packaging font.properties file.

    Hello All,
    I am developing a cross-platform application and I wat the Java runtime to use my own font.properties file. How can I specify that file using -D switch?
    (for example, for logging i write, java -Djava.util.logging.config.file=logging.properties MyApp so, is there a similar option for font.properties?)
    Thanks in advance,
    Ghaznavi

    Any body please help!
    Ghaznavi

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • Font.properties files

    Hello!
    Do you know at what point does the Java Runtime load font.properties file and how it selects the one to load?
    I am struggling with displaying cyrillic characters in AWT controls.
    I have a code like this inside the applet's init() method:
    =================================================
    Locale rus = new Locale("ru", "RU");
    this.setLocale(rus);
    DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, rus);
    String s = df.format(new Date());
    displayString = new Label();
    displayString.setLocale(rus);
    add(displayString);
    displayString.setText(s);
    ===========================================================
    The output is supposed to be "12 ������, 2005�."
    Instead, every cyrillic character is replaced with a square box.
    I think the JRE is just loading the wrong font.properties file somehow...
    BTW, my OS is an english version of Windows XP.
    I'll greatly appreciate any suggestions.
    Thanks for your time.

    Which one is loaded is based on the locale of the JVM at start-up time. The locale is taken from the system locale, which on Windows is based on the region/language currently selected. You can override this using java intergreter's options, such as, in your case:
    java -Duser.language=ru -Duser.region=RU yourgrogramUsing the above settings, font.properties.ru will be used. Cyrillic characters will then be displayed properly if appropriate fonts are installed. This, however, may not work with AWT components. To be sure, use Swing -- they are better designed for rendering Unicode characters.

  • Hi i want to upload my music from my i-phone to i-tunes so i can then transfer to my new samsung phone. However my i-tunes is linked to another computer which i no longer have. PLEASE HELP!!!

    Hi i want to upload my music from my i-phone to i-tunes so i can then transfer to my new samsung phone. However my i-tunes is linked to another computer which i no longer have. PLEASE HELP!!!

    The iphone is not a storage/backup device.  The sync is one way - computer to iphone.  The only exception is itunes purchases.  File>Devices>Transfer Purchases

  • I need to burn a cd from itunes. There is no burn option...at all. I've tried right-clicking and file command. Please help

    I need to burn a cd from itunes. There is no burn option...at all. I've tried right-clicking and file command. Please help

    I have Windows 7 on a Dell.  Open and play iTunes in the compatability mode and use Windows XP (service pack 2).  Disregard any messsages to disable the compability mode.  This has worked for me.  I have also reinstalled iTunes and played with burn speeds etc.  These ideas did not work.  Compatability mode works.

  • I re installed my original software and now I don't know how or if I can retrieve all my old pics and files!!  please help i have a mac osx 10.5.4

    I re installed my original software and now I don't know how or if I can retrieve all my old pics and files!!  please help i have a mac osx 10.5.4!!!

    Not sure I understand how Migration Assistant is doing anything. I thought MA was for connecting your computer to another computer or volume and transferring files. I'm just not sure how you're using it. Like I said earlier, everything you do on your Mac overwrites more of what data may have been recoverable if there even was any. Not to kick you when you're down but this is exactly he kind of a situation where a time machine or other back up would have saved you a lot of heartache. I'm sorry but I don't think I can be of any help :-(

  • I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!

    I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!
    [http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream]

    Looks like a font problem.<br />
    Firefox seems to be using a font that isn't working properly.
    Try this solution: [[/questions/927322#answer-336404]]

  • Problem with file archival. Please help

    Hi Experts,
      I have a requirement where XI reads input file via File adapter. Once the file is read successfully I need to archive it.
    I also need to append timestamp to the archived file. After 10 days the archived file should be deleted.
    How to achieve this in XI?  Where do we  specify the retention period for archived file? DO we have to write any script for teh same? IS there any sample script code available?
    In file communication channel there is an option for archiving faulty files. Will this work for successfully processed files also?
    Please help
    Thanks & Regards
    Gopal

    Hi Gopal,
        The option of archiving the file is available in Processing Mode:
    http://help.sap.com/saphelp_nw04/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/content.htm
    YOu can set the Processing mode to Archive to achieve your requirement.
    retention period setting is not done in the communication channel.
    Read more about archiving in this guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50
    Regards,
    Ravi

  • HT4623 i disconnected my iphone 4 while it was updating and now its frozen, the screen is showing a apple logo and a loading bar which has been for 9hrs now. please help

    i disconnected my iphone 4 while it was updating and now its frozen, the screen is showing a apple logo and a loading bar which has been for 9hrs now. please help

    It's not uncommon for it to not work the first time and sometimes, you have to try it a few times. Turn off your antivirus software and your firewall while you are trying to restore the iPad. Enable them again after you restore.
    If that still won't work, post back with detailed information as to what exactly does happen as you go through the process.

  • Just updated itunes now menu bar has dissapeared no black and white box at top left and ctr b does not bring anything up. i need file view etc please help driving me crazy

    just updated itunes now menu bar has dissapeared no black and white box at top left and ctr b does not bring anything up. i need file view etc please help driving me crazy

    Is the iTunes window in FullScreen mode?
    If so, press esc key.

  • My ipod touch 4th generation won't synch.i'm trying to put a pdf file on it.please help thanks in advance...

    my ipod touch 4th generation won't synch.i'm trying to put a pdf file on it.please help thanks in advance...

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on anoterh computer to help determine if you have an iPod or computer problem.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • My iPod used to be signed in with my moms apple ID but now I have my own. When I opened IMessage it wanted me to sign in, but on the last step it said, "your email can't be verified since its already in use" please help I want to use IMessage.

    My iPod used to be signed in with my moms apple ID but now I have my own. When I opened IMessage it wanted me to sign in, but on the last step it said, "your email can't be verified since its already in use" please help I want to use IMessage.

    Hi Kanemelinda8833,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Associating and verifying email addresses with your Apple ID
    http://support.apple.com/kb/HE68
    Also, make sure you have signed out of your Mom's Apple ID and are signed in with your own Apple ID on this device.
    Click on the link to see more details and screenshots. 
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Sign out of your Apple ID on all iOS devices, in the following locations:
    Settings > Messages > Send & Receive. Tap your Apple ID, then tap Sign Out.
    Sign in to your Apple ID on your device.
    When activation is complete, your Apple ID and all verified email addresses should be visible in Settings > Messages > Receive At
    Cheers!
    Judy

  • My time machine will not back up. It says backup failed each time i try to back up. I tried switching it off but still nothing. It says "already in use" Please help!

    My time machine will not back up. It says backup failed each time i try to back up. I tried switching it off but still nothing. It says "already in use" Please help!

    The late James Pond left us these wonderful illustrated guides, including this one:
    Time Machine - Troubleshooting
    C12. "The Backup disk image ... sparsebundle ... is already in use."

Maybe you are looking for