How to ski a Java program in peoplesoft 8.8

Hello

Here is my requirement.

In Peoplesoft 8.8 END, I want to run a program written in Java for every half hour.

Can I use process Scheduler to run Java programs, if so how? or what I can use in peoplesoft

Please let me know if you have any ideas.


Sree

Thank you Sree. You are right. I searched for information on creating a process definition and execution control page. I could not found. I think I learned this in my App Engine class. I do not have because it documented anywhere but in my App Engine class manual.

Tags: Oracle Applications

Similar Questions

  • 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

  • How can I add Java SE 8 of my browser

    I have a www.runthemodel.com/models/2006 application which requires Java to run 8. I have Java 8 is installed on my desktop. When can I access the site, I get a message 'a plugin is required to run the content. When can I access the site on my laptop, I am able to connect to the program without problem.
    Any suggestions

    To test whether Java is installed and enabled in Firefox, visit one of these Java test pages:

       Verify Java Version
       Verify Java Version (alternate)
    

    When you visit these pages, you will normally have to activate Java. How to enable Java on trusted sites, explains how. You can also see a prompt asking you to confirm that you want to run Java to Java security. This safety message isn't Java, Firefox. For more information, see the Java help page what should I do when I see a security prompt from Java?
    Activation of Java

    If Java doesn't work, make sure that the Java plugin is enabled in the Add-ons Manager tab:

       Click the menu button New Fx Menu and choose Add-ons. The Add-ons Manager tab will open.
       In the Add-ons Manager tab, select the Plugins panel.
       Click on the Java(TM) Platform plugin to select it.
       If Java is disabled, click on Never Activate to open its drop-down menu and select the option to activate Java. The recommended (default) option is Ask to Activate, which lets you run Java when prompted.
    

    Note: You only need to activate the "Java (TM) Platform" plugin, if it is disabled. The plugin "Java Deployment Toolkit" is used by Java developers to detect your version of Java and deploy their Java applications and does not need to be enabled for Java to work.
    Troubleshooting

    If Java is installed but does not work, try these solutions:
    Java plugin does not appear in the Add-ons Manager

    If the Java plugin does not appear in the add-on Manager, even if Java is installed, try each of the following values, one at a time and then reopen Firefox to see if that solves the problem:
    Delete the pluginreg.dat file

    With completely closed Firefox, delete (or rename) the file pluginreg.dat is located in the Firefox profile folder (it will be regenerated once you restart Firefox, but other plug-ins that you can have turned off will be activated). See re - initialize the plugins database to get detailed instructions.
    Ensure that Java is enabled in the Java Control Panel

    From Java 7, Java Control Panel includes the security option, 'Enable Java content in the browser', which is selected by default. If this option will prevent Java applets from running in any browser and the Java plugin will no longer appear in the Firefox Add-ons Manager. Make sure that the content for activate Java in the browser is selected in the Security tab of the Panel control Java. See this Java help page for more details.
    Make sure that the 32-bit version of Java is installed

    On 64-bit Windows, if you have the 64-bit version of Java installed, the Java plugin is available. Releases current Firefox are a 32-bit browser, and you need to install the 32-bit version of Java.
    Make sure that the plugin scanning is not disabled

    Mozilla browsers use the plugin scan to locate the plugins installed, so you must ensure that the preference of plugin.scan.plid.all has not been disabled:

       In the Location bar, type about:config and press Enter.
           The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise! to continue to the about:config page.
       Search for the preference plugin.scan.plid.all
       If it's been set to false, right-click on it and select "Reset".
    

    Uninstall if installed JavaFX

    In some cases, after upgrading from a version earlier than Java Java 7 Update 10 or higher, the plugin java (TM) Platform is no more detected. This can be caused by a conflict with Java and a stand-alone JavaFX installation that prevents the Java plugin to be properly registered. To solve the problem, uninstall JavaFX. For more information, see the java.com help page.
    Other solutions

    If Java is installed and enabled (see above) but does not work properly, try the following:
    Remove outdated Java plugin files

    Ensure that multiple versions of the java plugin (TM) Platform are not detected. For example, if 51 Java 7 update is installed, the java plugin (TM) Platform in the tab of the Add-ons Manager should be among the Java (TM) Platform SE 7 U51. If you see other versions of "Java (TM) Platform" listed, uninstall the older versions (see how can I uninstall Java on my Windows computer?) or otherwise remove manually (see manually uninstalling a plugin).
    Check for other software that may block Java

    Even if Java is installed and enabled in Firefox, it may be blocked by other software or Firefox Add-ons, for example:

       The ZoneAlarm Pro software firewall can block Java. For more information on enabling Java through this program, see the ZoneAlarm Pro forum.
    
       The NoScript extension for Firefox will block Java. For more information, see the NoScript FAQ.
    

    Additional resources

       The Java FAQs page at java.com answers some frequently asked questions.
    

    Based on information from Java (mozillaZine KB)

    Share this article: http://mzl.la/KR1fgO

    This article has been useful?

  • Remove bit 32 and 64 java programs? Experts say that there is still no 'solution '.

    Homeland Security alerted to disable Java programs on your computer. I deleted everything that he saw Java and Oracle... When is it safe to reinstall Java 32 and 64 bit... and is it recommended to do anyway?

    Hello

    If you need Java just turn off until needed. If you do not use Java, you can
    uninstall it.

    How can I disable Java in my web browser?
    http://www.Java.com/en/download/help/disable_browser.XML

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • How do I know which programs to take off the windows Installer CleanUp list?

    Windows Installer Cleanup of

    * original title - how do I know which programs to take off the windows Installer CleanUp list? I don't want to uninstall or remove a program that I always use currently__ *.

    Description of the Windows Installer CleanUp utility
    http://support.Microsoft.com/kb/290301 (MS Office only - replaced by the 'Fix It' utility)
    (Note: the Windows CleanUp utility has been replaced by the "Fit It":http://support.microsoft.com/fixit/ )

    The Windows Installer Cleanup utility:
    It was created to correct software installations that failed during the installation process and leaving a bunch of files (including a file name that ends with an extension .msi (= MicroSoft Installer .msi). For example an installation failed MS Office (note I said "failed").
    See: http://office.microsoft.com/en-us/help/HA011185721033.aspx

    Also if when you installed MS Office you decided at the time you had no need of Power Point and chose not to install it. You find out later you need to make a Power Point presentation, insert the Office CD and try installing PowerPoint and it causes an error.

    The tool using Windows Installer Cleanup will remove damaged installation files (located in C:\Windows\Installer). You then install Office and Power Point, once more, as they are not more present in the list of programs in the Add/Remove Control Panel. But at least this time Office and Power Point will install without errors as the Windows Installer Cleanup utility did what it was designed to do.

    The unfortunate side effect of the cleanup tool is when you select and delete software that works correctly you then will no longer be able to install this software because it is no longer in the Add/Remove Programs list.

    Now as to why there is so many files in the C:\Windows\Installer:
    You will find lots of them. MSI files belong to software such as Java, Microsoft .NET Framework software AV, Norton Ghost, file downloaded during a Windows Update session and so on. It would seem that some software will clean up after itself and deletions, this is the file that were in the folder C:\Windows\Installer. Windows Update failure will create and leave the folders and files behind every time that you try to install the update and so you could end up with a large number of files taking up disk space.

    It could also be a lot of files (is most needed) orphans.
    If you still have the original Windows Installer Cleanup utility, and then by using the msizap (msizap g!) command removes all cached Windows Installer data files that have been orphaned.

    JS
    http://www.PAGESTART.com

    Never be afraid to ask. This forum has some of the best people in the world to help.

  • 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?

  • How to remove the java logo in the win8 Panel

    Windows * 8, IE10

    I deleted my PC Java, but Java in the "Control Panel" icon is still present. When I select the icon, Windows 8 reports "application not found". This is normal since I uninstalled all Java programs.

    My question is how can I delete the icon Java in the 'control panel'-> 'Programs' page view. This icon was not deleted after that I uninstalled the Java application. I tried to run Sun's Java cleaner tool, but it signals no found Java applications. ???

    -Thank you

    You might want to give this a go.  This works for Windows 7 will work more than likely in Windows 8.

    Remove Java Control Panel Applet
    http://www.w7forums.com/remove-Java-Control-Panel-applet-t6325.html

    You can always reinstall Java and then uninstall it again.  With the help of administrator privileges where possible.  See if you can then adapt them to any installer or uninstaller.exe?

    Have you tried right clicking on the shortcut to the program or the .exe and select "Run As Administrator"?  Perform, even if your user name is an administrator.

    Try right click on the actual Setup.exe and choosing the option "Run As Administrator"?  Perform, even if your user name is an administrator.

    If you cannot use the above, and then enable the built-in administrator perform this work.  Disable the built-in administrator when you are finished.  The built-in administrator has more privileges than your own user name, even if you are an administrator.

    NET user administrator / Active: Yes

    NET user administrator / active: No.

    How to open a command prompt in Windows 8
    http://www.bleepingcomputer.com/tutorials/open-an-elevated-command-prompt-in-Windows-8/

  • Run a Java program

    Hello

    I created a java program using eclipse... How package and run the program under windows or Unix?

    Thank you

    Right click on the project in the Package Explorer. In the menu drop-down run as-> a run Configuration. Click the new button. In the name box, choose a name for your configuration. Make sure that the right project is illustrated in the area of the project. If this is not the case click on the Browse button and select the right project. Make sure that the right main class is listed in the main class field. If this is not the case click on the Browse button and select the correct class. Click on apply. Click Close. In the context menu, click Export. Double-click the Java folder, so it goes down. Double-click the executable JAR file. In the launch Configuration drop-down list box, make sure that the right project and main class appears in this form: name of principal name Configuration class. Click the Browse button to set the location that you save the Jar file. Click Finish. Now, to find the JAR file and double-click it to start the program.

  • 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

  • How to call a Java object / Servlet of a trigger

    Could Hi someone please help me on this issue.

    We use the Oracle 10 g in our database.

    It is possible to write a trigger so that, whenever there is a change in the database (insert/update), we need to call a Servlet / or any Java program

    Any link will be a great help.

    Thanks in advance.

    Yes, you could use a trigger to call a java program stored in the database, or call a remote URL using UTL_HTTP.

    You must be more specific about what it does, where the program is and how to call it. It is in the database? On the operating system? On a remote Web server?

    A quick search with google would have answered this question for you and found you examples.

  • ROWID in java program update

    Hi people,

    I update a row by using the ROWID in java program, it is not to update the documents based on the rowid... I copy the code example


    try {}

    for (i = 0; i < size; i ++) {}
    stmt.clearParameters ();

    oracle.sql.ROWID (oracle.sql.ROWID) = list.get (i) ROWID.

    stmt.setString (1, table);
    stmt.setString(2,idArray[i]);
    stmt.setString(3,message[i]);
    stmt.setROWID(4,rowIds);
    stmt.executeUpdate ();
    stmt.addBatch ();

    }

    Java method to date SQL

    private String getUpdateSqlString() {}
    StringBuffer sql = new StringBuffer (20);
    SQL. Append ("update xx_custom_table set status_flag =?,");
    SQL. Append ("id =?, status_message =?") where rowid =? ");
    SQL. Append ("status_flag = 'U'");

    Return sql.toString ();
    }

    Can someone explain this?

    Thank you
    Murielle

    kumar_d wrote:
    I checked the list, valid rowid is filled in in the list.

    Can you explain how determine you who and what, exactly, do you mean by "valid rowid '?

    You declare that all LIST items is
    -A ROWID into a format valid
    -This corresponds to a line in XX_PRODUCT_TABLE
    -Where STATUS_FLAG = 'U' already?

    The only way to get this information is to query the XX_PRODUCT_TABLE table, probably if you do this before this code snippet runs. Any chance that the line is modified or deleted by another session between the moment where you query the database to get the ID and when you run the update?

    And, more generally, why are you using the ID here? It seems strange that you could identify lines of update, store the set of rows to be updated in a collection of Java and then course this collection to make the actual updates. A simple UPDATE based on a game, or at least a stored procedure, would seem much more effective...

    Justin

  • How can I remove a program called Browser support. I have not asked for it. I think it might come when I updated Adobe

    How can I remove a program called Browser Support?

    Sometimes a problem with Firefox can be a result of malware installed on your computer, you may not be aware of.

    You can try these free programs to search for malicious software that work with your existing anti-virus software:

    Microsoft Security Essentials is a good permanent antivirus for Windows 7/Vista/XP, if you do not already have one. Windows 8 already has integrated antivirus.

    More information can be found in the article troubleshooting Firefox problems caused by malware .

    This solve your problems? Please report to us!

  • How to remove the calendar program in the e-mail section because I hate and that everything he did to the e-mail page

    all this happened on my email page yesterday and I clicked it, but I don't like it. and then all of a sudden Besides my collected email addresses and my personal address book now there's a "address book all the" I don't like it as it is constantly changing for it and I don't want that. I want my program to return to how it was three or four days ago, when I didn't have this program and the additional topics, etc.

    How to remove the calendar program

    Open the Add-ons - Extensions Manager, search for 'Flash' and press the 'delete '.

  • How can I remove a program locked from my mac

    How can I remove a program locked from my mac

    Please explain what a "locked" program

    In general, any application that has been downloaded from the Mac App Store can ve just moved to the trash and deleted.

    Applications that have been downloaded from other sources can be similarly moved to the trash, or they come with their own scripts 'uninstaller '.

  • How can I allow Java 7.55 on Firefox 29?

    In collaboration with a training site that requires Java. I have the latest version of Java Runtime (55-7), Firefox blocks seem to note specifically on built 25 to 44, but maybe later built as well. My build is blocked.
    I tried a section which describes the release on a trusted site, but can't find how to get the Java icon in the access address bar unlock options.
    Compaq Presario running XP, 2.2 GB of memory, 500 GB disk space, connection ADSL2 + provider.
    The basic problem is the delay and distortion of sounds in games designed to measure the speed of reflex, and blocked Java is the only incompatibility that I can find the published requirements.

    Thank you, Alice. I've been chasing the wrong Hare. In view of the Java plugin platform, it is allowed, and so my core of sound distortion problem is not to do with plugins and maybe not Mozilla. Big step forward.

Maybe you are looking for