About JDeveloper Language

About JDeveloper Language:
My OS is Chinese Version.When I use JDeveloper,I find some buttons are Chinese.....but I want to all language is english.
How I should Config?

http://www.it-eye.nl/weblog/2006/02/24/jdeveloper-adf-action-bindings-language/

Similar Messages

  • About jdeveloper

    dear friends,
    i would like to ask you about jdeveloper version 2.
    i am trying to design & develop database that can be access from web brwser.(i.e put the database in the server and no software will be installed in the end user's machine. only the web browser).on my computer i have the following software installed:
    1. oracle 8i enterprise edition release 8.1.5 for widows nt.
    2.oracle developer and server version 6.0 for windows nt.
    3.jdeveloper version 2 for windows nt.
    my question :is jdeveloper the right solution to design a database that matches the above conditions?
    and if so,can you give me the url of good sites to learn jdeveloper?
    thanks a lot and have a nice day.
    fatema alhassan.
    null

    hi don't know your name,
    first of all you should post questions fro JD11 in this forum JDeveloper and ADF
    To answer your question, it's all part of JD11, you don't need to download any extension.
    From the menu choose file->new; in the dialog select General->Applicaion and click Ok. In the next dialog the part you are looking for is the Application Template. Here you can use 'J2EE Web Application' or 'Fusion Web Application'. Reed the template description to get some hints about the kind of application they are designed for.
    Timo

  • What command can be run from the cmd to inquire about the language layout that is used right now?

    I have windows 7 32bit platform. Is there any command that can be run from the command line just to inquire about the language bar that is currently in use? Suppose I have English keyboard on my machine but I am switching between 3 languages when I write
    my documents (e.g. English, German, Spanish). I want to know if there is any way to tell what language layout that is in current use as seen in the language bar. This question is not about how to change language layout from the command line -- just to know
    what layout. For example, the command can return some sort of string to indicate which layout is currently in use: "english", "german", "spanish", and so on.
    My ultimate goal from this question is to pass this output into an external editor that will hopefully change font based on the input language? Any help to achieve this goal will be much appreciated.
    Or put differently, what is the best way to tell an external editor like Emacs about the current language layout that is in current use?

    For the current input language you can try using
    reg query "HKCU\Keyboard Layout\Preload" /v 1
    The return value includes an eight digit hex value. The first four digits indicate either default layout for the language (all zeros) or a variation (non-zero). The last four digits are the locale id - see:
    http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx
    From this table, you can see in the example above my input language is English - Australia. 
    For the keyboard layout you could try
    WMIC Path Win32_Keyboard Get Layout
    0409 is an English - US keyboard.
    For a few other ideas/methods try reading
    http://p0w3rsh3ll.wordpress.com/2013/06/07/about-keyboard-layouts/

  • Question about expression language

    Hello,
    I have a question about expression language - is it possible to access one variable using abother EL as variable name? For example?
    ${applicationScope[${sessionScope.project.name}]}Or is there any other way of achieving that?
    Thanks a lot for your help
    Cheers,
    Maciej
    Edited by: swider on Oct 29, 2008 2:12 AM

    I ran some other tests and I found out that following expression does not return value:
    ${applicationScope[sessionScope.project.aclId]}but this one is working
    ${applicationScope[sessionScope.aclId]}It is very strange. Project class ia simple JavaBean, has two members (Long and String).
    Any ideas what can be wrong with that?
    Cheers

  • Could anyone explain the question i faced about required language?

    i got an interesting question about the language.
    how to define required language in SO/DN/TO document
    could anyone help me?
    when i was creating a SO and DN, the system warned me :
    "Material *** is not defined for sales org.**,  distr.chan.*, language ZH"
    than i changed the material language to ZH in additional data.
    the problem solved
    the question is when i was creating a TO(transfor oder), the system warned me
    "The material does not exist or is not activated"
    then i tried many ways to solve the problem, but they didn't work,
    today i changed the material language back to EN, then the problem solved, I can save the TO.
    but i can't explain why, i am a little confused.
    could anyone told me? thanks a lot. 
    how to define required language in SO/DN/TO document

    Hi Lee,
    Change the language to en at Sales org. & plant level.
    For SO :- Goto SPRO -> ENTERPRISE STRUCTURE-> definition ->sales & distribution-> check,copy sales org. ->
    select your sales org. & goto address (shift+F5), change the language to EN
    For Plant :- Goto SPRO -> ENTERPRISE STRUCTURE-> definition ->logistics general->define plant-> select you plant &
    goto address (shift+F5), change the language to EN.
    Regards
    San

  • Please help me about jdeveloper application deployment for weblogic

    At the beginning I just thought after developing an adf application then just deploy it as a .ear file and deploy it in the weblogic console and everything will be ok.But in fact I got a lot of problems. Then I got a tutorial for that and I do what it said step by step but some new problems occured. This is the tutorial I mentioned: [How-To: ADF Deployment Guide|http://www.oracle.com/webfolder/technetwork/jdeveloper/howto/11114/managedserver/wlsadfms.htm]
    Now could somebody tell how did you deploy your adf application?
    Here is the errors I got.
    This is the install packege and the OS I use:
    1. CentOS 6.3_x64 + jdeveloper11123.jar(include wls10.3.5) + adr(package name is ofm_appdev_generic_11.1.1.6.0_disk1_1of1.zip)[and just now I used a solaris11 vm from oracle and install jdeveloper11.1.2.3, the same probem occured as in CentOS.]
    2. Win7_x64 + jdeveoper11123.exe(include wls10.3.5) + adr mentioned above
    Here is the problems I get:
    in the case 1,after I install the jdeveloper(using sun jdk 1.7), the weblogic seems to be well though I didn't configure a domain.But after I open an
    application(which I get from the oracle jdeveloper tutorial demo,which works well in my Win7 env) and I run it, the integrated weblogic can't get
    started. Firstly in the console it said the -jrocket identifier is not recognized, then I modify the setDomainEnv.sh and the startWebLogic.sh file in the
    integrated wls domain (the one in the .jdeveloper directer) to set the JAVA_VM variable to -server.After that another problem came out: when the
    wls goes to status "starting",it is blocked and I turn to the system monitor it shows that a java thread using more than 1GB of memory of my system
    and occupy 150% of my cpu(it's a double-core computer). I wait for about 5 minutes when a error came said "PermSize is too small".then I modify the
    setDomainEnv.sh file again to set the PermSize to be 1024m and MaxPermSize to be 2048.(the variable name is something like that, maybe not the
    exactly right. I think you can understand which one it is.) But the problem is still there.
    then in the case 2.Firstly the jdev and the integrated wls works well, but when i deploy an application which works well to a ear file and deploy it to a
    standalone wls(10.3.5) it never works.the error is something referrence/dependences libraries is not found.Then I tried to new a server connection to
    the standalone wls and I got the tutorial [how_to_deploy_adf|http://www.oracle.com/webfolder/technetwork/jdeveloper/howto/11114/managedserver/wlsadfms.html] , as the tutorial said I patch my standalone
    wls with the adr and everything goes ok, no error reported.Then I tried the new server in the new machine under the manage of the adminserver and apply the
    adf template in the localhost:port/em console. But after I restart the new server(by the console and then by the stop+startweblogic.bat file) the server is running
    while the application in the new server is just "Unavailable". I tried this for three times in three computer, two of them are running win7,the other one is running winxp.
    I don't know what is wrong and I am totally a newbie about this. Somebody please help me.Thanks a lot!
    regard,Neo.

    Neo,
    there are a couple of problems. First of all, jdev comes with it'S own jdk bundled in the product (jdk 1.6_x). Next thing is if you use JDev 11.1.2.3.0 to build an application you must use a wls 10.3.5 or 10.3.6 where you need to install the correct runtime onto. In your case you first install adf runtime 11.1.1.6.0 and then you need to install two patches which update the adf runtime to 11.1.2.3.0. These spathes are only available via support.oracle.com, meaning you need asupport contract to get them.
    More information you can find in my blog http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    The rest of your problems go away once you have installed the right adf runtime on your server.
    Timo

  • [Enhancement request] Choose JDeveloper language

    Hello JDeveloper team,
    I would like to ask for a way to select the language used by JDeveloper manually to override the OS settings.
    Some translated expressions just don't sound right. Sometimes even if the text resource is correctly translated, that translated value has close to no meaning in real world. The main example I can think of right now is Commit. When JDeveloper is running in French, this is translated to "Valider", but we never use that to describe a commit, "valider" = validate, for commit we use "commit".
    Also, on a more practical purpose, translated resource means translated error text. Since many such error texts have oblivious meaning we often have to ask Google for help, bu the thing is, the Web is mainly English and the Google results are much more helpful if you can paste the English error text and not some random translation of it.
    Thanks,
    ~ Simon

    I agree with Simon it will be nice to get a choice to stay in english even the os settings is french ... but I disagree for the use of "Valider" we are using it as a translation for "Commit" ... so many countries, so many languages, some many differences that explain why it is necessary to have all customizable ...
    Happy holidays, joyeuses fêtes !

  • Help  About Jdeveloper 11.1.21.0 with ADF

    Hello , i want to know about this error , i ejecuted a program with Jdeveloper WITH ADF  in my Navegator (mozilla firefox) and  is shown  this error
    Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.5 404 Not Found  The server has not found anything matching
    Can i Help for solve this problem,
    Thanks
    Tony

    Hola  Timo
    I would like to help me with the following I am working with JDeveloper 11 Release 2 (11.1.2.1.0) well run program with ADF when I edit and run in jdeveloper tool 11.1.21.0, fuciona but now I want it now running within a shortcut on the desktop but does not work
    I made a shortcut on the desktop and placed him this link that works within the jdeveloper  http://localhost:7101/hr-ViewController1-context-root/faces/browse.jsf and
    raise the service instance weblogic with the script that does the same jdeveloper when run from there, in the following directory
    C: \ Users \ ACOSTA \ AppData \ Roaming \ JDeveloper \ system11.1.2.1.38.60.81 \ DefaultDomain \ bin Startweb      y the startup  the  data base Oracle
    but I get the following error when running in the browser
    Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.5 404 Not Found  The server has not found anything matching
    Sorry if  my english is not clear but my native languaje is spanish
    Thanks
    Tony

  • Knowledge about other languages

    I need to write a summary about difference between different languages, excluding Java, c cobol and so on. So does somebody know any website which introduce different kinds of programming languages?

    The best and most concise comparative description I ever saw of different languages associated them with cars and ran as follows:
    Since people are more comfortable with things they are familiar with, here is a description of various languages based on the types of cars they resemble:
    Assembler:     A formula-1 racing car. Very fast, but difficult to drive and expensive to maintain.
    FORTRAN:     A Ford Model-T. Once it was king of the road.
    FORTRAN-77:     A Ford Fairlane with automatic transmission.
    PL/1:          A big white Cadillac with power steering, power brakes, power windows, AM/FM stereo and fuzzy dice hanging from the windshield.
    Pascal:          A Volkswagen Beetle. Once popular among intellectuals.
    COBOL:          A delivery van. It's big and bulky, but it does the job.
    C:          A black Firebird, the all-macho car. Comes with optional seat belts (lint) and fuzz-buster (escape to assembler).
    APL:          A double-decker bus. Carries rows and columns of people to the same place, but only drives in reverse gear and is instrumented in Greek.
    Java:          You fill in the blanks...
    Doug

  • Does Apple have plan about Thai Language support on "iPod" device? (especially iPod Classic)

    Hello Guys,
    My name is Dithapong from Thailand, and I'm one of the big fans of Apple products.
    I love music, so the "iPod Classic" is the latest device I've bought. The sound is great, more than other iDevice
    Only one problem for me, the iPod classic does not support Thai language,
    so it's hard for me to play or search Thai song (it show 'blank' in iPod) which is my native language ><
    So, I wanna know that, does Apple have plan to release new firmware which have Thai Language support on iPod device?
    I and many iPod lovers in Thailand will be very much happy you (Apple) do.
    Could you please give my an answer? whether it is Yes or No (with the reason)
    Thank you very much
    Dithapong

    Nobody in these forums can tell you anything about Apple's plans, but you can ask them for the feature you want via
    http://www.apple.com/feedback

  • What about on language settings?

    come si cambia la lingua ad adobe? what about language settings?

    And what exactly are you asking? what language settings are you referring to in which program? You need to be more specific and also include system info and similar.
    Mylenium

  • About local language

    hello;
    I want to use farsi language in my product,but I don't know how I can do it?
    please help me.
    If my question is wrong please send me right question with its answer.
    thanks;

    Your question is not wrong, it is just incomplete. What is your product? Have you tried something that does not work? Are you asking about databases or what?

  • JPDK customize/about/help language

    I installed JPDK from March into my Portal 3.0.7.6.2.
    Now when I have a Java-Portlet (e.g. Hello World - Servlet Renderer) on my page I get the wrong langauge for "customize", "about" and "help". I get always "Anpassen" ,... because my Jserv is started in a german environment. But when I start Jserv in an english envornment and I try to display a german page I get "customize", ...
    What's wrong? Or does this not work?

    This looks like a bug.
    The JPDK is attempting to the accept-language from the Portal request instead of the portal language that is sent as a parameter. If the accept-language is not passed by the portal then the JPDK will default to the JVM default language - the behaviour you are seeing.

  • About about scripting language

    I'm looking to getting some training on scripting language to use on SCCM.  Any advise which I should focus on?  VBscript or Powershell.  I need to create Configuration Baselines and most of the examples I've seen uses scripting.  
    Also can anyone suggest a good resource for training on Report Builder.  Thanks.

    would recommended to go with Powershell as it automates lot of things using builtin configmgr commands
    here you go with built-in Powershell commands in configmgr http://technet.microsoft.com/en-us/library/jj850100(v=sc.20).aspx
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • Details about Script language for "Replacement" in email templates

    Dear All,
    I am using Send Notification callable object for sending emails. And I have designed a template for the same.
    Now I know that while using Replacements I can't display context attributes of type "LIST".
    So is there any way to achieve this??? Can I make use loop statement in script language of Replacement??
    Can anybody tell me where do I find the sample usage of script language?
    Thanks and regards,
    Amey Mogare

    Hi,
    Please refer this
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/f9097d1b607061e10000000a1553f6/frameset.htm
    -Ashutosh

Maybe you are looking for

  • Need help identifying internal parts on pavilion dv9930 laptop

    Need to know and get pictures of internal parts and indentfy what im missing next to the memory on a hp pavilion laptop model dv9930 looks like missing some type watch battery also something with 3 wires tha are numbered on a computer that was given

  • Why doesn't smpatch analyze match patchdiag output?

    Can someone explain this and if it will change in the future. If so, when ca we expect it? First, I understand that the patchdiag.xref file is commonly more current than patchdb.zip (by a day) but that's not what I am talking about. I see across most

  • PI 7.1 XML messages are not getting archived.

    Hi Experts, Currently I am wotking with PI 7.1. I am trying to archive PI messages from PI Production server,and also maintianed the following parameters in SXMB_ADM. ARCHIVE PERSIST_DURATION ASYNC 1 1 DELETION PERSIST_DURATION ASYNC 1 1 DELETION PER

  • Mouse pointer grab

    I am up-to-date, I am using KDE, have Konsole and Konversation and Google Chrome running and something from time to time grabs my mouse: the pointer moves but clicks dont register. There are various ideas on how to break this but I have no numeric ke

  • Address Book Opens Automatically and will not close (even with Force Quit)

    The address book automatically opens at times and I cannot close it. Even with a force quit, I cannot close it. It takes up over 80% of CPU cycles when it opens automatically. Any thoughts or suggestions? Thanks Robby