Help with a spotty image

My photo looks fine on CS6, but when my client opens it on his computer (and other computers at his company), the image has white spots all over it. Can you help me figure out what is causing the problem? When I upload the image on my website (www.jennifergreenimagery.com), it looks fine.

Thanks for your patience and the screenshots.
I looked at it on a larger monitor and noticed some spots on the upper right corner of the the image.
That looks to be what they are talking about.
This is from the 300 ppi image. If you can clean up the background and resend, I hope this will solve it for them.
Gene

Similar Messages

  • Help with Dreamweaver flash image viewer

    Hi all
    Would like some help with Dreamweavers Flash image viewer.
    Everything is working properly except when i try to link a picture, and have set the imagelinkTarget value to _blank the link always navigates away from my site and does not open in a new window.
    I have tried all the values for the imageLinkTarget and nothing works..
    Here is my code
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0','width','190','height','190','src','images/ad1','quality','high','flashvar s','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',sh owCo ntrols:false,frameShow:false,slideDelay:5,captionSize:14,captionColor:#000000,ti tleSize:10,transitionsType:\'Fade\',titleColor:#333333,slideAutoPlay:true,imageU RLs:[\'images/image1.jpg\',\'images/image2.jpg\',\'images/image3.jpg\',\'images/ image4.jpg\'],slideLoop:true,frameThickness:2,imageLinks:[\'http://www.bowlsaustralia.com.au\',\'http://www.smh.com.au\'],frameColor:#333333,bgColor:# FF9966,imageCaptions:[\'Bowls Australia\',\'Sydney Morning Herald\']}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash','flash_component','ImageViewer.swc','movie','images/ad1' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0" width="190" height="190">
              <param name="flash_component" value="ImageViewer.swc" />
              <param name="movie" value="images/ad1.swf" />
              <param name="quality" value="high" />
              <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verd ana',showControls:false,frameShow:false,slideDelay:5,captionSize:14,captionColor :#000000,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:tr ue,imageURLs:['images/image1.jpg','images/image2.jpg','images/image3.jpg','image s/image4.jpg'],slideLoop:true,frameThickness:2,imageLinks:['http://www.bowlsaustralia.com.au','http://www.smh.com.au'],frameColor:#333333,bgColor:#FF9 966,imageCaptions:['Bowls Australia','Sydney Morning Herald']}" />
              <embed src="images/ad1.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:' Verdana',showControls:false,frameShow:false,slideDelay:5,captionSize:14,captionC olor:#000000,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPla y:true,imageURLs:['images/image1.jpg','images/image2.jpg','images/image3.jpg','i mages/image4.jpg'],slideLoop:true,frameThickness:2,imageLinks:['http://www.bowlsaustralia.com.au','http://www.smh.com.au'],frameColor:#333333,bgColor:#FF9 966,imageCaptions:['Bowls Australia','Sydney Morning Herald']}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash" type="application/x-shockwave-flash" width="190" height="190"> </embed>
            </object>
    </noscript>
    any help would be greatly appericated
    Ken

    I just googled and found lots of folks with the same problem.  One fellow wrote this as a soluton:
    "All you have to do is
    remove the values from the imageLinks in the flash element. That
    should fix it."
    Does it?
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Help with exporting and image size or boundaries?

    I am trying to slide the cat into the scene a little at a time foir an animation project I am working on. However, when I export the image the back ground of the image expands with a checkered back ground( showing here in white) and shows the whole cat.
    How do I just show a little of the cat on the image at a time when exporting. I am trying to give the impression that the cat is walking into the room. I do not want to have to cut the cat up.
    I would be thankful for any suggestions.

    Provide the name of the program you are using so a Moderator may move this message to the correct program forum
    This Cloud forum is not about help with program problems... a program would be Photoshop or Lighroom or Muse or ???

  • Help with array of Images - is it possible?

    Hi, i need to do this thing with tiles in my game such like this:
    Image tile[] = new Image[600]
    //building map:
    for (Y...){
    for(X...){
    if(tiles[tilenum].equals(null)){
    tile = Image.createImage("/"+tileset+"/Tile" + tilenum + ".gif");
    tiles[tilenum] = tile;
    }else{
    tile = tiles[tilenum];
    it doesn't work, because Image object has no constructor.. I don't know how to solve it. Can you help me?
    Edited by: __LB__javuje on Oct 29, 2008 11:58 AM

    - it isn't the problem, *.gif works perfectly. But thanks, your note is helpful, i'll redraw images to png:).
    To Daryll.Burke - I think, that my style of writing on this forum wasn't the main problem. If you want to help me, please focus to problem itself and not on details ;). I have rewritten everything, hope that it will be more readable for you.
    edit.: I have read my note from yesterday second time, and i think, i wouldn't understand it too, so sorry, man;)
    Main problem (or definition of "doesn't work, as you said) is, that every time i try to compare *tile[tilenum]* (where tilenum is from interval <0;600) ) with *null* object, NullPointerException is thrown.
    {code}Image tile[] = new Image[600]
    //building map:
    void tileBuild(...){
    for (Y...){
    for(X...){
    try{
    if(tiles[tilenum].equals(null)){
    tile = Image.createImage("/"tileset"/Tile" + tilenum + ".gif");
    tiles[tilenum] = tile;
    }else{
    tile = tiles[tilenum];
    }catch(Exception ex){
    }{code}
    I realy don't know how to solve it..
    Edited by: __LB__javuje on Oct 30, 2008 6:39 AM

  • Help with creating thumbnail images

    Hi there
    I need some help with a webpage that displays images.
    I am capturing an internal xml file ..and want to display:
    An Image or images with a width of 130 px and height of 130
    px
    My problem is that when our users upload the pictures to the
    website ..they are not resized ..and they would not know how to use
    a program to do this.
    Is there a code or way to take the uploaded picture file and
    reduce it to a size of 130 x 130 in the existing page?
    It currently is displaying the full size image(s) which are
    take up 2 screens.
    thanks for your time ..Rob

    > Is there a code or way to take the uploaded picture file
    and reduce it to
    > a
    > size of 130 x 130 in the existing page?
    In the HTML you can just give it a width and height of those
    values.
    However, the full image is still loaded by the browser, so if
    the image is
    large, it's still going to be a bandwidth hog.
    Ideally, you'd resize on the server at time of upload. This
    can be done with
    various components depending on the particular back-end
    server/scripting
    language.
    -Darrel

  • Need Help With Waveform-driven Image Effects

    Hi,
    I've been working on a full-dome 3D animation for a couple of years now and I'm looking for someone to help with a custom plug-in for After Effects, Photoshop and/or Combustion. I need to be able to drive filters and effects like Brush Strokes and 'sketchy' noise with the waveform from an audio file. I've been using a very poor mans workflow in which I've mapped the waveform by breaking it up into vertical ranges of varying intensities and then applying respective levels of the effects and filters to the sequential images based on where they fall in the waveform ranges. So for the test Ive done, I've been literally applying Photoshop actions to very small packets of still images from rendered sequences, and it has been dizzyingly time-consuming. Ideally I would want to be able to do this dynamically with a motion graphics package, but really I'm looking for as much help as I can get.
    This project began as my master's thesis and I'm working on it during the free time I have between teaching and freelance work; I don't have much money but I am willing to pay for help with this goal. There is still a lot of 3D work that I still need to do and the rendering process will be slow, so this wouldn't be a job with strict or tight deadlines. The final images will be very large (3200x3200) and with the growth in the full-dome market, these sizes could easily increase. If anyone is interested or could help me with this endeavor in any way, please respond to [email protected] Thank in advance to anyone who reads this.
    Max

    See the SDK_Backwards sample to see how to acquire audio data from a layer. This is the same access method used by AE's own waveform drawing plug-ins. Feel free to contact me directly with any questions.

  • Help with CS4 tabbed image mode?

    How does one drag a layer from one image to another in tabbed mode?
    I'm forcing myself to work with the tabbed image interface as I assume someone thought this new feature was a good idea.
    I often drag or shift+drag layers from one image to another, whether it be adjustments or image elements that need to be placed (in register) as a layer in another open image.
    But when I use the tabbed interface mode any attempt to drag a layer from one tab to another does not work.
    What am I missing???
    Thanks
    Russell

    Yeah I noticed the same limitation.. they making floating document mode extra ****(UI interface that doesn't adhere to System OS visual style, documents that no longer move with the main PS UI, like when you adjust the mainframe size or move the window floating docs would get moved and stay within the UI, unless you dragged and floating doc outside the main ui frame, which was good, but now it seems floating docs always live outside the mainframe and appear above docked although open panel UIs.. not to mention the new theme looks like complete and utter dogshit.. but oh well.. CS5 might get some more work.. maybe they'll bring back the pallete well.. ******* adobe noobs.
    I too liked to drag & drop of layer objects onto another document its common thing I do when working in photoshop.. I just can't believe how lame Adobe are that they couldn't allow this functionality seeing as a tabbed UI is the default setup now..
    seems like the only way around it is to use the now **** floating document mode... or use one of the splitview modes.. course those are crap, but at least you can D&D layer objects, and then switch back the single doc tab.
    lets not get into the flakey **** opengl support and functionality.

  • Help with Photoshop Cs6 Image size

    I am using Photoshop Cs6 on a MacBook Pro with retina display.  I'm working on an image that is 72 dpi and 1000 pixels wide by 300 pixels tall.  When I hook my laptop up to my external monitor, the image is a nice size.  However, when I disconnect it and look at it on my laptop it is way to small.  I have to zoom in on the image on my laptop to see the detail and then the graphics are distorted.  Can you please help me?

    Ask in the PS forum.
    Mylenium

  • Help with adding a Image in post

    Hello everyone,
    I need some help solving a problem I have come across. I am a student and I managed to pickup a free-lancing gig editing a interview video for an author. The interview was shot in front of a red curtain backdrop. During the 2 shot of the author and his guest, he wants me to insert an image of his book cover. So I inserted the image however he is quite the hand-talker and at times his hands and his guests arm disappear behind the book image. Being an amateur/student I have not completely learned everything and I dont know how I would go about placing in the image to allow his hands and arms to appear in front of the image rather than disappear behind them. He said he knows someone who uses vegas and said its possible to place the image in a different layer? I am not aware of anything like that for FCP. If this is possible to do can someone point me to a tutorial or even give me instructions on how to accomplish this?

    A RED curtain? Wow, they really didn't want to make this easy, did they. There is a lot to making a good difference matte, it's no easy task. My suggestion is, get a book on compositing, watch Lynda.com tutorials, do whatever you have to to learn how to do it right, and then charge a lot of money for it. My view on people hiring students to do this kind of work is that they figure they can get you while you're green and don't know what the job is worth. They can't afford a professional who charges accordingly.
    Kudos to you for getting the gig, but don't let them get away with having you do a ton of work for peanuts, or even worse, for free.

  • Help with viewing raw images in iPhoto 6

    Hi:
    When viewing raw images from my camera (a Canon 20D) in a large or full screen format, after about 5 seconds I see at least a dozen tiny white dots on the image. These occur 100% of the time.
    If I "retouch" the image and save it, they go away.
    Also, they never appear if I shoot and import JPEGS from the same camera?
    Is this a bug in iPhoto 6 and, if not, can someone explain or help me with this?
    Thank you!

    I have the same camera so i checked out the raw images--sorry no spots show up.

  • Help with importing .raw images and b+w filters

    I have recently been taking alot of b+w images.  With most of these images I apply a red in camera filter.  When I then import the pictures into lightroom 2.3 a color version of my picture is then rendered, without the red in camera filter that i took the pictures with.  Does anyone know of a way to restrict lightroom from changing .raw images to their color version and to show them as they were taken.  If it matters I shoot with a Canon 1000D.   PLEASE HELP!!   Thanks.

    Lightroom ignores metadata settings which are what is applied when you work with RAW and use Canon's Picture Style settings.  
    Those will be applied to JPG, but not RAW.  This is actually a feature, not a bug, because it's considered to give you more control by using the settings in Lightroom for Monochrome, and apply red tints-- plus you could always still have the flexibility of making a color print if you wanted, which you'd lose if RAW enforced the Picture Style settings.  If it bugs you, shoot in RAW+Jpeg (or just Jpeg), and bring the Jpegs into LR, but I'd recommend sticking with RAW and applying the edits you want in Lightroom instead.

  • Help With Loading an Image In AIR

    I need to load an image (GIF) with AIR using File and FileStream, but can't figure out how to do it. I need to load the image into a Bitmap or BitmapData object, so I can't use the loader class. Here's what I have so far:
    import flash.display.*;
    import flash.events.*;
    import flash.filesytem.*;
    import flash.net.FileFilter;
    import flash.utils.ByteArray;
    import flash.geom.Rectangle;
    var file:File = File.documentsDirectory;
    var myImage:BitmapData;
    var myFilter:FileFilter = new FileFilter("GIF Image","*.gif");
    file.addEventListener(Event.SELECT,loadImage);
    file.browseForOpen("Open",[myFilter]);
    function loadImage(e:Event):void{
    var stream:FileStream = new FileStream();
    stream.open(file,FileMode.READ);
    var bytes:ByteArray = new ByteArray();
    stream.readBytes(bytes);
    stream.close();
    //By the way, this image is a special format and will always be 160 by 160 pixels.
    myImage = new BitmapData(160,160);
    bytes.position = 0;
    myImage.setPixels(new Rectangle(0,0,160,160),bytes);
    addChild(new Bitmap(myImage));
    However, this never works. I always get this error:
    Error #2030: End of file was encountered.
    I don't quite understand why. Help would be much appreciated.

    I already know how to do that, but I specifically stated in my post that I can't use the Loader class. The reason for that is that my program is an image manipulation program, and I need to load the data into a BitmapData object. However, since I originally made my post, I have found some more information. I used trace() to find out the length of the ByteArray I was loading the data into, and then the position after trying to create the BitmapData object, like so:
    import flash.display.*;
    import flash.events.*;
    import flash.filesytem.*;
    import flash.net.FileFilter;
    import flash.utils.ByteArray;
    import flash.geom.Rectangle;
    import flash.errors.EOFError;
    var file:File = File.documentsDirectory;
    var myImage:BitmapData;
    var myFilter:FileFilter = new FileFilter("GIF Image","*.gif");
    file.addEventListener(Event.SELECT,loadImage);
    file.browseForOpen("Open",[myFilter]);
    function loadImage(e:Event):void{
         var stream:FileStream = new FileStream();
         stream.open(file,FileMode.READ);
         var bytes:ByteArray = new ByteArray();
         stream.readBytes(bytes);
         stream.close();
         trace(bytes.length); //Outputs: 4631
         //By the way, this image is a special format and will always be 160 by 160 pixels.
         myImage = new BitmapData(160,160);
         bytes.position = 0;
         try{
              myImage.setPixels(new Rectangle(0,0,160,160),bytes);
         } catch(e:EOFError){
              trace(bytes.position); //Outputs: 4628
         addChild(new Bitmap(myImage));
    As the comments show, though the ByteArray is 4631 bytes, it is only read up until byte number 4628. Then it throws an error. Any idea what's going on?

  • Help with saving my image as text

    Hi,
    I have to submit my Java project tomorrow and as part of it we must build a density map and save the image as a text file. I have the programme working fine however I can't seem to get the image to save properly as a text file.
    Basically I have to read in a raster 300 by 300 text file filled with 0 values and one 255 which is where a bomb explodes. I get the x and y positions of this after turning it into a 2d array, then move a number of bacteria particles around and then build a density map which in a 1d int array.
    I now want to save my new image that shows where the particles landed in a SaveMapMenuListnr class and I tried to use a previous practical's SaveGreyMenuListnr (which converted an image to greyscale when it saved it) class to help me with this but now I am in a mess with it as you can see from the below code! All i want to do is save what I have on the screen into a text file and hopefully retain the image on the screen as it is but I have no idea whether to use the 2d array or 1d array and whether the code I have (and which parts of it) is of any use.
    Please see below code, thanks.
    // Declares a new class called SaveMapMenuListnr and implements ActionListener
    public class SaveMapMenuListnr implements ActionListener {
            // Declares a global integer variable to store the compressedInt values
            int compressedInt;
            // Makes an object of ButList and sets it to null
            ButList arrayValues = null;
            // Creates a private object of DisplayPanel and sets it to null
         private DisplayPanel panel = null;
            // Declares a new instance of SaveMapMenuListnr and passes in the DisplayPanel and ButList objects
         public SaveMapMenuListnr (DisplayPanel pn, ButList bl) {
              panel = pn;
                    arrayValues = bl;
         } // End of instance
           // This method is invoked to read in an image when the Action Event occurs
         public void actionPerformed (ActionEvent ae) {
            // These methods get copies of the 2D and 1D int arrays from the arrayValues object of the ButList class
            int [][] gotDensity = arrayValues.getDensity();
            int [] gotOneDintArray = arrayValues.getOneDintArray();
            // Builds a file dialog and shows it on the screen
         FileDialog saveDialog = new FileDialog(new Frame(), "Save file", FileDialog.SAVE);
         saveDialog.setVisible(true);   
            // Sets the save file equal to the chosen directory and the open file
            File file = new File(saveDialog.getDirectory() + saveDialog.getFile());
            // Creates a null object of FileWriter
            FileWriter fileWriter = null;
            // Creates a new bombMap image
            Image bombMap = null;
            // Sets bombMap equal to the image on display in the panel
            bombMap = panel.getDisplayImage();   
            // Gets the width and height of the image
            int width = bombMap.getWidth(panel);
            int height = bombMap.getHeight(panel);
            try {
            fileWriter = new FileWriter(file);
            for (int i = 0; i < 300; i++) {
                Color color = new Color(gotOneDintArray);
    int red = color.getRed();
    int green = color.getGreen();
    int blue = color.getBlue();
    double temp = 0.56 * (double)green + 0.33 *(double) red + 0.11 *(double) blue;
    color = new Color((int)temp,(int)temp,(int)temp);
    int compressedInt = color.getRGB();
    String grey = String.valueOf (temp);
    fileWriter.write(grey + " ");
    gotOneDintArray[i] = compressedInt;
    fileWriter.close();
    catch(IOException f) {
    f.printStackTrace();
    bombMap = panel.getToolkit().
    createImage(new MemoryImageSource(width, height, gotOneDintArray, 0, width));
    // This sets "bombMap" as the DisplayImage and instructs the paint method in the Image Panel class file to repaint
         panel.setDisplayImage(bombMap);
         panel.repaint();
    } // End of ActionPerformed method
    } // End of class

    I don't understand the question. What kind of format do you expect the text file to have?

  • Help with tracing an image please

    Hi all, I've got an image I got sent by someone as I'me looking to cut it out on my vinyl cutter.
    It's open in illustrator so I've selected it and click live paint - trace.
    Below is the image.
    When I trace it, all the straight edges go wonky and I'm unsure how to fix this.
    Please help.
    thanks,

    @simpson246 - I guess I'm a bit curious for a couple of reasons:
    1) why you specifically came here to this forum, to ask for help about Illustrator. Besides the fact that Cutstudio also has an integrated tracing feature, your answer could have easily been found on say YouTube or through a Google search. Literally 1000's of tutorials on the web how to use the pen tool, manually or automatically tweak settings for Auto Trace and then do manual clean up.
    2) the other point was that I was shocked (which is common the more often I visit these forums I must say), that while you have a vinyl cutter, you have no knowledge of how the designs or documents are created that you send to it. This has (as far as I know) always been done in one kind of vector software or another for almost a couple of decades now. Even the cutter software has a pen tool(s) to create the cut-line. So what made you decide to use a strange new program like Illustrator to do the job?
    While I thoroughly enjoy teaching people new tricks or help troubleshooting problems, I do have a rather nasty pet peeve. That is when it appears that someone is too lazy to spend the time to search for an answer, or take the time to learn from the copious amount of information and tutorials freely available on the web, and posts a question instead.
    I've been in this business now for 30+ years, and I can't tell you how many 1000's of hours I have given to learning my trade, whether software, art, or technology. I've done this on my time and my dollar for the vast majority of it. I never expected a "free simple ride", which means I also didn't ask questions until all other sources were exhausted.
    Lastly, whether I should and do ignore it most days, the fact that so many people think that they can just purchase a couple of thousand dollars worth of equipment and software and now they are a "professional" business by just hitting the "print button".... irks me.
    Over the years I've witnessed countless small businesses that invested literally 10s of thousands of dollars over the years, thus supporting the developers and moving the industry forward, with training and equipment... only to see them be undercut and sometimes wiped out be these "new kids on the block". The very same kids that come here now and ask "newbie" questions to do the job for 1/3 price. It is what it is and I can't change that and don't even attempt to, but it surely does get to me some days.
    Yes, I realize I should be more disciplined and let it slide without comment then... but, ya know... I'm human and just as impulsive as the next guy/girl some times that posts the question rathing than waiting a minute or 2.
    @Jongware - I agree fully with "Learning By Mistake is a perfectly good way to learn".
    It's learning by "having some one else do all the work", or "learning on the free individually tailored training from others" that I disagree with. Google, YouTube, AdobeTV, Smashing Magazine, etc. etc. also offer "free", you just might have to apply yourself. Also there is fantastic and affordable online training from Lynda.com to boot.
    Learning by mistake and experimentation is the only way some of us Old Dogs were able to learn at all. Now get off my lawn!

  • Help with adding additional image in php

    Php coding help needed
    Hello
    I need some help in changing 2 php files so that I can grab
    the first image from an xml file.
    At the moment ..the xml has an image category called
    <UserLogo>img/IMG_1197.JPG</UserLogo>
    I want to add this USERLOGO portion in the 2 php files ..but
    do not know how to change the code. On the webpage in question,
    because the USERLOGO is not incorporated in the php files ..a
    default image currently shows up on the page:
    At the moment there are USERLOGO1 2 3 4 AND 5 Coding in the
    php files but I would like to add USERLOGO to the mix
    I have coding for the 2 php files currently in use
    xml_common.php and xml_functionsheadlines.php which are used to
    grab the xml.
    any help would be greatly appreciated ..thanks Rob

    A RED curtain? Wow, they really didn't want to make this easy, did they. There is a lot to making a good difference matte, it's no easy task. My suggestion is, get a book on compositing, watch Lynda.com tutorials, do whatever you have to to learn how to do it right, and then charge a lot of money for it. My view on people hiring students to do this kind of work is that they figure they can get you while you're green and don't know what the job is worth. They can't afford a professional who charges accordingly.
    Kudos to you for getting the gig, but don't let them get away with having you do a ton of work for peanuts, or even worse, for free.

Maybe you are looking for

  • How to retrieve multiple data from table and represent it in jsp page

    Hi The below JavaScript code is used to add row in the table when I want to add multiple row data into table for single entry no field.   <html>  function addRow()             i++;             var newRow = document.all("tblGrid").insertRow();        

  • Error transferring datasource in R/3

    Hello I am trying to transfer a datasource from R/3 to BW.I am planning to transfer and then replicate When i go in RSA5 in R/3 and when i select the source and then click on Transfer it gives me error.the error is "The datasource is not assigned to

  • Dynamic Where clause in 4.6C [Literals allowed but not variables]

    Good afternoon- We have a dynamic select statement that works perfectly in 4.7 ext 2, but is causing a short dump in 4.6C. The error in the short dump says: The current ABAP/4 program attempted to execute an ABAP/4 Open SQL        statement containin

  • How do I get rid of an error box that refuses to respond but blocks my scroll bar?

    error box says browser settings change. I don't understand what it means, but I also cannot use the choices to get rid of this box, blocking my scroll! it goes 30 sec to about a minute or 2 then returns. I did malware & Norton scan & figured it would

  • JDK 7 + Red Hat 6 64-bit = WLS 10.3.6 and WLS 12.1 installer not working

    Hi, I have installed Weblogic 10.3.6 and 12.1 on two different Red Hat 6 64-bit servers. I started out using JDK 7 (1.7.0_05) but when I reached the screen where you select which products to install I could not select or deselect anything with the mo