Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to refresh the Desktop Navigation Bar ?

Moussa_BOct 1 2021

issue apex (2)_LI.jpgHi everyone,
I have added a Desktop Navigation Bar entry (Image 001 EL-ALIA).
This entry call a model page which contains a list to manage a global variable.
All thing work well excepting the new value displaying in the Desktop Navigation Bar, I have to refresh the page manually to see the new value.
How to refresh (Desktop Navigation Bar/page) after closing the modal page? (Knowing that the model page could be called from anywhere)

Moussa BOUNOUA

Comments

That isn't a java or jni question.

There is nothing magic in java/jni that allows/prevents that.

You should create a test app that has no java/jni in it and figure out how to dynamically load a dll (presumably what you are doing.)  A windows programming site can help with specifics.

As a suggestion I would suggest that you do the following since it will help debugging problems.

1. Determine the fully qualified path to the dll

2. Use that

3. If the dll fails to load then report that fully qualified path.

1 - 1

Post Details

Added on Oct 1 2021
1 comment
227 views