Search:

Type: Posts; User: nageshvk

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    1,184

    Database trigger replace with Java Code.

    Hi All,

    I have few triggers in my present oracle database. I want to re-write the trigger funcationality with Java code.

    When there is a Update or delete opeation on a particular...
  2. KeyListener not working for JLIST Component.

    Hi All,

    Cursor control is not working for JLIST component.

    My application has combobox which is used to multiselect the list of JLIST items.

    Combobox--> JPopupMenu--> JList.

    When an item...
  3. Replies
    0
    Views
    1,061

    NoClassDefFoundError in websphere 7

    Hi All,

    We recently migrated from WAS 6(Webshere Application Server) to WAS 7. We have deployed the ear file and started the app server. When trying to access the application URL, I am getting 500...
  4. Issue while deploying JNLP application in Webspher Application Server.

    Hi All,

    I am new to work on JNLP program. I have created a SWING program, JNLP file when i deploy the ear file i am getting 404 error. Please find the steps in details.


    1. Created a dynamic...
  5. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi Norm,

    There was a similar thread which you replied for the issue.
    jre 7u45 Applet has an exception

    I am unable to produce same exception with a sample program. Could you please suggest a...
  6. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Reason: This design will delay certain EDT actions until the main applet has painted itself for the first time.

    Paint method will never triggers SwingUtilities.invokeLater(runnable) line of...
  7. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    The initial value of _runnableList is empty. So Runnable object does not get invoked until the applet has painted itself for the first time. All Listener implementations accross the application calls...
  8. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi Norm,

    As suggested I have tested the application. getCodeBase and getDocumentBase are not throwing NULL value. Please let me know how to proceed further.

    andbin~ Could you please suggest the...
  9. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi,

    You mean calling invokeLater through paint is causing this NullPointerException? If yes, How it is working fine with JRE 1.7.17 and below versions?
    Regards
    Nagesh
  10. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    They are constructing the URL
    URL fullURL = new URL(getCodeBase(), relativeURL);
    // Cause the current document to navigate to this new URL
    getAppletContext().showDocument(fullURL);

    I will put...
  11. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Yes it is using both the methods.
  12. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi, Thanks for the quick reply. I can not sent SSCCE as it is a huge project.
    As i posted earlier, Java Web Start loads the Applet in IE browser with SWINGS components as menu bar. When i choose a...
  13. AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi All,

    My web application will load an applet with SWING components (Menu bar) on successful login to application.

    Once page is loaded, i choose a menu item from the menu bar and click on it....
Results 1 to 13 of 13