WIndows IME in JAVA Component

I am using Windows IME for HIndi input but I get only ? in my JAVA components.PLease help

I am using Windows IME for HIndi input but I get only
? in my JAVA components.PLease helpmaybe you are using the wrong font.
try to use a font that is known to contain the desired characters

Similar Messages

  • Display a C++ window in a java GUI

    Hi,
    I've got a java program and a c++ one.
    The Java program`s output is a GUI, using swing and awt componants.
    THe Cpp program is a 3D engine: OSG, Open Scene Graph., displaying a 3D model in the screne, with interaction : so that the user can move on the scene, thanks to the mouse or keyboard.
    Actually the Java is used as a command panel fot the 3Dengine.
    I would like to know if i can have the Cpp ouput window (the 3D ouput form the OSG cpp)
    in a Java componant > frame or anything : so that I would be able to keep all my software in only one main GUI.

    You can create a child native window in a java component. For this do as follows
    - extent java.awt.Canvas class with yours, override method addNotify and add some native method for CPP window initialization, g.e. createWindow()
    - in your addNotify call createWindow():
    public void addNotify() {
        super.addNotify();
        createWindow();
    }- add native method nativeWindowResize(int width, int height) to resize CPP Window;
    - implement java.awt.event.ComponentListener and in method componentResized call nativeWindowResized:
    public void componentResized(java.awt.event.ComponentEvent componentevent) {
        nativeWindowResize(getWidth(), getHeight());
    }- override setBounds(int x, int y, int w, int h):
    public void setBounds(int x, int y, int w, int h)
        super.setBounds(x, y, w, h);
        nativeWindowResize(getWidth(), getHeight());
    }What to do in JNI code (method createWindow and nativeWindowResize):
    - get HWND of java.awt.Canvas Object with AWT native interface;
    - create your CPP window as a child of Canvas' window;
    - in JNI method nativeWindowResize resize your CPP window.
    This is very simple task.

  • Windows IME

    Hello
    I have a major problem regarding the Windows IME. When i try to change the KeyboardLayout to japanese. I successfull change the keyboard layout with the Win32 ActivateKeyboardLayout function to japanese. But unfortunally i am not able to activate the IME itself as ImmSetOpenStatus always retuns false.
    This behaviour only occurs in a SWING/AWT enviorment. Everythings works fine with SWT, but unfortunally SWT cannot be used further than it already is.
    My questions are: Does anybody know...
    ...when ImmSetOpenStatus returns false
    ...what Java does with IME events, as at least the composition events are captured by Java
    ...a complete CJK pure Java input method as alternative? KMapIME a good one except for chinese at is seems to to return the same results as the Windows IME... (therefore not working correctly?)
    Help is really appreciated!
    Thanks
    Matt

    Your first requirement can be accomplished by making your component an active input method client, so that it would receive composed/committed text in InputMethodEvents rather than displayed by the native IME, but for the second one (candidates displayed in your own window), I don't have any idea to do that. And I am not sure what you meant by the third one.
    To make a component an active input method client, please take a look at the followin tutorial, which includes some sample codes:
    http://java.sun.com/j2se/1.5.0/docs/guide/imf/api-tutorial.html
    Thanks,
    Naoto

  • How do I know if I can install a JAVA component on a SAP product ?

    Dear SAP,
    I have a generic question.
    I need to know if a JAVA Component can be installed in a system.
    Let's take an example :
    ==> There is EP Core Java Component.
    ==> My question : May I install this JAVA Software Component EP Core in a SAP SRM 7.0 / NW 7.01 system ?
    I know there is http://service.sap.com/scl link which explain the content of each SAP Product and SAP Software Component.
    But how do I know if a specifif JAVA Component (example EP Core, SAP MDM Server, ...) can be installed on each SAP AS-JAVA ?
    Best regards
    CP2009

    Dear CP2009
    This information is stated in guides but a quick trick can be the following
    Go to [https://service.sap.com/sp-stacks] and click on "sp stack download" in the left pane menu.
    Then select your product version on right pane for example SP Stack SAP SRM 7.0
    This will open a popup window
    Fill in start stack and target stack (can be whatever in this case, it's just to check what usage types are available)
    On one of the next screen you will have to choose which usage types are installed.
    From that screen I can derive that for product "Portal Content SRM" or "SRM Supplier Java" you need component EP Core.
    Kind regards
    Tom

  • After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.

    After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.
    I know this error on windows machines but cannot get a solution for OSX.

    I have fixed this by installing the latest combo update

  • Where can i find Java Component SOLMAN40SR3

    Hello there,
    during the Installation Process of Solution Manager 4.0 SR3 i have to give the installer the location for:
    Java Component SOLMAN40SR3
    i thougt i downloaded all i need for the installation but i cannot find any Java Component SOLMAN40SR3 Media.
    Please can you assist and tell me where in the marketplace i can find the media i need here?
    Thanks and Regards
    Bjoern
    Edited by: bjoern bayerschmidt on May 4, 2008 12:26 AM

    Hi dear Sap Technicians,
    I can't find no entries there [https://websmp205.sap-ag.de/installations|https://websmp205.sap-ag.de/installations] for the JavaComp 51033521 DVD download:
    --> Entry by Application Group
    --> SAP Technology Components
    Here is the screenshot [Screenshot - Nothing there|http://www.fahrrad-Kleuskens.de/SolMan-Flase-JavaComp.JPG].
    I try to set up SolMan on a 64 bit Windows Server 2003 R2 SP2 with IM_WINDOWS_X86_64 with this LABEL.ASC = SAP:WEBAS:7.00:SAPINST:\*:WINDOWS_X86_64:\* .
    Perhaps now you only can download the JavaComp DVD via a working SolMan. But my SolMan is not yet installed because of the delivered JavaComp DVD - CDLABEL.ASC = SAP NETWEAVER 2004S SR2 Java based Software Components Number 51032257 - , which is not the right one and which should be 51033521 :
    51033521_1 SAP Solution M. 7.0 SR4 Java Comp. 1 of 4
    51033521_2 SAP Solution M. 7.0 SR4 Java Comp. 2 of 4
    51033521_3 SAP Solution M. 7.0 SR4 Java Comp. 3 of 4
    51033521_4 SAP Solution M. 7.0 SR4 Java Comp. 4 of 4
    Axel Arnold Bangert Herzogenrath 2009

  • SAP NetWeaver CE 7.2 Installation error in Deploying java component phase

    Dear Experts,
                        I am installing CE7.2 but i am getting error in 37th phase (DEPLOY JAVA COMPONENT). Error message as
    An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2
    > Installation Options > Application Server Java > Standard System > Standard System(
    Last error reported by the step :Execution of Deploy Controller Runner tool '/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/sapjvm/sapjvm_6/bin/java -
    classpath /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/install/lib:
    /usr/sap/CE1/SYS/global/security/lib/tools/iaik_jce.jar:
    /usr/sap/CE1/SYS/global/security/lib/tools/iaik_jsse.jar:
    /usr/sap/CE1/SYS/global/security/lib/tools/iaik_smime.jar:
    /usr/sap/CE1/SYS/global/security/lib/tools/iaik_ssl.jar:
    /usr/sap/CE1/SYS/global/security/lib/tools/w3c_http.jar:
    /usr/sap/CE1/J00/j2ee/j2eeclient/sap.com~tc~exception~impl.jar:
    /usr/sap/CE1/J00/j2ee/j2eeclient/sap.com~tc~je~clientlib~impl.jar:
    /usr/sap/CE1/J00/j2ee/j2eeclient/sap.com~tc~logging~java~impl.jar:
    /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/install/lib/tc~je~cl_deploy.jar
    -Xmx256m -Ddc.api.verbose=false
    com.sap.engine.services.dc.api.cmd.Runner
    deploy -l /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/deploy.lst -e stop -u lower
    -w safety --lcm bulk -t 14400000 --host sapnce --port 50004' aborts with return code 104.
    Error message is 'undefinedStatus:InitialDescription:. SOLUTION: Check 'undefined' and '' for more information.). You can now:
    Choose Retry to repeat the current step.
    Choose View Log to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/.*
    J2EE is running but I checked the cat /home/ce1adm/JdbcCon.log message as ,
    Start: Sun Sep 26 02:23:40 IST 2010
                        OK: connected to CE1 on jdbc/pool/CE1
                        OK: disconnected
                        Stop: Sun Sep 26 02:23:42 IST 2010*
                        sapnce:ce1adm 16>
                              Then I had checked the R3 trans and log file is
    4 ETW000                                                                                32  0.117400
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'                         26  0.117426
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1017                                     21  0.117447
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con=0, rc=1017)                                        21  0.117468
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1017                                    84  0.117552
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied
    4 ETW000                                                                                30  0.117582
    4 ETW000  [dev trc     ,00000]     DbSlConnect(con=-1) -> orc=0, 99=DBSL_ERR_DB                           23  0.117605
    4 ETW000  [dblink      ,00000]  ***LOG BY2=>sql error 1017   performing CON                               93  0.117698
    4 ETW000  [dblink      ,00000]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied            24  0.117722
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'CE1'"
                        Please help me in this I strucked in this step for last 1 day.
    Regards,
    Sampath
    Edited by: Matt on Sep 28, 2010 8:54 AM - changed formatting for readability

    Sorry friends, this thread was already answered and closed by some one I have open a new Thread for my issue.
    Hi All,
    I am facing similar issue , My error also similar , Here is the summery of the error,  Please help I got stuck very badly here past 2 days....I have 250 GB free space in the directory were usr/sap  directory.
    An error occurred while processing option SAP NetWeaver 7.3 Developer Edition > Install > Custom Server Installation( Last error reported by the step: Execution of Deploy Controller Runner tool '"C:\Program Files\sapinst_instdir\NW73\INSTALL\DEVSYSTEM\sapjvm\sapjvm_6\bin\java.exe" -classpath "C:/Program Files/sapinst_instdir/NW73/INSTALL/DEVSYSTEM/install/lib;C:/usr/sap/ABC/SYS/global/security/lib/tools/iaik_jce.jar;C:/usr/sap/ABC/SYS/global/security/lib/tools/iaik_jsse.jar;C:/usr/sap/ABC/SYS/global/security/lib/tools/iaik_smime.jar;C:/usr/sap/ABC/SYS/global/security/lib/tools/iaik_ssl.jar;C:/usr/sap/ABC/SYS/global/security/lib/tools/w3c_http.jar;C:/usr/sap/ABC/J00/j2ee/j2eeclient/sap.com~tc~exception~impl.jar;C:/usr/sap/ABC/J00/j2ee/j2eeclient/sap.com~tc~je~clientlib~impl.jar;C:/usr/sap/ABC/J00/j2ee/j2eeclient/sap.com~tc~logging~java~impl.jar;C:/Program Files/sapinst_instdir/NW73/INSTALL/DEVSYSTEM/install/lib/tc~je~cl_deploy.jar" -Xmx256m -Ddc.api.verbose=false com.sap.engine.services.dc.
    Thanks
    Naveen

  • CE installation error in Deploy java component phase

    Hi experts,
                       During CE7.2 installation in deployment java component phase i am getting error
    An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2 > Installation Options > Application Server Java > Standard System > Standard System( Last error reported by the step :At least one prerequisite for deployment is not met. DIAGNOSIS: Execution of Deploy Controller Runner tool '/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/sapjvm/sapjvm_6/bin/java -classpath /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/install/lib:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_jce.jar:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_jsse.jar:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_smime.jar:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_ssl.jar:/usr/sap/CE1/SYS/global/security/lib/tools/w3c_http.jar:/usr/sap/CE1/J00/j2ee/j2eeclient/sap.comtcexceptionimpl.jar:/usr/sap/CE1/J00/j2ee/j2eeclient/sap.comtcjeclientlibimpl.jar:/usr/sap/CE1/J00/j2ee/j2eeclient/sap.comtcloggingjavaimpl.jar:/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/install/lib/tcje~cl_deploy.jar -Xmx256m -Ddc.api.verbose=false com.sap.engine.services.dc.api.cmd.Runner getParams -o /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/DCRetrievedVars.props --host sapnce --port 50004' aborts with return code 108. Error message is 'undefinedHint: 1) Check the causing exception for the details. 2) Ask for help in BC-JAS-COR.Reason: Exception while trying to get InitialContext.. SOLUTION: Check 'undefined' and '' for more information.). You can now:
    Choose Retry to repeat the current step.
    Choose View Log to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/.
                     I mentioned the java.log file here,
    INFO: Starting to transform 'TroubleTicketResults.xml' to 'LogAnalyzer.html' using stylesheet '/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/REPORTING/OverallStatus.xsl'.
    INFO: Input parameters:
        status=error
        instana_xml=/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/__instana_tmp.xml
        keydb_xml=/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/keydb.xml
    INFO: Transformation finished.
                 kindly help me to resole this issue.
    Regards,
    Sampath.

    Dear All,
                   This issue get resolved, this is due to insufficient space in usr/sap directory.
    Regards,
    Sampath.

  • I want to  implement the Window autoresize in java swing application

    Hai...
    i want implement the window autoresize functionality in my java application. Same time i want to minimize and maximize my won window. and my java application develop one more frame at time disply in single window so i want disply the thaminal view formate in all frame
    Thanx to Advance.
    ARjun...

    ????????

  • Data transfer B/W parent windonw and child window with out java script

    hi ,
    i am using h:outputLink Tag to open child window , i am unable to pass parent window text box value to child window with out java script , Here i am using two different backing beans for parent and child windows . Plz help me .

    Hi -- I pass details between pages regularly. The following has worked for me:
    ApplicationFactory factory = (ApplicationFactory) FactoryFinder.getFactory(FactoryFinder.APPLICATION_FACTORY);
    ValueBinding binding = factory.getApplication().createValueBinding("#{beanName}");
    BeanName beanProperty = (BeanName) binding.getValue(FacesContext.getCurrentInstance());
    ... then set the you can set the values. Can't recall if I need to use SaveStates for the items. Probably if you use request scope beans.

  • Creating a New Folder in Windows Registry by java coding

    Good morning,
    hi to all,
    how can I create a New folder in Window Registry using Java coding. Can anybody help me out pls.
    I begin waiting for ur reply.
    Thanx

    Why do you feel you need to write to the Windows registry directly? Take a look at the Preferences class.
    {color:#0000ff}http://java.sun.com/javase/6/docs/api/java/util/prefs/Preferences.html{color}
    luck, db

  • Opening a new URL in an existing browser window from a Java application

    I've tried one of the many codes to open a new browser window and it works, but I need something else.
    Is there any way to open a new URL on the same window on a Java desktop application? (Changing the URL on the current browser window without opening a new one, I mean).

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • How to change the icon for 'windows group' in Java 1.6 [Windows XP] ?

    Hello,
    I was wondering if there is a possibility to change the icon for 'windows group' in Java 1.6...
    I'm using Windows XP SP2. Now the windows from my Java 1.6 application are grouped with the standard Sun icon [screen below] on the group.
    http://img382.imageshack.us/img382/8995/iconbl1.png
    I would like to change the icon for my own. Is there a way to do that ?
    Please help.

    Whichever icon I use for the main frame (I tried few), after grouping the main frame and other sub-frames the icon is changed to standard 'Java Sun' icon as you can see in the screenshot from my first post. The problem occurs only when frames are grouped, when the are separated in the task bar their titles and icons are ok...
    So how can I change the icon/title for the group only (for Java 1.6 in Windows XP) ?

  • Calling WD Java component in WD ABAP

    Hi Experts,
    I've a requirement to call WD Java application in my custom WD Abap component.
    In Ehp4 time management module, the time recording application is designed in WD java component while Ehp5 the same appln is designed in WD ABAP.
    Now I need to call either of this application based on country grouping. For eg: If an employee belongs to US then i need to call WD ABAP component, while if an employee belongs to Canada then it should open WD Java component.
    Could you pls clarify whether we can call a WD Java application using any Class / Functional module. If yes, pls let me know
    Appreciate your help
    Kamal

    Hi Kamal,
    You can use Country Specific services. Toa chieve this.
    Refer to
    http://213.41.80.15/SAP_ELearning/OKEC/nav/content/011000358700000597012006e.pdf
    Thanks
    Prashant

  • New "Windows Programming Using Java" Website

    Our newly created "Windows Programming Using Java" website (http://fivedots.coe.psu.ac.th/~ad/winJava/) is for programmers who want to extend Java's capabilities on Windows XP and/or Vista, but aren't sure where to start. One of the drawbacks of Java's portability is that many Java programmers have a rather sketchy knowledge of Windows-specific programming.
    We plan to explain how Java applications can utilize Windows application software, OS features, and hardware beyond the reach of Java's standard libraries. A variety of Java/Windows programming techniques will be explained, including:
    * Java's employment of the Win32 API via C, JNI, and J/Invoke.
    * Java's utilization of Window's Command Line Interface (CLI) and batch files, accessed through Java's Runtime, ProcessBuilder, and Process classes.
    * Java and Windows object-based scripting, centered around the use of VBScript, Windows Script Host (WSH), and Windows Management Instrumentation (WMI).
    * Java interoperability with COM, including hosting of ActiveX controls in Swing containers using jacoZoom.
    This website is a work in progress, with four chapters available for download at the moment. We'll be adding more regularly, and would love feedback on what we're doing.
    Thanks,
    Gayathri Singh and Andrew Davison
    [email protected] and [email protected]
    Edited by: AndrewDavison on Jun 20, 2008 1:36 AM

    Hi, I am looking the similar kind of requirement that you had done.. Do you have any more details on the code that is working for you . All i need is if the user logs in successfully in windows, the the app should be accessible. Please let me know if you have the code with you on this problem.
    Thanks in advance
    "what i meant is the we b applications running in my system, when i access the application iam able to to login automatically with windows authentication and now in case of other users following process happened:"

Maybe you are looking for

  • Error: Maintain settlement rule of the sender for a higher level WBS

    Hi, I dont want to maintain the settlement rule for a higher level WBS. How can i configure this in such a way that i dont get the following error:" Maintain settlement rule of the sender" while doing CJ88. Maintaing a separate Settlement profile for

  • What should be done in certmap.conf for 2-way SSL support from a standalone Java application to an SSL enabled LDAP Server

    To support certficate based client authentication using 2-way SSL from a standalone java application which uses JNDI and JSSE1.0.2 to connect to an SSL enabled LDAP Server how do we configure the certmap.conf?Is there any additional setup required at

  • Using Like Operator For Parameter Fields

    Hi All, I have been figuring around this for few days, appreciated anyone know this could assit me I have a report which having a mobile no parameter fields. In my database, my mobile no was not a clean entry. For eg, a standard mobile number from Ma

  • Use of category filters in client side GWI

    Hi With help from the forums, I am now experimenting with client side GWI but I cannot find any documentation that describes the use of the category filter field in the Sync properties tab of the options. I have already reviewed the documentation at

  • Jsf with weblogic server 6.1

    Hi, Any help would be appreciated. I am trying to use jsf with weblogic server 6.1 and wlintegration 2.1 I tried to deploy the samples provided with jwsdp-1.2 When I start the guess number sample I get the following error message: Duke's number: 3 <2