Java programming on the playbook

Nice day.

I started development on the playbook using QNX, as the implementation of the development environment has been well documented. However, I am very confused about how to develop using Java.

First question is to develop Java applications on the playbook?  It's doable for phones me but I'm really confused weather it of doable or not on the playbook.

If so, how can I set up my dev environment?

Thank you in advance.

You can transfer your Java Android app. It's as close to java support you will get on Playbook.

Tags: BlackBerry Developers

Similar Questions

  • To run the Java program after logging

    Hi all

    I need to run a Java program after the filing of a document by a user.

    Is it possible to do?

    Any pointer and documentation to this will be really useful.

    Thank you and best regards,

    Nitin

    Hi Nitin,

    1 RIDC API Developer Guide - http://docs.oracle.com/cd/E10316_01/ContentIntegration/ridc/ridc-developer-guide.pdf

    2 jARs - idcserver.jar should suffice the need the other jars - idcloader.jar, idcupgrade.jar, jspserver.jar (these pots are available in the files of the installation itself - \Oracle_ECM1\ucm\idc\jlib)

    3. I was talking about DynamicPrefix example in the HowToCompoment. You can also get this installed separately if it is not installed yet. This component will change the AutoNumberPrefix for recently checked in content depending on the Type of content. The user can specify what prefix must be used for Types of content with a simple configuration file, and during the recording, the name content must be generated based on this prefix and a sequential number.

    The file 'data_access_environment.cfg' contains all of the data on what will be the prefixes for each type of document. You can add or edit this file, and changes will occur when restarting.

    This element shows:

    • Filters with custom Java code

    HTH

    -Anand

  • How to have an Oracle procedure send and receive the value of a java program.

    The procedure below is the place within a package. This "get_extract_ready_headers" procedure to select the columns store_number, terminal_number, tran_number, tran_date, cust_id in the REX_HEAD_EXTRACT of source table. This information is selected in a ref cursor The data were field cust_id which is encrypted. How can I change the get_extract_ready_headers procedure and accomplish 2 things?

    1. make this procedure the "cust_id" reading the table source and send the value of a Java program "getheaderinfo" (this java program decrypts the cust_id field).
    2. when we get the value unencrypted to the Java program, make the procedure to accept this decrypted value and use it to update the CUST_ID to the table TRAN_HEAD table value target. I use Oracle 11.2.0.2 and TOAD 10.5.1.3.





    -The code of procedure
    PROCEDURE get_extract_ready_headers (p_records OUT SYS_REFCURSOR)
    IS
    BEGIN
       OPEN p_records FOR 
       SELECT store_number, terminal_number, tran_number, tran_date, cust_id FROM REX_HEAD_EXTRACT;
          
    END;
    -Table Structure for the table source REX_HEAD_EXTRACT
    CREATE TABLE REX_HEAD_EXTRACT
    (
      REX_SEQ_NBR         NUMBER(20),
      REVISION_NUMBER         NUMBER,
      DAY                     NUMBER(3),
      RESA_TRAN_SEQ_NO        NUMBER(20),
      BUSINESS_DATE           DATE,
      TRAN_SEQ_NBR            NUMBER(12),
      ORG_NUMBER              NUMBER,
      STORE_NUMBER            NUMBER,
      TRAN_DATE               DATE,
      TERMINAL_NUMBER         NUMBER,
      TRAN_NUMBER             NUMBER,
      TRAN_TIME               DATE,
      BATCH_NUMBER            VARCHAR2(8 BYTE),
      BATCH_TYPE              VARCHAR2(4 BYTE),
      TRAN_TYPE               VARCHAR2(4 BYTE),
      SUB_TRAN_TYPE           VARCHAR2(4 BYTE),
      CLERK_CODE              VARCHAR2(15 BYTE),
      TRAN_TAXABLE_AMOUNT     NUMBER(12,2),
      TRAN_TAX_TOTAL          NUMBER(12,2),
      TRAN_GROSS_TOTAL        NUMBER(12,2),
      COUP_TOTAL              NUMBER(9,2),
      MKD_TOTAL               NUMBER(9,2),
      EMPLOYEE_NUMBER         VARCHAR2(15 BYTE),
      EMPLOYEE_NAME           VARCHAR2(40 BYTE),
      TRAN_ALTTAXABLE_AMOUNT  NUMBER(12,2),
      TRAN_ALTTAX_TOTAL       NUMBER(12,2),
      SALE_AMOUNT             NUMBER(9,2),
      RETURN_AMOUNT           NUMBER(9,2),
      RETURNED_AMOUNT         NUMBER(9,2),
      NETCASH                 NUMBER(12,2),
      TENDER_CODE             VARCHAR2(4 BYTE),
      MULT_RCPT               VARCHAR2(1 BYTE),
      SPLIT_TENDER            VARCHAR2(1 BYTE),
      RTN_WITH_PURCHASE       VARCHAR2(1 BYTE),
      RTN_WITH_RCPT           VARCHAR2(1 BYTE),
      REASON_CODE             VARCHAR2(4 BYTE),
      PASSWORD                VARCHAR2(10 BYTE),
      RINGTIME                DATE,
      CUST_NUMBER             VARCHAR2(12 BYTE),
      CUST_ID                 VARCHAR2(50 BYTE),
      ZIP_CODE                NUMBER,
      POSTAL_CODE             VARCHAR2(9 BYTE),
      PV_TIME_LAPSE           NUMBER,
      ORIG_STORE_NBR          NUMBER,
      ORIG_TRAN_DATE          DATE,
      ORIG_TRAN_TYPE          VARCHAR2(4 BYTE),
      ORIG_TERM_NBR           NUMBER,
      ORIG_TRAN_NBR           NUMBER,
      ORIG_SALE_AMT           NUMBER(12,2),
      ORIG_TENDER_CODE        VARCHAR2(4 BYTE),
      ORIG_CLERK_CODE         VARCHAR2(15 BYTE),
      PREV_TRAN_TYPE          VARCHAR2(4 BYTE),
      PREV_SUB_TRAN_TYPE      VARCHAR2(4 BYTE),
      GIFT_REGISTRY_ID        VARCHAR2(25 BYTE),
      NO_OF_ITEMS             NUMBER,
      TAX_EXEMPT_ID           VARCHAR2(18 BYTE),
      TRAN_RINGTIME           NUMBER,
      AUDITED                 VARCHAR2(1 BYTE),
      BATCH_VERSION           NUMBER(9,2),
      BATCH_SOURCE            VARCHAR2(5 BYTE),
      CREATE_DATE             DATE,
      CREATE_ID               VARCHAR2(32 BYTE),
      CREATE_PROC             VARCHAR2(32 BYTE),
      MOD_DATE                DATE,
      MOD_ID                  VARCHAR2(32 BYTE),
      MOD_PROC                VARCHAR2(32 BYTE),
      TERMINAL_GROUP          NUMBER,
      USER_DEF_1              NUMBER,
      USER_DEF_2              NUMBER,
      USER_DEF_3              NUMBER,
      USER_DEF_4              NUMBER(12,2),
      USER_DEF_5              NUMBER(12,2),
      USER_DEF_6              NUMBER(12,2),
      USER_DEF_7              VARCHAR2(50 BYTE),
      USER_DEF_8              VARCHAR2(50 BYTE),
      USER_DEF_9              VARCHAR2(50 BYTE),
      MANAGER_NUMBER          VARCHAR2(15 BYTE),
      MANAGER_REASON_CODE     VARCHAR2(10 BYTE),
      MANAGER_SWIPED          VARCHAR2(1 BYTE),
      PHONE_NO                NUMBER(11),
      KCPOS_KTH_USER_101      NUMBER,
      KCPOS_KTH_USER_102      NUMBER,
      KCPOS_KTH_USER_103      NUMBER,
      KCPOS_KTH_USER_104      NUMBER,
      KCPOS_KTH_USER_105      NUMBER,
      KCPOS_KTH_USER_106      NUMBER,
      KCPOS_KTH_USER_107      NUMBER,
      KCPOS_KTH_USER_108      NUMBER,
      KCPOS_KTH_USER_109      NUMBER,
      KCPOS_KTH_USER_110      NUMBER,
      KCPOS_KTH_USER_201      NUMBER(12,2),
      KCPOS_KTH_USER_202      NUMBER(12,2),
      KCPOS_KTH_USER_203      NUMBER(12,2),
      KCPOS_KTH_USER_204      NUMBER(12,2),
      KCPOS_KTH_USER_205      NUMBER(12,2),
      KCPOS_KTH_USER_206      NUMBER(12,2),
      KCPOS_KTH_USER_207      NUMBER(12,2),
      KCPOS_KTH_USER_208      NUMBER(12,2),
      KCPOS_KTH_USER_209      NUMBER(12,2),
      KCPOS_KTH_USER_210      NUMBER(12,2),
      KCPOS_KTH_USER_301      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_302      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_303      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_304      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_305      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_306      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_307      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_308      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_309      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_310      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_401      DATE,
      KCPOS_KTH_USER_402      DATE,
      KCPOS_KTH_USER_403      DATE,
      DISC_TOTAL              NUMBER(9,2)
    )
    
    CREATE INDEX REX_HEAD_EXTRACT_NDX ON REX_HEAD_EXTRACT
    (REX_SEQ_NBR, REVISION_NUMBER, STORE_NUMBER, TRAN_DATE, TERMINAL_NUMBER, TRAN_NUMBER)
    -Create table DDL for the target TRAN_HEAD table
    CREATE TABLE NAVISTOR.KCPOS_TRAN_HEADER_BASE
    (
      TRAN_SEQ_NBR            NUMBER(12),
      ORG_NUMBER              NUMBER,
      STORE_NUMBER            NUMBER,
      TRAN_DATE               DATE,
      TERMINAL_NUMBER         NUMBER,
      TRAN_NUMBER             NUMBER,
      TRAN_TIME               DATE,
      BATCH_NUMBER            VARCHAR2(8 BYTE),
      BATCH_TYPE              VARCHAR2(4 BYTE),
      TRAN_TYPE               VARCHAR2(4 BYTE),
      SUB_TRAN_TYPE           VARCHAR2(4 BYTE),
      CLERK_CODE              VARCHAR2(15 BYTE)     NOT NULL,
      TRAN_TAXABLE_AMOUNT     NUMBER(12,2),
      TRAN_TAX_TOTAL          NUMBER(12,2),
      TRAN_GROSS_TOTAL        NUMBER(12,2),
      COUP_TOTAL              NUMBER(9,2),
      MKD_TOTAL               NUMBER(9,2),
      EMPLOYEE_NUMBER         VARCHAR2(15 BYTE),
      EMPLOYEE_NAME           VARCHAR2(40 BYTE),
      TRAN_ALTTAXABLE_AMOUNT  NUMBER(12,2),
      TRAN_ALTTAX_TOTAL       NUMBER(12,2),
      SALE_AMOUNT             NUMBER(9,2),
      RETURN_AMOUNT           NUMBER(9,2),
      RETURNED_AMOUNT         NUMBER(9,2),
      NETCASH                 NUMBER(12,2),
      TENDER_CODE             VARCHAR2(4 BYTE),
      MULT_RCPT               VARCHAR2(1 BYTE),
      SPLIT_TENDER            VARCHAR2(1 BYTE),
      RTN_WITH_PURCHASE       VARCHAR2(1 BYTE),
      RTN_WITH_RCPT           VARCHAR2(1 BYTE),
      REASON_CODE             VARCHAR2(4 BYTE),
      PASSWORD                VARCHAR2(10 BYTE),
      RINGTIME                DATE,
      CUST_NUMBER             VARCHAR2(12 BYTE),
      CUST_ID                 VARCHAR2(50 BYTE) ENCRYPT USING 'AES256' NO SALT,
      ZIP_CODE                NUMBER,
      POSTAL_CODE             VARCHAR2(9 BYTE),
      PV_TIME_LAPSE           NUMBER,
      ORIG_STORE_NBR          NUMBER,
      ORIG_TRAN_DATE          DATE,
      ORIG_TRAN_TYPE          VARCHAR2(4 BYTE),
      ORIG_TERM_NBR           NUMBER,
      ORIG_TRAN_NBR           NUMBER,
      ORIG_SALE_AMT           NUMBER(12,2),
      ORIG_TENDER_CODE        VARCHAR2(4 BYTE),
      ORIG_CLERK_CODE         VARCHAR2(15 BYTE),
      PREV_TRAN_TYPE          VARCHAR2(4 BYTE),
      PREV_SUB_TRAN_TYPE      VARCHAR2(4 BYTE),
      GIFT_REGISTRY_ID        VARCHAR2(25 BYTE),
      NO_OF_ITEMS             NUMBER,
      TAX_EXEMPT_ID           VARCHAR2(18 BYTE),
      TRAN_RINGTIME           NUMBER,
      AUDITED                 VARCHAR2(1 BYTE),
      BATCH_VERSION           NUMBER(9,2),
      BATCH_SOURCE            VARCHAR2(5 BYTE),
      CREATE_DATE             DATE,
      CREATE_ID               VARCHAR2(32 BYTE),
      CREATE_PROC             VARCHAR2(32 BYTE),
      MOD_DATE                DATE,
      MOD_ID                  VARCHAR2(32 BYTE),
      MOD_PROC                VARCHAR2(32 BYTE),
      TERMINAL_GROUP          NUMBER,
      USER_DEF_1              NUMBER,
      USER_DEF_2              NUMBER,
      USER_DEF_3              NUMBER,
      USER_DEF_4              NUMBER(12,2),
      USER_DEF_5              NUMBER(12,2),
      USER_DEF_6              NUMBER(12,2),
      USER_DEF_7              VARCHAR2(50 BYTE),
      USER_DEF_8              VARCHAR2(50 BYTE),
      USER_DEF_9              VARCHAR2(50 BYTE),
      MANAGER_NUMBER          VARCHAR2(15 BYTE),
      MANAGER_REASON_CODE     VARCHAR2(10 BYTE),
      MANAGER_SWIPED          VARCHAR2(1 BYTE),
      PHONE_NO                NUMBER(11),
      KCPOS_KTH_USER_101      NUMBER,
      KCPOS_KTH_USER_102      NUMBER,
      KCPOS_KTH_USER_103      NUMBER,
      KCPOS_KTH_USER_104      NUMBER,
      KCPOS_KTH_USER_105      NUMBER,
      KCPOS_KTH_USER_106      NUMBER,
      KCPOS_KTH_USER_107      NUMBER,
      KCPOS_KTH_USER_108      NUMBER,
      KCPOS_KTH_USER_109      NUMBER,
      KCPOS_KTH_USER_110      NUMBER,
      KCPOS_KTH_USER_201      NUMBER(12,2),
      KCPOS_KTH_USER_202      NUMBER(12,2),
      KCPOS_KTH_USER_203      NUMBER(12,2),
      KCPOS_KTH_USER_204      NUMBER(12,2),
      KCPOS_KTH_USER_205      NUMBER(12,2),
      KCPOS_KTH_USER_206      NUMBER(12,2),
      KCPOS_KTH_USER_207      NUMBER(12,2),
      KCPOS_KTH_USER_208      NUMBER(12,2),
      KCPOS_KTH_USER_209      NUMBER(12,2),
      KCPOS_KTH_USER_210      NUMBER(12,2),
      KCPOS_KTH_USER_301      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_302      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_303      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_304      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_305      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_306      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_307      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_308      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_309      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_310      VARCHAR2(50 BYTE),
      KCPOS_KTH_USER_401      DATE,
      KCPOS_KTH_USER_402      DATE,
      KCPOS_KTH_USER_403      DATE,
      DISC_TOTAL              NUMBER(9,2),
      RTA_RTN_AUTCOD          VARCHAR2(4 BYTE),
      RTA_RTN_COMMID          NUMBER,
      RTA_RTN_EVNTID          NUMBER,
      RTA_RTN_QTY             NUMBER,
      RTA_RTN_RCPT_SCAN       VARCHAR2(1 BYTE),
      RTA_RTN_REFUND_AMT      NUMBER(9,2),
      RTA_RTN_TYPE_CODE       VARCHAR2(4 BYTE),
      RTA_RTN_WITH_RCPT       VARCHAR2(1 BYTE),
      RTA_RTN_COUNT           INTEGER,
      SDEDVAL1                VARCHAR2(50 BYTE)
    )
    -Samples
    REX_SEQ_NBR,REVISION_NUMBER,DAY,RESA_TRAN_SEQ_NO,BUSINESS_DATE,TRAN_SEQ_NBR,ORG_NUMBER,STORE_NUMBER,TRAN_DATE,TERMINAL_NUMBER,
    TRAN_NUMBER,TRAN_TIME
    478,1,11,12024005,6/11/2012,,1,692,6/11/2012,155,5,6/11/2012 12:57:17 PM,
    479,1,11,12024006,6/11/2012,,1,692,6/11/2012,155,6,6/11/2012 2:01:51 PM,
    480,1,11,12024007,6/11/2012,,1,692,6/11/2012,155,7,6/11/2012 2:47:10 PM

    Then you describe two stored procedures separated. One that has an OUTPUT parameter which is a SYS_REFCURSOR (that you posted initially). And will need you a second procedure that takes as a parameter IN the decrypted CUST_ID and whatever: key (s) is required for the UPDATE is generated.

    Justin

  • Need to capture logs the server java program

    Hello

    I need to capture all the logs from the server weblogic through a java program. My application is deployed inside the server and I need a java program within the application that can capture all the logs from the server and store them in a string or any other data variable, so that I can be able to reassign logs to another program.

    Any help would be much appreciated.

    Thank you
    Abhay

    Published by: user10613279 on July 26, 2011 04:02

    Hello

    You can create your own message handler: http://download.oracle.com/docs/cd/E21764_01/web.1111/e13739/listening.htm#BABBAEBG

    What about Peter Lorenzen

  • Use the accelerometer of the playbook

    Hey guys,.

    I'm relatively new to programming for the playbook, and I want to use the accelerometer to control an object on the screen (a sprite as3 or form)

    Basically, I have no idea where to start when including the accerometer and its use in the code

    Any help will be appreciated

    Thank you

    Chris

    That the orientation of the three axes is also covered by the docs.  X axis runs from left to right, are between the top and bottom and Z along a line that crashed across the screen...

    (Edition, exchange of X and Y what I said originally.)

  • Book - advanced - Java program

    http://img30.imageshack.us/img30/5373/61368177.PNG

    Hi, experts,

    are there samples for the external java program after the executed ibot?

    Thank you very much!

    Hello
    Here is the sample program to get reports of dashboard on our local disk using java

    http://oraclebizint.WordPress.com/2007/12/17/Oracle-BI-EE-101332-calling-Java-scripts-and-Java-classes-from-ibots/

    Thank you
    Angelique varanasi

  • Find the path to the java program window in LabVIEW

    I am writing some software that depends on various java installed files properly in bin and lib/ext files files from the latest version of the java runtime installed.  I would like to be able to check if these files are in place and give an error message in my LabVIEW code if they are not.  However, the path to these files may differ on different machines depending on the version of java installed and the version of windows being used (for example C:\Program Files (x 86) \Java\jre7 vs.)  C:\Program Files\Java\jre6).  I use the 32-bit version of LabVIEW and the system Exec.vi to all my calls to java.  Does anyone know of a way directly from LabVIEW or command in Windows, I could use the system of Exec.vi to find these paths?  Thank you.

    In case anyone else has this problem:

    Use the LabVIEW functions in connectivity > access to the Windows registry (thanks Yamaeda)

    Access "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment" (thanks TiTou)

    You can specify if you want to only 32-bit or 64-bit with Key.vi register open (no need to deal with the Wow6432Node in the Windows registry, LabVIEW manages)

  • The Java SDK works with the Playbook?

    I ask because after loading the plugin Eclipse and you try to run the HelloWorld example in standard configurations and debugging does nothing. The only thing in the console is the app, nothing to do with the package installation attempt.

    Packaging successful HelloWorldDemo project (taken 1,735 seconds)

    I have not tried the Simulator Playbook yet because I have not yet downloaded. Before you perform this configuration of the Java environment, I was able to install the native SDK with no problems. It loads with successful applications on the device and debugging work...

    The Playbook does not support Blackberry Java applications.

  • Where blackBerry Smartphones on my Berry B Curve 8330 to activate THE Java program?

    My CURVE 8330 B Berry model a JAVA programming but I had recently another program to tell me that Java is NOT enabled, where and how can I go into the phone to put the program in Java?                                                         Please help; Sincerely, Charles PS had my curve only about a week or so now todays date Sunday Jan.25, 2009!

    There is no 'turning java' on the BlackBerry.

    • the BlackBerry smartphone uses a Java-based operating system.
    • the BlackBerry smartphone can use applications developed in Java (or J2ME like any mobile phone or special files for devices BlackBerry ALX)
    • the phone smart BlackBerry with a browser that can do JavaScript and not Java applets.

    Question is: why do you think that you need Java?

  • ORA-28000 in Java program so that the account is not actually locked

    Hi all

    We received the error ORA-28000: the account is locked in the Java program that connects to Oracle.

    But the account is not locked out, because we can connect using Oracle SQL Developer.

    What can be wrong?

    I'd be willing to bet my bottom dollar that you connect not the same account in the database even when you connect through SQL Developer the Java application to connect to the.  There may be a difference in configuring AMT that use two tools which makes it look like they should be connected to the same database.  Maybe the Java application does not use the username you want, etc.

    You have enabled auditing for successful and connections failed to this database to see if you see the connections and they use the same account?

    I guess it is possible that you have found a bug that should be reported to Oracle Support where an incorrect error message is returned.  But it is much more likely that Oracle is right and you have made a mistake.

    Justin

  • Find the path of the competing java program

    Hi all

    I work with iRecruitment responsibility of the recruiter.
    Here I can create new job opportunities.
    After the creation of vacancies, they should be approved by a Manager


    When I create vacancy and submit this vacancy for approval
    It is stored in table hr_api_transactions.

    and when the Manager has approved this particular post then this vacancy
    stored in another table per_all_vacancies.
    But the problem is this position that stored in the hr_api_transactions table
    It removes from this table.
    I want to know who transfer the information of this hr_api_transactions to per_all_vacancies table manager vacancy.


    In my view, there are some concurrent java programs that transfers information of vacancy from one table to another table.


    If there is no concurrent java programs, so that that work?

    Double wire.

    How to find the code-behind application
    How to find the code-behind application

  • Could not import the package for the simultaneous java program

    Hi all
    I'm trying to work on simultaneous java program, but when I tried to import these classes

    Import oracle.apps.fnd.cp.request.CpContext;
    Import oracle.apps.fnd.cp.request.JavaConcurrentProgram;

    the compiler is to launch
    Cannot access the oracle.apps.fnd.cp.request.CpContext of the class; file not found oracle\apps\fnd\cp\request\CpContext.class

    It is not giivng cp package

    Please can someone have idea, what could be the reason.

    Thanks in advance

    concerning
    Pratap

    Pratap,

    Please download the files from cpcontext package structure which is oracle.apps.fnd.cp.request.CpContext
    go to the google or other search sites or download it on the unix application server $JAVA_TOP/oracle/apps/fnd/cp/application/CPContext.
    If it's a class file and then convert it to java file using java decompiler.
    then plalce the respective folder by creating the folder of this name. for example if
    the structure of package is oracle.apps.fnd.cp.webui files to create in the MyProject jdeveloper folder
    Oracle, then under oracle folder cretae aapps folder and so on...

    Thank you
    Kumar

  • How di I remove/delete old Java Console in the addon list?

    How di I remove/delete old Java Console in the addon list?

    go to "c:\program files\Mozilla Firefox extensions" or anywhere where you installed ff

    you will find a few files

    Discover those starting with "{CAFEEFAC.

    {CAFEEFAC-0016-0000 -0023- ABCDEFFEDCBA}
    It would be the version 6.0.23

    {CAFEEFAC-0016-0000 -0024- ABCDEFFEDCBA}
    version 6.0.24 and so on

    Just delete the corresponding folder and restart firefox!

    now for those who want to make sure that you remove the right thing:
    inside these files, you will find a file called 'install.rdf '. Open it with Notepad. search for "em: name. You should find "Java Console".
    OK, don't the module you think you are in the folder appropriate for java.
    next step is to find the "em: version. This should give you "6.0.23" or something similar. If it's the old version not appearing in your add-ons Manager, then simply delete the corresponding {CAFEEFAC-file. you can do it even with ff ongoing enforcement, but must start again to dismiss the old writing.} If not, just check the others until you find the version you want to get rid of.

    hope this helps

    Cheers!

  • How do I clear on old programs in the box of the Add on?

    I have some old Console Java programs (6.0.20 6.0.21 6.0.22) who still reside in my Add-ons box. I was not able have to delete or clear.

    I might have to uninstall Firefox and lose all my settings in order to get the box of modules to abandon the old entries. At least, I guess it works.

    My question is: is it possible to empty the box modules without having to uninstall Firefox?

    Those who must be deleted manually, because Java has not deleted the when updating. See:

    You will search for records:

    • {CAFEEFAC-0016-0000-0020- ABCDEFFEDCBA}
    • {CAFEEFAC-0016-0000-0021- ABCDEFFEDCBA}
    • {CAFEEFAC-0016-0000-0022- ABCDEFFEDCBA}

    Other issues that need your attention

    The information provided with your question indicates you have outdated plugins with known security and stability issues that need to be updated. To see the plugins submitted with your question, click on "+ system details...". "to the right of your original message of the question. You can also see your plugins in the Firefox menu Tools > Modules > Plugins.

    • Next-generation Java plug-in 1.6.0_23 for Mozilla browsers

      • Security update version 1.6.0_24 released on 2011-02-10
    1. Check your plugin versions on one of the following links:

    2. Update the Java plugin to the latest version.
  • Java program freezes computer

    Hey guys, I'm having a problem with a java program that cause my computer to freeze when I open the program. The computer is running Windows XP. The program I use is the specific work for my work. Really no one else using this program except my business, it is manufactured by our company. Yes, I should ask them what the problem is, but they eventually give a new computer, which is a huge pile of * and end by removing important information and programs on my computer that they will not re - install (programs are locked on their license key that they don't tell anyone) is there a way you guys can help me solve what's happening? It's really important for me to get this program to work correctly since it is my work that revolves around it. The program opens, but it's like a 50-50 chance. I really appreciate it!

    Hello

    Thanks for the reply.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    http://social.technet.Microsoft.com/forums/en-us/category/Windowsxpitpro

    It will be useful.

    Let us know if you encounter problems with Windows in the future. We will be happy to help you.

Maybe you are looking for