Where put fif files for icons in local test

When i test my form on local (http://xserver:8889/etc...)
where i put my gif fiel for the icons ??
In application server work fine but local don't fine le icons?
Thank's !

Mike,
best practice is to have icons stored and deployed in jar files. This way tehre is no difference between OracleAS and Developer Suite
see: http://www.oracle.com/technology/products/forms/pdf/webicons.pdf
Frank

Similar Messages

  • Where are the files for the Backups that show up in About This Mac - Storage?

    Where are the files for the Backups that show up in About This Mac - Storage?
    My new Macbook Pro 13 retina has 1TB flash drive. But despite my TimeMachine being in a TimeCapsule my Macintosh HD shows 277 Gb of space has Backups. What is this for? How can I delete it?

    OS X Lion and newer Mac OS X versions create local snapshots in portable Macs if Time Machine is enabled. See > http://pondini.org/TM/30.html
    You don't have to worry about. They are stored in a kind of volume named "MobileBackups", but they appear as stored in your hard drive. To delete them, open System Preferences > Time Machine, and turn off Time Machine. Then, turn it on. However, you don't need to delete them, as they will be deleted when your hard drive gets full

  • Where is config file for port 5500 ??? Help

    Where is config file for port 5500 ??? Help
    Hello I have 10g_win32_db, and I want to change the http://localhost:5500 to something else where can i find the config file for that ?
    thanks

    To modify port 5500:
    - Modify the file $ORACLE_HOME/<hostname_sid>/sysman/config/emoms.properties
    Change the ConsoleServerPort property to the new port.
    - Modify the file $ORACLE_HOME/<hostname_sid>/sysman/config/emd.properties
    Change the REPOSITORY_URL property.
    - Modify the file $ORACLE_HOME/oc4j/j2ee/<hostname_sid>/config/http-web-site.xml
    Change all references of the old port to the new port.
    Restart the DB Control process:
    emctl start dbconsole

  • Where to put .txt file for easy I/O

    Hi,
    I'm creating a program to run psychological experiments, and I want to make it easy for future researchers to change the lists of stimuli.
    I'm planning on having a set of .txt/.csv files containing the lists, which can be easily modified by anyone. My question is, where do I put them?
    My guess is the easiest solution would be to put them in the same folder as the .jar file, but not to actually include them in the .jar file, as this would make it difficult to edit. So how would I refer to the path name of the list in my program? And, when testing the program as it's being written, should I put the files in the /dist folder that NetBeans created?
    Second question: I want to find and load any and all txt files that may be in the folder (assuming this is where they will go). I won't know ahead of time how many lists there will be. What's the easiest way to do this?
    Thanks!

    Alright, two questions:
    1) To find the files, can I just use some modified form of
    String[] filenames;
              File f = new File(".");
              filenames = f.list();I assume that there's some way of doing the same thing one level up on the directory tree, and then selecting only those files that end in .csv? Is it preferable to use the method that was mentioned above?
    2) I'm still a little confused as to where the files should go. Here in NetBeans, when I use the command above it gives me everything in the very bottom folder, including /dist, /src and everything else in that folder, even though the .jar file itself is located in /dist.
    Is NetBeans not actually running the program from the .jar file?
    When I distribute the code, should I assume that the "File f = new File(".");" will give me everything in the folder where the .jar is sitting?
    [Edit: I've solved #2 myself -- sorry about that. The answer seems to be "yes" and "yes": when testing, I should put my .csv files in the bottom folder, when distributing, I should put them in the folder with the .jar file. I can't do it ahead of time, as NetBeans recreates the /dist folder each time the project is re-built.]
    Thanks!

  • Where do I put config files for a webapp (war file)?

    To my understanding a war file is supposed to be dropped in. It's isn't intended to be unzipped by the person installing the webapp. Inside my web app I have some xml files I access to get configuration information for how the servlet works. This xml file is intended to be edited by the sysadmin using the webapp. So, it's obvious I can't put my xml file inside my war file otherwise they'd have to unzip it to edit it. So my question is, where do I put it? What is the normal place to put stuff like this for a webapp?
    Example:
    I make a servlet (or jsp/custom tags) that generates an explorer-like directory tree. It reads the tree folders and files from an xml file. So one sysadmin might make a tree that looks like this:
    Fruit
    |-apples
    | |-Gala
    |-oranges
    |-pears
    another sysadmin might make a tree that looks like this:
    Bookstore
    |-Technical Books
    | |- JSP to go
    |-Children's Books
    |-Dr Seuss
    And these are defined in the xml file.
    It's driving me crazy because I want to make my webapp deployable in a war file. Since I have to unzip it right now, the war file is useless.
    Thanks,
    David

    I don't have the answer, but I understand your pain. I was trying to figure this out last year before my company went out of business and made this problem go away.
    The issue is that you want to have a user install your webapp by deploying the war file and configure the app without unzipping the war file. If you can start the webapp first, why not just put the default or empty configuration file somewhere in your webapp director structure and write an administration servlet or JSP to configure it.
    If you must configure the application before it can start up, the following might apply.
    The obvious approach would be to install a properties or xml file separately from the war file and let the user edit that file. The problem is that your servlets and jsps need to be able to find it at run time. This is problematic because the current directory for relative paths seems to vary from one server to another. If I remember correctly, on Windows NT running Tomcat, current directory points to C:\jakarta-tomcat-x.x.x\bin. When running Websphere, it points to C:\WINNT. You can figure this out for the server your user is going to be running and have them put the file in one of those places. But I don't like putting my application files in places like that.
    I can't remember at the moment how it works in other servers, but at least in Tomcat you might put the configuration file in the webapps directory with your war file. Then you could have your servlet do a getServletContext().getRealPath() or something like that and back up the path one level to get to the file.
    At one point I thought it would be nice to put the path to the configuration file in the system environment, but we couldn't find any way in Java to get access to it.
    Will.

  • Associating two Icons (2 gif files) for Icon Source

    Hi,
    Kindly note that I have a requirement where we need to display two Icons from to be displayed side by side on the UI for the tree UI element (TreeNodeType).
    But at present I am able to associate only one .gif file with Icon source. Please let me know if I can associate two .gif files with the same Icon Source Property of the Tree UI (NodeType) UI element.
    Awaiting your kind responses.
    Regards,
    Mahesh

    Hi,
    Bind the Icon source with the String type value attribute.
    And you can change the image at runtime.You can show the one image at one time
    Kind Regards
    Mukesh.

  • Where put the files in Mac .app projector bundle?

    I just read a technote in the knowledgebase on considerations for creating a Mac projector bundle. For OSX, the note seemed to suggest that you should place them in the Contents folder.  The example they give has the executable in the MacOS and a file called example,dir in the Contents folder. I am trying to test a bundle I created in Windows Dir 11.5 on a PowerBook running Mac OSX 10.5.  My executable called launcher was automatically bundled into the .app/Contents/MacOS folder   Then I copied my dcrs into the Contents folder, the first of which menu.dcr is the first one the launcher goes to, but can't find it.  I tried placing the content in the same folder as the executable first, but that didn't work so I read the technote.  Now placing them in the Contents folder does not work either.  That technote seems a bit old so I am wondering where the app files go now and if the launcher can use a gotoNetMovie "menu.dcr" to find the first file of the app?  Everything works in Windows, but every single app I have tried to convert to Mac has required major adjustments so I expect the same here?

    Thanks Rob,
    I actually found that thread last night while looking for a solution from someone - I saw it on the right side of my question listed as - More like this, but have been waiting for one of my studnets to tell me if the test file I placed on the web worked or not. My PowerMac G4 can't handle these 11.5 .apps without crashing on sound and fileio etc etc. You also have to be careful not to forget to add the xtras to this new starter movie or script errors will occur.
    It is really amazing that the placement of files in a bundle was changed in D11 and Adobe did not include this in their documentation or in the help file. In MX 2004, linked files would logically go in the same folder as the executable /Content/MacOS.  Now the bundle has no idea where the linked files are and you have to create this stub movie to tell Director where to search. Cross platform application development is still a very important part of Director development and so this change should be documented and there should be a chapter in the Using Director explaining that creating a Mac .app from your Windows project will likely not work without a lot of tweaking of paths, fonts, sounds, net commands, fileio, etc. etc.  You should also be able to type ".app" or "bundle" into the help search system and get something other than topic not found.
    I will give you credit for your reply though - thank you!

  • Where are languages file for switch series 200?

    i can't find languages file for series 200 switch...where are????

     check the url, and scroll down
    then try the following directory as seen in the screen capture

  • Where the source files for examples of FLASH of the manual (flash_as3_programming.pdf)

    Good, I wanted to know where to find the source files for examples of FLASH programming manual with Adobe ActionScript 3.0 (flash_as3_programming.pdf), each sample has a link that had to change and send me the Adobe Developer Center. Thanks,.

    Hi,
    I had the same problems with the samples. But I got different message. but, instead of typing "ant build", I entered only "ant" on the prompt and I was able to built it.
    So, in the comamnd prompt goto your example directory and enter only ant .
    The ant will read the build.xml file and you should be able to get it.
    bye

  • Upload Flat-IDocs via WE16 fails - where is log-file for this upload

    Hi,
    we are using ERP2005 and we wanna upload large Flat-IDocs (exported by a customer, > 100MB) via WE16.
    Now we are getting the error "...error in converting while reading file ..." (a translation of the german error message
    Is there a log file for this upload process?
    regards
    Wolfgang Hummel

    The following Oracle Forms objects did not generate successfully: gl forms/ZHS GLXJEENT.fmxadpatch log will tell you worker which was processing this fmb.....mark that worker number.....in same directory find ad*worker_num*.log and see that log file.
    You can find adworker,adpatch,adworker log at:-
    Application Tier-- adpatch log - $APPL_TOP/admin/<SID>/log/
    Thanks,
    JD

  • Mail autofill list /where is the file for this list

    I want backup the file of the autofill list on mail new message sender
    Where is this list ?
    in French :
    Je veux faire la suvegarde du fichier de la liste "remplissage automatique" des courriels dans mail quand j'écrit un nouveau message
    Thank's

    The Mail application's autofill feature pulls from the Address Book and the list of Previous Recipients in Mail. Mail stores all message recipients in a list of Previous Recipients but the data for this list is stored in the primary Address Book data file.
    At the Mail.app menu bar, go to Window and select Previous Recipients. A previous recipient already entered in the Address Book will have a vCard icon to the left of the name or email address. You can remove a previous recipient from the list or add a previous recipient to the Address Book but there is not an available function for exporting the list of Previous Recipients.
    Using the Address Book Backup feature should also backup the list of Previous Recipients in Mail but I'm not sure.

  • Where do dll files for plugins go under Vista-64 for CS3?

    I copied two dll files that CS3 complains are missing into several places within the C drive for Vista-64, and none seem to work. The missing ones are MSVCRT10 and IJL15. I called Adobe but they want $39 to talk to anyone about any CS3 issues!! [Just because CS4 is out now.] Here are some places that I tried:
    \windows\system32
    the plug-ins directory
    Where should they be??? Thanks for any hints.

    The advice in the item pointed to by this URL tells one to put them in the \System32 folder. I had already tried that before I posted the query yesterday. After a lot of experimenting and finally reading the files on the CS3 disk, I found that they have to be located in the Photoshop directory itself. When placed there, everything is happy!!
    Thanks for the leads - I'm now greatly relieved.
    Dick

  • Where do php files get read from locally?

    i've installed and tested php on 10.3.9 and it works. i'd like to parse my php files locally. i believe on older os vesions it was the 'sites' folder, but it doesn't seem to work now. where can i place my web files to test? do i have to move everything to library/apache2/htdocs?
    thank you!

    i am not running apache2 at the moment, but i am assuming the problem could result from the fact that mod_userdir.so (or its apache2 equivalent) is not enabled in your apache install, nor are your config files setup to point to the sites folder of your $HOME. for apache 1.3.x, the config file should contain something like the following after enabling mod_userdir.so. this would be particularly true if you compiled from source.
    # UserDir: The name of the directory which is appended onto a user's home
    # directory if a ~user request is received.
    <IfModule mod_userdir.c>
    UserDir Sites
    </IfModule>
    assuming you have also added the .php and .phps file types (and whatever else you want), this should get you setup.
    again - a bit of a disclaimer - i am not currently running apache2.
    -b
    DP867 MDD and 12 1Ghz PB    

  • On my macbook pro, where is the file for the original default desktop wallpaper? ...and if i replace this will it change the default wallpaper?

    Whenever I lock my screen on my mac (by closing the lid) the login screen I see on reopening my computer is a faded version of my desktop image (which is normal, and fine) however when I close my laptop while it's in fullscreen mode (when I'm using a web browser or other application in full screen) the lock screen displays the default desktop image, which is what i'm trying to change. My macbook has always done this.
    My computer is running Mac OS X version 10.7.3
    I've been looking for a way to change the default wallpaper on my mac, so that when i lock my screen in full screen mode the lock screen displays my selected wallpaper image (the same one as is on my desktop) instead of the default (andromeda galaxy). Can anyone please provide me with the location of the default image file (if it's even accessible) or maybe even provide me with a way to fix this? Any help is greatly appreciated!

    Hi Mr. Wog,
    My guess is that once you see an estimate for replacement for hundreds of dollars, those scratches won't look too bad anymore. There are products to cover the outer casing, and some people put stickers on, or even paint (I don't recommend either, but ymmv). Good luck.

  • How do I find where the master file for a version in aperture 3

    I was wondering how to find where the original master image is in the aperture 3 library. For instance we have several images that are in different albums and folders but are trying to find where the original image is in the library.

    Is your Library managed or referenced?
    If your library is referenced, then you can reveal the master image file by selecting the image in the browser and selecting "File -> Show in Finder" from the menu.
    If your library is managed you will have to open the Library package to see the master image files: Ctrl-click the Aperture library and select "Show Package Contents" from the Pop-up menu. Then browse the folder "Masters", but very carefully - don't change anything inside the package! The Masters-folder is arranged by date: year, month, day ...
    But you can always look at the master image files from inside Aperture - much safer: Select any image and type "m" - that will show you what the master image file is like - type "m" again to view the version.
    Regards
    Léonie

Maybe you are looking for

  • Swapping between different logical views

    I am designing an applet that has several logical views, such as Login, Registration, Waiting Area, and Game. I am very new to applets and Swing, and I can't figure out how to have each of these designed separately and then swap between them. Ideally

  • SharePont 2013 Document Library lookup Column Properties not Showing Correctly when editing in Word

    Hi I keep seeing this issue albeit intermittently.  I have set up a doc library for my users which has a custom content type (lookup, metadata columns, etc)  . They all appear perfectly most of the time except the lookup column. Sometimes is just dec

  • Internal table data download to XML format

    Hello All, I have devloped one OOPS ALV report in that our requirement is on "SAVE" button the data of the report has to be downloaded in given XML format.Please check the format provided in Finnish language.The word "Value" specified as value which

  • Custom layout in FCE 2.0.3?

    Can you have a custom window layout in Final Cut Express? It's grayed out under window-arrange. David

  • SQL scripts parser

    I'm looking for Java open-source SQL script reader/parser. That would allow me to find SQL comments about tables and columns, usually given in the neighbourhood of CREATE TABLE, ALTER TABLE commands. Can you suggest me any such parser? Best, Maciej