Can i use 2 methods to deploy icon files in Oracle IDS?

Dear all,
I'm using Oracle 9IDS(Forms) and i'm trying to use 2 methods to deploy icon file:
-In development phase, i use defaul.icon.path and defaul.icon.extension in registry.dat file and imagebase=documentbase. My icon are well deploy when i run application from form builder.
-In deployment phase, on the same plateform, i use jar file following these steps:
1- I store jar file in same directory with all runtime files(fmx, mmx, etc.)
2- i create a virtual path(/forms90/Tel/) to map with this directory
3- in formsweb.cfg, i put the following line:
[myapp]
imagebase=codebase
archive_jini=f90all_jinit.jar,/forms90/Tel/images.jar
When i call my application directly (http://localhost:8889/forms90/f90servlet?config=myapp),
icons don't appear.
I would like to know, what's wrong?It's possible to use theses both methods for deploy icons on the same plateform?
Thank u for your help

Hi Franck,
I thank that red correctly the document(how deploy icon on web).But that isn't the matter.I update my formsweb.cfg as you advise me
[myapp]
archive_jini=...,/forms90/images.jar
imagebase=codebase
Icon don't appear at runtine while other gif files(splashscreen,logo) appear.Notice these others gif files are compressed in the same jar file. Notice also, that when i use default.icon.path parameter in registry.dat file, icons are well deployed.
It's incomprehensible.
Thanks you for your help!

Similar Messages

  • How can I use Applescript to copy a file's icon to the clipboard?

    Hello,
    How can I use Applescript to copy a file's icon to the clipboard?
    Thanks.
    Lennox

    there is no way to do that that I know of. but you can extract an icon of a file to another file using command line tool [osxutils|http://sourceforge.net/projects/osxutils]. you can then call the relevant command from apple script using "do shell script".

  • How can I using functions implicit in dll file in java code ?

    How can I using functions implicit in dll file in java code ?
    I'm developing a program that interfacing with fingerprint hardware.
    I have the finger print already, and I have to the SDK that have all functions for managing this fingerprint.
    These SDK functions are represented in dll files.
    I want to know how can I use these functions in java code .
    I looked on this link of sun forums :
    http://forum.java.sun.com/thread.jspa?threadID=305171&messageID=1215613
    but I don't Understand the meaning of native code.
    Thanks for help.

    please please please please please please please please help me:
    After reading a lot of articles, tutorials, and overviews about JNI (Java Native Interface)
    I found that these steps
    1.     Develop the Java code
    2.     Compile the Java code to a class file
    3.     Generate the header file
    4.     Implement the native method
    5.     Create the shared library or DLL
    6.     Run the Java program
    Is the common steps in JNI development
    The most powerful link was
    http://java.sun.com/docs/books/jni/html/start.html
    and
    http://www.netbeans.org/kb/55/beginning-jni-part2.html
    and the pdf oh this link
    http://www.ibm.com/developerworks/edu/j-dw-javajni-i.html requiring IBM registration to download it.
    But I have already the DLL, and want to the stright forward way to use its functions by java code only.
    I don not to write any C++ code .
    Is this possible???????????????????????????????
    The name of these dll is �zkemsdk.dll�
    It developed by ZKSOFTWARE company for managing a finger print �NP1500A�of
    http://www.napcogulfsecurity.com/finger_print.asp
    thanks for help

  • Can I use Migration Assistant to Copy files from one mac to another, but not delete the original files off of the original Mac?

    I just purchased a new Macbook Pro Retina, and I have an old Macbook Pro w/o Retina and wish to use migration assistant. I still want to use the older Macbook Pro and keep all the files on it, but copy them and also put them on my new Macbook. What I'm trying to say is, can I use migration assistant to move files to a new Mac, while keeping the files on the old computer?

    You can omit some broad categories, but you can't pick and choose individual items.
    See Using Setup Assistant on Mountain Lion or Lion (preferred method), or the similar Using Migration Assistant on Mountain Lion or Lion for the gory details.

  • Anyone using WLST to deploy RPD file?

    Anyone using WLST to deploy RPD file?
    I dunt want to deploy the RPD files manually every time,so i need it automatically deploy to BI .Seems WLST can do it.Some one had tried this ?
    Any help is appreciated.

    http://wlst101.blogspot.in/2011/08/wlst-obiee-upload-rpd.html
    I hope you are looking for this..

  • After upgrading to Mountain Lion, I cannot open my File Maker Pro files. Can I use Numbers to open these files?

    After upgrading to Mountain Lion, I cannot open my File Maker Pro files. Can I use Numbers to open these files?

    Numbers is a spreadsheet program and FileMaker is a database program, so you probably can't use Numbers to open them unless you had first exported them from FileMaker in a spreadsheet-compatible format.
    If you upgraded from 10.6 Snow Leopard or earlier and your old copy of FileMaker won't open anymore, it might be a PowerPC application that is not compatible with 10.7 and later. If that is the case, to work with your FileMaker files you should upgrade your copy of FileMaker to the latest version, which seems to be FileMaker 12.

  • Can you use wallpapers for the icons on the iphone 3g? If so, How

    Can you use wallpapers for the icons on the iphone 3g? If so, How

    On the Mac to save a picture from a web page <CTRL> click on the picture then choose Save Image As... and save it onto the desktop. Once you have collected all your pictures onto the desktop open iPhoto and Import all the images into an iPhoto Album. Quit iPhoto.
    Open iMovie, then go to the Toolbar along the right side of the iMovie window and click on the camera icon to browse through your iPhoto Library. Find your pictures then drag them into the Project Browser window.

  • Can I use servlet as my welcome file

    How can I use servlet as my welcome file? I know how to use jsp or html pages as my welcome file but that doesn't work for servlets. I modified my web.xml for making jsps and html as my welcome pages but that <welcome-file-list> tag is not working for servlets.

    This was a bug that occured in older Tomcat programs, not sure if it still occurs or not.
    Basically, when this happens, you have to have a physical file with the welcome file name. So you would have to create a file named index.do in each of your directories you wanted the welcome to work for. The index.do wouldn't have to actually do anything. It just had to exist. Then when the URL was used to create content, the servlet would be called to create that content.

  • Can i Use two qery hints in one SQL(Oracle)?

    Hi,
    Can i Use two Query hints in one SQL(Oracle)? USE_HASH and No_Merge
    Thanks

    user10916886 wrote:
    Can I use like
    /*+ USE_HASH(X,Y) NO_MERGE(X) */
    will this work?Not really: NO_MERGE relates to mergeable views, not base tables. So whilst the USE_HASH may result in a hash join between the tables X and Y, USE_MERGE will be ignored for X.
    As hoek says, however, HINTs should be a last resort only, and if they're to be used at all you're best to stay with those that don't involve explicit objects, like ALL_ROWS, FIRST_ROWS_10, etc.
    user10916886 wrote:
    Im my database, if i don't use query hints. The expalin plan uses Nested loops, hence the query takes a lot of time.You would be better trying the ALL_ROWS hint here, instead of USE_HASH.
    Edit
    The optimizer, however, will have chosen NESTED LOOPs where it did because it believed that to be the most efficient data retrieval path with the information that it had to hand. So, if your statistics are comprehensive and up-to-date, yet the optimizer is continually opting for the less efficient plan, there's something else wrong, and HINTs are only masking that problem in the short-term.

  • Where can I find the deployed EJB files in Oracle 10g AS(904)

    Hello All,
    Where can I find the deployed ejb files, stubs and skels in the Oracle 10g (904)
    When I try to run my ejb application I m getting following exception:
    com.evermind.server.rmi.OrionRemoteException: Error (de-)serializing object: org.apache.log4j.Logger
    I am not sure what is causing this error. I am not using any logging in my EJB. But the logging framework is configured in the application server.
    Your input would be a great help to me
    Thank you

    Thanks Carty,
    I am not creating Connection from EJB. I have a POJO called DBManager that looks for the DB Connection and return that to either EJB or other POJO that requests for Connection.
    I am having a private method that get the connection from the DBManager because while writing UnitTest cases I can mockup getting Connection as my Unit test case will be a POJO again..
    I have a question here regarding making DBManager as Singleton class. In my current project, I have configured my database in the application server as getting the connection by lookup for datasource through JNDI. It internally maintains all logical connection and always have one physical connection. In such scenario how implementing singleton will be beneficial?
    Thank you for answering all my questions.

  • Can I use netui in Framework jsp files?

    I'm trying to conditionally render an icon in the portlet titlebar.
    I need to query the DB to determine which icon to display,
    using a jpf action or method.
    Can I use and access porlet obejcts in the framework skeleton files (titlebar.jsp) which is part of my theme?
    zoyaf

              Do you know how JSP can use a variable defined in Javascrip ?
              Thx,
              Lin
              "Cameron Purdy" <[email protected]> wrote:
              >Write your JSP as you would any HTML file, including JavaScript. Then
              >rename the .html file to .jsp. Add your custom tags and Java code as
              >desired. Done.
              >
              >There was a complaint in the 5.0 beta about the JSP parser choking on
              >JavaScript, so I would make sure you at least try on the latest 5.1 service
              >pack, just in case.
              >
              >Cameron Purdy
              >
              >"SRINIVAS" <[email protected]> wrote in message
              >news:[email protected]..
              >> Hai,
              >> I know that we can use the jsvascript to validate the html parameters.
              >>
              >> Is the wblogic jsp support the javascript ?. I tried in weblogic
              >> 5.1.0.,the javascript is not working.
              >> anybody can help me how to validate html input and how can i use
              >> javascript in jsp.
              >>
              >> Thanks
              >> Srinivas
              >>
              >
              >
              

  • Can I use Time Machine to back files on an External Hard Drive

    My MacBook Pro hard drive filled up with movies, pictures, and music, so I bought a 2TB Time Capsule.  I have a external hard drive that is about the same capacity as my MacBook hard drive. Sine the Time Capsule is by far the largest drive I have, I moved all my movies, music, and pictures to the Time Capsule and am using it as an external hard drive.  I attached a 500GB external hard drive to the Time Capsule and I use that as the backup drive for Time Machine. However, the problem I am encountering is that I can't seem to direct Time Machine to include all of my files on my Time Capsule in the back up on to the other external hard drive. 
    Can I use Time Machine to backup data that I store on my Time Capsule to a external hard drive?  If not, what is hte best method for backing up my files that are on my Time Capsule?
    Thanks,
    David

    You need to use a different utility .. eg CCC or Chronosync to backup from the TC to yet another drive.. the problem is, that drive should be connected to the computer.. if you use a USB drive on the TC.. the file copying will be slow as slow as you will not believe.. all files are copied to the computer, then back to the TC.. it cannot copy directly to the TC..
    As Neil said.. one way or another you need to use an external drive on the computer, even if you don't use it all the time.. the danger of course is not doing regular backups.. and forgetting their importance.
    A true NAS will have automated backup incrementally of the files stored.. The TC is not a NAS in that sense.. it is a backup target for TM above and beyond anything else.

  • Using RSL and Deploying SWZ files

    Hi
    I developed a Flex Application on my local machine and used
    signed Adobe Framework RSL. It works perfect on my machine and
    creates the Flash Player Cache on my machine.
    Now when I deploy the same application on my server with the
    swf files and the swz files the application is not able to create
    cache on the client machine. (its not able to use the framework.swz
    file and uses the failover framework.swf files)
    I did a lot of reading which says that I should create a
    cross domain policy file etc.
    http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html
    Can somebody please help me and tell me how can I deploy my
    application on my server?
    and what exactly should I put in my config files and in my
    crossdomain.xml file?
    Thank you

    Hi Sudheer,
    You are going right. And as Nash said the Portal server didnt get restarted when you deploy your par file. I generally follow different steps to deploy and run par file. Have a look, may be this could help you. When I deploy and run par files it doesnt take more than half a minute.
    Steps:
    1) Save project. Right click and "Quick par Upload".
    2) On your browser type
    "http://<b><your_server_name>:</b>50000/irj/servlet/prt/portal/" or same page you can get by navigating:
    System Administration-> Support-> Portal Runtime-> Administration Console.
    3) At the option "Please specify a Portal Archive file (PAR) and press "upload" to store it into the PCD." Deploy your par file by giving the path.
    4) On your portal. Follow the path: Content Administrator-> Portal Content -> Portal Content(sub-option). Right click -> New from par ->iView.
    5) Here in the list you will find the par file which you have uploaded. Proceed as said.
    6) You will finally have an iView. Right click it and preview it.
    Next time you make changes to the application just create a par and deploy it in the same way and Preview directly, no need to follow step 4,5. For previewing follow the step 6 again.
    Hope this helps you. If still the problem exist then let me know.
    Regards
    Pravesh
    PS: Please dont forget to reward points for helpful answer.

  • Can I use my Nikon D90 AVI files in Premiere Pro CC on my iMac?

    Hi and thanks in advance to anyone who can lend me a hand. I am new to both Premiere Pro CC and Macs. I have used my Nikon D90 AVI files before with Premiere Elements on my PC with no problem, but the same films aren't working on my new setup with Premiere Pro CC and an iMac.
    I can see and preview the films in the Source window but when I try to drag them onto the sequence window I get a little hand with a "no" sign.
    I am using a version 7.1.0 (141) of PP CC and am on OS X 10.9
    Do I need to transcode the files? If so, to what? And what is the best way to do that?
    Many many thanks for any help!

    Just remember, you will not always get the answer you want right away. Some people will point you to tutorials, some, like me, will attempt to help and still point you to tutorials, and some will just answer the question as best they can.
    Some might insult you, and some merely insult your intelligence. Don't be offended. Do, however, search the forums as best you can in an attempt to find the answer before you post.
    I realize that people don't always have the right words to describe the problem, and therefore have trouble searching. If searching fails you, just ask. It generally works out in the long run. And as you have discovered, sometimes a combination of posts may do the trick.

  • How can I use regular expression to open files of certain types in java?

    Ok this is the problem I am facing:
    I have a command line input of something like "/usr/foo/bar/*.html"
    and there are multiple files in that folder that end with .html.
    How can I use the input to go through/open all the .html files in Java?
    Help would be greatly appreciated thanks!

    Or if you have to do it in java, check out the interfaces java.io.FileFilter and java.io.FileNameFilter
    http://home.tiscali.nl/~bmc88/java/sbook/0128.html
    class HTMLFilter implements FilenameFilter {
        public boolean accept(File dir, String name) {
            return (name.endsWith(".html"));
    }Cheers,
    evnafets

Maybe you are looking for