Images not appear when using SUN IDE. help !

I have the Sun IDE, and I have a problem. The problem is : when I compile using this IDE, Images do not appear.
But when I compile using another IDE such as JPadPro, images appear well.
Thank you !!

[url http://forum.java.sun.com/thread.jsp?forum=10&thread=486965&tstart=0&trange=15]Please post enough code that someone can figure out what it is you are trying to do and what you have done.
[code]public class SomeThing { // YOUR CODE HERE
    private Some some = new Some();
    public Thing thing = new Thing();
    public SomeThing() {
        doSomething();  // do something!!!
    public void doSomethng() {
        some.thing();
        thing.doThatFunky();
[/code]
Use code blocks to make your code more readable. (See [url http://forum.java.sun.com/features.jsp#Formatting][Formatting Help] on the page you post on.)

Similar Messages

  • Image not appearing when using product matrix

    We are using WebTools 2007 PL4.
    When a product with a matrix selection is ordered, the image of the product won't appear in the orderform of the SHOPPING CART.
    You can re-create by going to the www.riggers.com.au site.  A sample product is this
    http://www.riggers.com.au/B1WebTools/catalog/partdetail.aspx?partno=SL190
    If you order a product not using a matrix the image appears.
    http://www.riggers.com.au/B1WebTools/catalog/partdetail.aspx?partno=H4199
    Cheers
    Thomas

    Hi Thomas
    Make sure the items in the matrix have images assigned to them as well

  • Images on Facebook do not appear when using different web browsers

    Images on Facebook do not appear when using Safari on my Macbook Pro (I've tried Google Chrome too with the same result).  This makes me think it's a setting within OS Mavericks that I'm missing.  I have not seen this issue on any other computers.  This only occurs on my, and others' profile pictures on my profile page and on the news feed, not photos that are posted in albums or on walls.  and yes, i have images enabled in Safari.
    In safari the images don't appear, and in their place is a small blue "?" square >>.
    In Chrome it appears as a broken image link >>
    Has anyone encountered this?  Is there a fix?  It is very annoying.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Camera icon does not appear when use Google Image Search

    Hello,
    I am working on a much older macbook pro (2006) running OS 10.6.8 and Safari 5.1.10.
    Just the other day I reinstalled Safari, as some things appeared to not be working properly. However, there was nothing wrong with Google. SInce then, when I try to search by Google Image, the camera icon does not appear in the search bar. I have tried reinstalling Safari twice, but nothing changes. I have checked in Firefox and it shows up as expected.
    I have cleared the cache, deleted cookies, and cleared browser history. None of these steps have produced any changes.
    Also, I seem to have reverted to some earlier version of Google, since the search tools now appear on the top left, as show below.
    Can you please assist me in sorting this out so that Safari and Google perform as expected.
    Thank you very much.
    Val

    I posted that work around on the google forums and it actually came from the Apple forums from users 'Society Girl' and refined by 'spiza' from this thread.
    Google Reverted to Old Layout
    I called a friend at a tech magazine and he *cough* unofficially* cough* said via contacts it was a very deliberate move by Google... nothing to do with their upgrades or a hack coincidentally not working as a by product with old browsers.
    oh boy...
    'Google flushes out users of old browsers by serving up CLUNKY, AGED version of search'
    'Ad giant: Yeah, we did that deliberately'
    In a separate thread, as spotted by a Reg reader who brought this sorry affair to our attention, user MadFranko008 was able to show that even modern browsers - including the current version of Chrome - were apparently spitting out glitches on Apple Mac computers.
    Google then appeared to have resolved the search "bug" spotted in Chrome.
    http://www.theregister.co.uk/2014/08/31/google_search_browser_support/
    and on the BBC website...
    Google 'discourages' users of old browsers
    Google has started showing old versions of its search page to people using out-of-date versions of some web browsers.
    The problem was most pronounced among those using variants of Safari 5.1 and Opera 12.
    A Google message posted to the forum said the change was made to "encourage" people to upgrade their browser
    http://www.bbc.co.uk/news/technology-29012038
    Google and Apple are not the best of friends...
    I expect this will run a little longer 

  • AIM Application Icon does not appear when using Today Theme

    When using the 'BB Dimension Today' theme that came with my Blackberry Curve, the AIM application icon does not appear.  If I change back to any of the other themes, the icon reappears.  Any ideas as to why this is the case, or how I can use both the 'Today' theme as well as AIM?
    Thanks! 

    Welcome to the Frums
    Are they hidden behind another icon ? or just hidden (click menu and show all).  Sometimes that happens.
    Nurse-Berry
    Follow NurseBerry08 on Twitter

  • Image not rendering when using Content Presenter Template

    I have checked in an image in UCM with security group as "Public" and in the content presenter template I have the following code to display image:
    <af:outputText value="#{node.propertyMap['TESTREGDEF:Image'].asTextHtml}" id="image5"
    escape="false"/>
    The image does not render on the page and it displays as a broken Image.I tried to print the value of the image URL and it is:
    <img src="${wcmUrl('rendition','xyz/web')} " alt = "Logo">
    Am I doing anything wrong?
    Thanks,
    Swathi Patnam
    Edited by: Swathi Patnam on Jul 12, 2012 5:24 PM

    Hi Vinod,
    I tried using af:image like below and its the same issue.I have read in most of the blogs that since this is in the content presenter template, the image has to be displayed using output text with escape set to false.
    <af:image source="#{node.propertyMap['REGDEF:Image'].asTextHtml}" id="image5"/>
    I am not using <img> anywhere, its just that on the webpage when the image doesnt appear, I tried to see the source of the image using Firebug and it shows following:
    <img src="${wcmUrl('rendition','xyz/web')} " alt = "Logo">
    Edited by: Swathi Patnam on Jul 13, 2012 6:00 PM

  • Error in transaction COGI does not appear when using FM BAPI_PROCORDCONF_CR

    Hi,
    I use FM BAPI_PROCORDCONF_CREATE_HDR to confirm the order but the error for goods movement does not appear in COGI but it does appear during manual confirmation in transaction COR6... can anyone help me with this? Thanks a lot!
    Rgds,
    Mark

    Hi,
    maybe QE11 is an option for recording results vai BIM.
    Cheers,
    S>

  • Images not displaying when using Mod_JK

    Has anyone had this problem with any success?
    platform:
    Windows 2000 Professional
    Jakarta Tomcat 4.1.3
    Apache 2.0.039
    Mod_jk connector
    My_Sql 4.0.1
    I have a successful connection between Tomcat and Apache via the mod_jk module.
    All JSP's are displaying with the appropriate data from MySql.
    My problem is that no images will display when I connect through Apache, via port 80.
    When I connect to Tomcat direct through port 8080, everything displays properly including images.
    Currently, I am running my application under Tomcat's webapp subdirectory.
    Is there something that I perhaps not did properly configure with Apache's http.conf file or with
    server.xml?
    Any suggestions or answers would certainly be appreciated.
    Thanks,
    Lenny Sorey

    Lenny,
    I apologize for not having an answer to your question, but I'm envious that you've successfully configured mod_jk. I've read several different versions of how to configure this, but nothing has worked so far. I wonder if you could either point me to some correct instructions on how to integrate Apache and Tomcat so I might try to duplicate your success.
    Thanks in advance,
    Vince

  • Image not appearing when opening file

    This just started happening and I don't know if I inadvertently have changed a setting. I open a file in Photoshop and the file is obviously open because I can see it in the history or layers panel. However it does not appear on the screen. I've tried changing my viewing and other things, and it just isn't there. It's like it's behind something. But what?
    My only solution is to shut Photoshop down completely, reopen Photogshop and reopen the file. Very inconvenient.
    Any clue?

    Suprisingly enough we had this same question about 4 days ago.  http://forums.adobe.com/thread/982940?tstart=60
    Did not hear back from OP if problem solved.

  • My entire TV show library does not appear when using home sharing to ipad

    I've tried everything to get my entire library to show when using home sharing on the ipad but it only displays the shows under letter A to the beginning of F.  Is there a limit on the seasons that can be displayed? Im streaming from itunes on a PC.

    I figured out my own problem. Thanks dmule you're a genius. All I had to do was turn off home sharing on my iPad and then turn it back on. Now all the video art work matches their proper movies.

  • Image not appearing when site is uploaded

    I have a very frustrating problem - I've designed a site and it works perfectly well when published to the test business catalyst site. My client likes to upload it himself, so I exported it to html and sent it to him. However, there's an image on one of the pages that simply won't appear on the page when the site is uploaded. There is just the broken image link symbol and a big blank space. I've checked the page src code and it's pointing to the right image; the image is in the folder... I am not a web developer, I'm just a designer so I don't have the knowledge to fix this and I have a very unhappy and pissed off client. Can anybody help me please? I don't know where to go from here.
    The image is actually an image of the person's CV as I was unable to put the text in there due to Muse's lack of being able to handle tables (something I am so flabbergasted about - can't imagine why not) and also it can't do tab stops (why?) so I'd love to know if anyone else has tried to present a CV using Muse where years have to line up with text, in tabular form!!
    I'm using a macbook pro, latest model with OS 10.7.5.

    Thank you yes, I should have given you that!
    The site where it's failing to load is: http://www.christelvanderlaan.com/cv.html
    The site/page where it's fine is: http://christelvanderlaan.businesscatalyst.com/cv.html
    Appreciate any kind of explanation!

  • Images not appearing when publishing on web

    Hi,
    I have created a Flash object which uses an xml to read the image path and few other attributes. I could successfully generate the swf and publish (html) the object.
    When I view menu.html, independently in a browser it works fine. However, when I embed this, generated html (menu.html), in the home page of another website(homepage.html), it breaks. The images are not displayed.
    All of the templates - config.xml, menu.fla, menu.swf, menu.html & homepage.html (of the other website) are all in the same folder.
    Any suggestion.
    Regards,
    zona

    Hey, I could make the images appear now....
    The xml was passing absolute path. So when I generated the html from Flash (file/publish) and opened this html in a browser it was working file. However, when this html was embeded in another html it broke.
    Using Relative path, in the xml works.
    Now the images are taking 2 - 3 seconds to load. It is slow. Is there any way (in Flash) to cache the images once they are loaded for the first time.
    Any suggestions.
    Regards,
    zona

  • Images not appearing when saving a Framemaker book to pdf

    As a new user to Framemaker, I have had great success with these forums in the past. So, thank you.
    First off, I am using Framemaker 12.
    I have had no problems in the past, but now when I save a file to .pdf it will not produce all the images with it. I saved the same files two weeks ago before reviews began and nothing was missing then. I have not changed anything with the files between then and now besides some textual (i.e. grammar) changes.
    Any suggestions?

    Are you using the CMYK or RGB option? Use the RGB one, if you're not creating press-quality colour output.
    What format are the images in? How were they created (i.e. which application)? Imported by reference or by copy?

  • Huge, crazy artifacts appear when using filters. Help?

    For some reason, in a particular file I'm using, whenever I use a filter, very strange artifacts appear. Here is an example of what I'm talking about:
    The only things that SHOULD be visible are the words "Example of Issue" and the red lines. When I apply the Motion Blur filter, the yellow, pink, green, and blue artifacts appear. If I undo, the artifacts dissapear, but when I re-do, they will reappear (although they are in different places and look different each time). I can select and delete them like any other pixels.
    Restarting Photoshop and re-opening the file doesn't fix the issue. This only happens with this specific psd. I'm using Photoshop CS5 on Mac OS 10.6.8. Does anyone know what's going on?

    The file could be corrupt, but I'm not sure how that would lead to further corruption.
    Do you have another computer handy that you could load that file on, and see if the problem follows the file?  (and if so, email ccox(at) adobe (dot) com to get me a copy of that file)
    But that really looks like the sort of artifacts you get from bad RAM or a bad video card.

  • AppStore Apps not appear when using SCCM 2012 R2

    I noticed that when I select AppStore app, nothing appear,
    But when Android is selected, Google Play appears as usual.
    I have turned off Windows firewall (for testing only) + I am NOT using any proxy .
    N.A.Malik

    Strange problem. I assume that you are running ConfigMgr console on a server.
    A couple of things to test:
    - Remove IE's Enhanced Security Configuration
    - Start ConfigMgr console with Run As Administrator option
    IE might block something from Apple's site, but not from Google's. Not sure though.
    Panu

Maybe you are looking for

  • Help! Safari keeps telling me my Mac has a virus and now the back button won't work. Do I really have a virus and what should I do to fix the problem?

    Yesterday my MacBook Pro began running slower and now Safari continues to be redirected to a page saying 'WARNING: Your PC maybe INFECTED. Call TECH SUPPORT at 800-797-0153 to clean your computer. www.consumeronlineservices.com'. The back button in S

  • PDF Gen need Acrobat pro extended

    Hi all, I think I once heard that Adobe Acrobat Pro was enough for PDF Generator. When I config LC ES2 I get warnings in configuration. Does LC ES2 require Acrobat Pro Extended? Can it work without? How does I most easily update it now LC ES2 is up a

  • Problem with profitablity segment

    Hi, we have not defined order as a segment level charecteristic, but it is still creating new segment number for every service order settlement, is there any place where i need to maintain settings to avoid creaation of new profitability segment for

  • Return material to warehouse - used materials

    Dear All, We have a scenerio that materials are issued by the Warehouse and it will be returned too. But somecases used materials are returned and of lesser value when compared to the new materials. but we need to keep a track of the used materials a

  • Creating images and automation

    Hello, I wanted to automate the creation of montages for my work.  They work by having a black background with four numbered images per page.  We have multiple pages and the image numbers increase.   Ex:  Page 1 - images 1-4; Page 2 - Images 4-8; et