Where should  file be placed  in real mobile in file browser application

hello,
i am doing an application on file browser i tested it in emulator it was having [b]appdbfolder bin folder tool kit which has the root directory with the file to be browsed
1 but problem is where should i place the file in real phone
2 if placed it resource dir it is not taking
3

just make sure your CLASSPATH includes cloudscape.jar. Not just the path, but also the jar filename.
There is also a jre/lib/ext path in your java installation where you can dump your jar file so it will automatically be seen when you run your program.

Similar Messages

  • Where should JavaBeans be placed when using Tomcat?

    I want to use a javaBean from inside a JSP, but it seems like Tomcat can't find the bean (...can't find the class).
    Is there a particular catalogue where the bean-classes should be placed?
    My test-JSP looks like this:
    <html>
    <head>
         <title>Untitled</title>
    </head>
    <body>
         <jsp: useBean id="enBean" class = "ASimpleBean"/>
    </body>
    </html>

    Your problem most probably is that your class isn't a member of a package. A recent change to the way java/tomcat works is that classes in the default package (ie no package) aren't visible any more.
    Put your class in a package(eg SimplePackage), so your className would become simplePackage.ASimpleBean
    The class files should be placed under your web-inf/classes directory on your web application.
    Hope this helps,
    evnafets

  • When adding fonts where SHOULD they be placed

    It seems that fonts can be added to the two font folders as well as Font Book. I like to keep related items together, but fonts in the system library cannot (?) be put into font book, and if fonts are added to the system library what good is Font Book? Also what fonts are necessary in the system font list? It seems that the foreign language files could be deleted - or not?

    Every font in system font is necessary, that's why they are in system font.
    For managing fonts, just use font book, and let the system fonts as they are. Font book also just handels the Library Font and Personal Font folder.
    Message was edited by: Stress Test

  • Where should the third party JAR files be placed ?

    Hi,
    We have a requirement to perform encryption / decryption of supplier bids. In this case we require to use third party provider JAR files with OA framework code. Where should the JAR files generally be placed in such a scenario ?
    Thanks and Regards,
    Sandhya

    Checkout this post.
    How to inclue a third party .jar file in OA fwk classpath Class not found

  • Where should a ".jar" file be placed?

    Hey.
    I know there's a jar (java archives) forum, but things are kinda slow over there...
    I'm trying to run a simple JDBC application using Cloudscape (I've downloaded cloudscape.jar for that) and jdk1.3.1, on LINUX.
    The new .jar file isn't recognized and I keep getting a runtime ClassNotFoundException.
    I've changed several system-files (such as the root's .tcshrc and my own .bashrc), and copied the file almost everywhere, but just can't get it right :-(
    Where should the cloudscape.jar file go, and what are the exact changes needed in order to force (no more mister nice-guy) the system to acknowledge it?
    Thanx,
    Mike.

    just make sure your CLASSPATH includes cloudscape.jar. Not just the path, but also the jar filename.
    There is also a jre/lib/ext path in your java installation where you can dump your jar file so it will automatically be seen when you run your program.

  • Where should be the file of database if i use windows version of oracle

    hello
    where should be placed the file of database if i use windows version of oracle ?
    will be there some special partion for dadtabase file ?
    10x

    user10860289 wrote:
    i thin the database shoud has own file
    in interbase this file is name_of_db.gdb
    i seatch for such database file in oracle ? And why would you expect Oracle to have the same file(s) as some other product?
    Oracle implements it's databases with multiple data files, not just one. And that's in addition to all of the various files that make up the software, apart from any databases.
    You definately do not want to put the database files under ORACLE_HOME. If you have any choice at all, I wouldn't even want them on the same partition. A default installation and db creation may try to put them there simply because that is the one directory structure oracle can count on being there. But that is one default that is far from best practice.
    The minimum partition configuration I'd want for a Windows server hosting an Oracle database is ....
    c:\ - operating system only
    d:\ - Oracle home, admin, and one set of all duplexed files (control, redo)
    e:\ - all other database files
    For the 'sandbox' setup on my personal laptop, where I only have a c: drive, I still break it out ...
    c:\oracle\app\product\10.2.0 <-- Oracle Home
    c:\ora1\mysid\ <--- some data files
    c:\ora2\mysid\ <--- some data files
    c:\ora3\mysid\ <--- some data files
    Take a look at this: http://download.oracle.com/docs/html/A97297_01/appg_ofa.htm
    It is out of the 9i docs, and is directed to unix, but if you will read and understand the principles it is a good guide even for Windows. You can also google "optimal flexible architecture" and get lot's of other docs.
    I dare say that at this point It would be a good investment in your career to go to tahiti.oracle.com. Drill down to your product and version. There you will find the complete doc library.
    You should spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there. Learning where to look things up in the documentation is time well spent on your career.
    Read the 2-Day DBA manual cover to cover.
    Notice the 'search' function at that site.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Look in your alert log and find all the non-default initialization parms listed at instance startup. Then read up on each one of them in the Reference Manual. Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files, then look up what you see there in the network administrators manual.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    Am I wrong ?

  • Looking for answers on XMP files - where should they be stored as sidecar files?  With the original raw file or in a separate folder?

    Looking for answers on XMP files - where should they be stored as sidecar files?  With the original raw file or in a separate folder?
    Relatively new user of Adobe LR5 and PS CC, about a year old. 
    If they should be stored somewhere beside the folder that contains the originals, where and how to change the settings?
    If I choose to write metadata to the original files, is that sidecar files or does the XMP file show separately?
    To be honest, I usually find a video and I cannot figure this out.  I have never received an answer on any of my questions by the way. 

    Hi there,
    You answered a prior question from me so I wanted to reach out to you about this.   I just need a step by step on how, if possible, to View LRCC on my MacBookPro when the main interface is on my iMac

  • For WebLogic 5.1, where should I put my class files for my JavaBeans?

    With JBuilder4, I have built an application with JSP and a few Java Beans (Those JavaBeans are instantiated in those JSP files). There are no EJBs. The package name is called 'onlinetrade'. I have tested the application on JBuilder's web server, it works pretty well.
    Now I am moving this application to WegLogic 5.1. I have encountered a problem with WebLogic 5.1
    and do not know where I should place my JavaBean class files --
    Originally, the JSP files for my application are in package path-- ..onlinetrade\jsp
    and the class files for my beans are in the package path -- ..onlinetrade\jsp\bean\*.class
    Now, with WebLogic 5.1,
    1) I have put my JSP files in
    C:\weblogic\myserver\public_html\onlinetrade\jsp
    2) I have created subdirectory and put my bean class files in
    C:\weblogic\myserver\classfiles\onlinetrade\jsp\bean
    When I started weblogic and the first page - login.jsp page can be up and accessed. But when I login and forward to another JSP page called 'controller.jsp', where a bean is instantiated, I got the following error
    Compilation of 'C:\weblogic\myserver\classfiles\jsp_servlet\_onlinetrade\_jsp\__controller.java' failed:
    C:\weblogic\myserver\classfiles\jsp_servlet\_onlinetrade\_jsp\__controller.java:210: cannot access jsp_servlet._onlinetrade._jsp.registerBean
    probably occurred due to an error in /onlinetrade/jsp/controller.jsp line 53:
    registerBean registerBeanInstance = new registerBean();
    I know the javac is working, and a java file is created upon the JSP page, but the problem is -- the bean class files cannot be found!!!
    Where should I create the package path and put my bean class file so that my JSP pages can pick them up?
    Any help is greatly appreciated!
    Thanks.
    --Tim

    I have mine in WEB-INF/classes

  • Where should I place music files?

    1) If I download an MP3 where should I save the file? I'm looking to play these with iTunes.
    2) I currently see a file that is called "automatically add to iTunes" among others drilled down into the music folder. Is this the quickest way?
    3) I also have some music files witin the finder showing up under "all my files". What should I do with these?
    Sorry, PC guy coming over to the dark side recently and not to familiar with my MBA yet. Thanks!

    flag8r77 wrote:
    1) If I download an MP3 where should I save the file? I'm looking to play these with iTunes.
    2) I currently see a file that is called "automatically add to iTunes" among others drilled down into the music folder. Is this the quickest way?
    Yes. You can make a shortcut to that folder and put it on the desktop.
    3) I also have some music files witin the finder showing up under "all my files". What should I do with these?
    Don't do anything with them.
    If you are using the Search at top right of a Finder window, that simply finds files anywhere.

  • Where should I store the image file?

    I registered a schema, created a table, then inserted a XML file which contains following lines
    <material>
    <matimage imagtype="image/gif" uri="image2.gif">
    </matimage>
    </material>
    My question is where should I store this image2.gif so it can be displayed when my application retrieve this XML file?
    Thanks,

    In the XML DB repository.. See dbms_xdb.createResource().

  • Where should I store the collatoral files that are associated with photos stored in lightroom?

    Where should I store the collatoral files that are associated with photos stored in lightroom? Items such as pdf files, word documents, etc. How should I connect them to each other so I can find both the photo and the related data?

    Lightroom itself will not help you with pdf, word, etc.
    However, there is a plugin you can use called AnyFile which will allow you to manage these documents in Lightroom (by assigning keywords and other metadata) so that you can search for all documents (photos, pdf, word, music, powerpoint, etc.) with given metadata.
    Because you do this via metadata, it doesn't matter where you put these files. Put them anywhere you want.

  • Where should DNG profile editor install the .dcp file?

    Just made my first attempt to create a custom camera profile using the X-Rite color checker passport and the DNG Profile Editor.
    Thanks to the excellent tutorial, the process went smoothly.  Next I took the final step of exporting the profile (.dcp) file, expecting to find the new profile when I opened an image in ACR.  Unfortunately the new profile was not listed in the Camera Profile dropdown menu.
    After much searching I discovered that the profile was written to the folder containing the .dng images used to construct the profile.  Obviously not where it belongs in order for ACR to find it.   I assumed that "Export Profile" would automatically write the .dcp file to the proper location.
    Where should the .dcp files be installed for Win7x64 running ACR 8.2.?
    Is there a way to establish the proper location as the default in the Profile Editor?
    Thanks for your help.

    Custom-created .DCP profile files go into the following location under your Windows Users folder:
    C:\Users\YourUserName\AppData\Roaming\Adobe\CameraRaw\CameraProfiles
    The AppData folder is a hidden-system folder so you may need to turn on the viewing of those type of folders in your Explorer folder view options or just type \AppData into the folder address area and hit Enter once you get to your username folder.

  • HT201301 where should i save the files to, in order to acces them

    where should i save the files to, in order to acces them

    What files?
    To access from where?
    Please explain

  • Where should I store video files on Mac?

    Where should I file video files on my new Mac?

    Are these projects you've worked on in iPhoto or iMovie? Then they're stored in their libraries by default.
    If they're just videos you've copied to your computer, you can store them in your User folder (little house icon) > make a new folder and name it Videos; or User folder > Documents > new folder Videos. Be aware that those are space hoggers and you need to have an absolute ,ini,u, of 10 - 15 GB of empty space on your hard drive at all times - more is much, much better. So, an external drive with all your videos might be a good solution - you can just drag & drop them there.

  • Where should I store the rendered files?

    (My Color projects are in "Documents")
    Where should I store the rendered files?
    On my external HD with my FCP media? Or on my Hard Disk is fine ?
    Can I calculate that 1 Go of DV NTSC = 1 Go of rendered file in 10 bits?
    Many thanks

    this came up as a topic at a recent FCPUG seminar.
    Since the dawn of time, it is recommended practice to keep your media off the application drive.
    The more disks you have spinning, the better the chance that you will get the data throughput rates that will support the demands of your media. Whether that's a RAID or a JBOD, its up to you how you value your time and assets.
    I keep things as 'external' as possible, mostly because clients are anxious to get the material back, but I'd have to keep moving stuff around just to maintain the space. And I still have to get merciless with all the temporary FCP render stuff.
    jPo

Maybe you are looking for

  • Creating A Binary search algorithm !!!! URGENT HELP

    hi .. i;m currently tryin to create a binary search algorithm .. the user should be able to input the size of the array and also the key that he would like to find. it also has to have to ability to measure the run time of the algorithm.. it how long

  • Bom explosion after MRP (variant configuration)

    Hi Experts, I'm facing a problem here, for unknow undentified reason until now, after I run the MD50 with a configuration material, I cannot get a explosion of the itens. This is happening in 4 cases here and I cannot get any good result, I check dep

  • L2 protocol tunneling on EFP at me3600

    Dear All i have recently read about l2 protocol tunneling and seems very useful if it is configured with qinq altogether. But if we use EFP at ME3600 with l2protocol  tunnel and also a customer VLAN X-qinq with l2protocol tunnel , will the  bpdu of c

  • Good navigation system

    Where do I go on the web to learn the best way to setup a navigation system using JSP and Servlets? My goal is to have a main site with the layout and the navigation links only changing the content box of my wish.

  • Go to Definition

    What is the use of Go to Definition in adobe edge code preview 3?