I can't load an icon to my application running in my webserver

why I cannot load an icon to my java application (jar application) that is running in my webserver. but the application is running just fine in my desktop.
Need help on this. tnx in advance
Nashstanley

try this:
1. include a copy of your icon to your .jar file
2. must also include the classpath of your icon to your "manifest" file.

Similar Messages

  • HT4623 My sister has given me an old iPod touch 2 I think it is and after resetting the account info to mine the content was wiped and can not load any games now as it runs 3.1.3 and there all saying they need iOS 5 how can I update it to this

    My sister has given me an old iPod touch 2 I think it is and after resetting the account info to mine the content was wiped and can not load any games now as it runs 3.1.3 and there all saying they need iOS 5 how can I update it to this

    I suspect you have the original, 1G iPod touch. Those can only go as high as iOS 3.1.3,
    If y ohave a 2G those can go as high as 4.2.1
    Identifying iPod models
    To update
    The Settings>General>Software Update comes with iOS 5 and later.
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
    iOS: How to update your iPhone, iPad, or iPod touch
    A 2G to 4.2.1. Requires iTunes version 10.X. If a Mac it requires OSX 10.5.8 or later.
    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Vintapps 3.1.3 - paid app.
    Apple Club - filter apps by iOS version.

  • I have photoshop elements i can down load it but cant open or run it

    i have photoshop elements i can down load it but cant open or run it

    what file(s) did you download (names, extensions and file sizes)
    and what os?

  • Help, My iphone can't load any of the downloaded application ever since i updated my phone last night through itunes!! And its telling me that it is error 1004!

    HELP!! My iphone 4 can't load any of the downloaded application such as Facebook and games etc ever since i updated my phone last night through itunes and it indicates that it has an error 1004.
    Anyone has any idea how to fix this ?

    If the error occurred during the update you need to redo the update, as it corrupted something on your phone. Knowledge Base article http://support.apple.com/kb/TS1275 says:
    Error 1004 and 1013: This error may be the result of the connection to gs.apple.com being blocked, redirected, or interrupted.  Adjust your hosts file or security software to ensure that connections to gs.apple.com are not blocked. If the issue persists, try restoring on another computer with a known-good connection. If this restore is successful, you will need to contact whoever supports your install of the operating system and security software installed on your computer for assistance. If your hosts file redirects requests to gs.apple.com, you may choose to follow Can't connect to the iTunes Store, in the "The 'hosts' file may be blocking the iTunes Store" section.
    This usually happens if you have used a hacking program like Tinyumbrella on your computer sometime in the past.

  • How  can you load local server urls on application start?

    Background:
    I've been searching for close to two days for an answer to this question, it's full of gotchas and I can't quite get it figured out.
    I have an application which contains several web services. These services load up listeners when the services are invoked which makes them available for input. The user has the option of disabling automatic load of these services and invoking them manually by typing in the local url and starting the app. The can allow the autoload which uses a the or allowing the auto load to start. Currently the local url is hardcoded in a property file and this is how the services knows the local endpoint to envoke when it autostarts.
    <servlet id="AutoStart_01">
    <servlet-name>autoStart</servlet-name>
    <servlet-class>com.loadmy.StartupClass.Here</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    This works all fine and well until it's deployed onto a machine that runs a local weblogic cluster that has more than one jvm (and multiple ports) loading the application up.
    Problem
    The question is, how can you get the applicaton to recoginize the local url for the jvm that is running which can be on different ports? Here's what I've tried
    A - Using Inet.Address - This doesn't let you know what port your application is on
    B - Using the load servlet on start up ( Only the init() function is called and the request object hasn't been created and the request object is what contains ther protocol, server and port information)
    C - Loading a jsp page (READ... purposefully loading a jsp page) on application start. The thought here is that this contains a request object, but unfortunately on this doesn't work in my servlet container (currently tomcat 6 but the application is for a web logic machine)
    D - I thought about possibly using System.properties() but no luck there
    I'm at witts end on this one and I know there is something that can recoginze the local servlet container and extract the url and port from it.
    Any suggestions would be great.
    Flabergasted [sic]

    Hi,
    I had a simmilar requirement once, i also had to display some meaningful message with the busy mode icon, but i guess that comes directly from the WD Framework and is not possible to be changed. Refer the following thread, i raised that time.
    Web Dynpro ABAP
    Dont have much idea if somethig exists in portal for this.
    Regards,
    Runal

  • How can I add an icon for an application into the dock?

    I just installed an application that I will using often, but I cannot add it to the dock for some reason. I tried dragging it from the applications menu but that didn't work. How can I get it on the dock? Thanks in advance

    Launch the application and then press the Control key or hold down the mouse/trackpad button while clicking on its icon in the Dock; choose Keep In Dock from the menu which appears.
    (20007)

  • I can not load i Tunes on my laptop  running    windows 7  I get a message that the installer has insufficient priveleges to access this directory  C:\Program Files\ i Tunes

    I have tried reducing the pop up level on my browsers. No change.

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • How can I load shared library in my application ?

    Hi,
    I am using J2EE application deployed on Oracle 10g application server(Linux version). I have a shared library used to access a third party software. Now my application needs to access this shared library in order to access the third party software.
    So how do I acces this shared library ???
    I have already put the path in LD_LIBRARY_PATH environment variable, but still I get following error
    05/03/11 16:06:15 java.lang.UnsatisfiedLinkError: /app/oracle/product/mid904/lib/libScansJni.so: libscans.so: cannot open shared object file: No such file or directory
    05/03/11 16:06:15 at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    05/03/11 16:06:15 at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
    05/03/11 16:06:15 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
    05/03/11 16:06:15 at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    05/03/11 16:06:15 at java.lang.System.loadLibrary(System.java:834)
    Could anybody please help ??
    Thanks
    -- Nilesh.

    LD_LIBRARY_PATH doesn't always work well on linux. Try copying the library to /usr/lib and then refreshing the cache by issuing "ldconfig -v" and verify that your library has been catalogued. If your library needs to be located in another path, you may have to edit "/etc/ld.so.conf" prior to running ldconfig.

  • How to set the icon pathin my app running in a webserver

    i have this code but the icon will not appear. but in my desktop it is fine
    icon = new ImageIcon("images/icon.png");

    Whare is your png file is located?
    You might also need to use getResource method in the Class Loader instead of directly specifying the path to the constructor

  • Can't load photo dvd

    Hi--having trouble with the DVDs of my daughter's wedding. I can't get my new MacBook Pro to recognize the DVD as having any content. When I load one, it spins for a few minutes and then just comes back out. I can still load on my old MacBook Pro (running Snow Leopard) and my old PC. I'm wondering in there's something wrong with my disk drive or if there's something about Mountain Lion that won't read the disk. They are just jpgs. There's no software on the DVDs--just the photo files. My DVD drive works fine playing DVD movies.
    Thanks!

    Sounds like the optical drive. Have you tried other DVD's?

  • Load & Performance testing of VB applications

    How we can perform load & performance testing of VB6 applications? Are there any tools available for same?

    You could look at something like this:
    http://www.aholme.co.uk/Profiler/Install.htm
    However VB6 as a development environment is no longer supported by Microsoft and this forum is not for VB6 questions, but VB.NET questions.
    Matt Kleinwaks - MSMVP MSDN Forums Moderator - www.zerosandtheone.com

  • I down loaded sygic on my iPhone 3s but the icon is missing even in the search but when I want to download it again ,it say this application is present, how can I make the icon to show up

    I down loaded sygic on my iPhone 3s but the icon is missing even in the search but when I want to download it again ,it say this application is present, how can I make the icon to show up

    - Have you tried a reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Try syncing  the iPod to your computer. Then delete from iTunes and sync. that should delete it from the iPod. Then redownload it.

  • I purchased Pages. But i can't find the icon or where it was loaded. I need to write a resume...

    I purchased Pages. But i can't find the icon or where it was loaded. I need to write a resume

    Did you purchase it from the iTunes Store or did you do the purchase from the App Store on the iPad?
    Go to Search, and type in Pages, if nothing shows your iPad hasn't downloaded it.
    Tap on App Store > Updates > Purchases, any sign of installation in progress? It is reasonably large so may take a while.
    Peter

  • My problem is a sudden loss of ability to get to PSE12 Organizer when I tried to load a saved scan. Had been using the Organizer and the Editor with no problems for several hours just before that.     Can not load the Organizer from the icon at the bottom

    My problem is a sudden loss of ability to get to PSE12 Organizer when I tried to load a saved scan. Had been using the Organizer and the Editor with no problems for several hours just before that.  
    Can not load the Organizer from the icon at the bottom of  Editor screen, from the icon on the MacBook Air dock (OS 10.10.2),  nor from the file in applications located with Finder.
    I have tried without success to access Organizer after turning off and on the scanner, turning off and on the computer, loading a fresh copy of PSE12 from the CD, and restoring default preferences.  I have searched on line for other options but not  found any. 
    Can you help me?

    Not Charge
    - See:    
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - If a 5G iPod               
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • TS1702 I loaded google search and can not find the icon....can someone plz help me explain how i can locate it? Or unhide it? If i do a search on the ipad i can see it there, but other than that, there is no icon.

    I loaded "google search" on my ipad 2 frm the app store 2nite &amp; can not find the icon....if there is not an icon - how can i delete it from my ipad? Thx

    You want your user library
    Mac(user)/Library/Application Support/Adobe/Camera Raw/Settings
    In finder click on Go then hold down the Option key and then click on Library

Maybe you are looking for

  • 'The song "xyz" could not be used because the original file could not be found.

    I am quite new to iTunes so please excuse me if the questions seem daft  I have recently changed my default iTunes Media folder location from my local C:\ drive to my home network storage device (my PC is permanently mapped to this NAS storgae drive)

  • I just got a new computer, how do I put my music from my ipod onto my new computer?

    I just got a new computer, how do I move my music from my ipod to my computer

  • Don't ask for save when close the file

    Hi, Maybe you all meet a situation that, if you edit the pdf form with adobe reader or acrobat and close it, it will jump out a window and ask "do you want to save the change before closing?". Does anybody know how to cancle this asking? Could you sh

  • Loading iTunes on portable hard drive

    Hi, I've run into a problem that I can't seem to find an answer myself. I have a MacBook and have had my iTunes loaded on a Toshiba 250 GB portable hard drive. Everything was working fine when I wanted to play my iTunes I needed to have the portable

  • Query SAP Database with Native Sql.

    Hi, I would like to query the table MARA with native sql and return all headings and data Select * from MARA where MATNR = '00000000151515'           <i>I need this to be able to TEST my Sql statements.</i> In SqlServer you have the Query Analyser wh