Windows 7 compatibility issue with JDeveloper 10.1.3.3

I am using JDeveloper 10.1.3.3 on Windows 7 Professional(32-bit OS).
Whenever I start JDev, I get message that the *"color scheme has been changed to Windows 7 basic"*. Again, when I scroll the development pane/structure pane/application navigator pane, the fonts appears to be broken and the problem gets corrected :
1) When I minimise and then maximise the JDev, everything seems to be correct.
2) When I click on the respective panes
How can I resolve it or rather get a workaround ?
Regards
Rohit

Check out this thread for solutions: The specified item was not found.
Have you tried searching the forum for similar issues? ?:|

Similar Messages

  • Windows 7 compatibility issues with Studio 8

    Hi guys,
    Sorry if this question has been asked before.
    I can't afford to upgrade my Studio 8, and I would ideally like to install it clean on my Windows 7 rig which is working fine.
    I understand that there is an issue with Flash and Windows 7, and I would like to know what it is (and how serious), and also whether there are any other compatibility issues that would make problems for myself.
    Any advice gratefully received.

    If compatibility is important to you, your best best is to run a virtual machine in your Windows 7 64-bit installation.  You can do this using Virtual PC as part of Windows 7 Professional or Ultimate, or via VMWare's Player software ( http://www.vmware.com/products/player/ ).
    Also just a reminder that CS5 betas are planned for later this year and Adobe typically only allows you to upgrade from the previous 3 versions (Studio 8 = CS2, CS5 will be the last version) and some of the Creative Suite applications are going to be 64-bit only(a couple products have updated FAQs stating this fact).

  • Browser compatability issue with jdeveloper?

    Hi,
    I am using jdev 11.1.2.3 for this i am using browser mozilla 23.0.1  for this one my page is not working but it open can't do any operation
    can any one help me which suitable for jdev 11.1.2.3
    Thank you

    Hi, Timo
    Actually it's running in another browser like chrome and IE but not working in mozilla firefox
    I am running  AdminMain.jspx?_adf.ctrl-state=18i26bivut_3 page ..
    Thank you.

  • Adobe Acrobat 8 Standard compatibility issues with Office 2007 and Windows 7

    I just updated my platform to Windows 7 and upgraded from Microsoft Office 2003 to Microsoft Office 2007.  The PDF printer did not download and realized that there are compatibility issues with Office 2007.  How could I get this fixed?

    Buy Acrobat 11.

  • When will there be an itunes update that resolves the compatibility issues with windows 8

    When will there be an itunes update that resolves the compatibility issues with windows 8

    I hadn't heard there are issues.  Can you tell me what the issues you have run into are?  I just downloaded it yesterday on my new laptop and I am having issues syncing today...

  • How can i get my ps 3.0 to install on my laptop ? compatibility issues with newer version of windows

    how can i get my ps 3.0 to install on my laptop ? compatibility issues with newer version of windows

    It's hopelessly outdated. It's simply not compatible.
    Mylenium

  • Performance issue with Jdeveloper

    Hi Guys,
    I am experiencing strange performance issue with Jdeveloper 10.1.3.3.0.4157. There are many other threads regarding the performance issue in this forum, but the problem I have is a little bit different.
    I have two computers: one is Athlon 3200+ with Vista and another one is P4 dual core 6400 with XP (service pack 2). Both of them have 2GB memory.
    I am running the same simple project on both computer, but only the one with Vista has the problem. The problem is very similar to the problem mentioned in the thread:
    Re: IDE has become extremely slow?
    But it's much worse. It only happens only on JSF pages. Basically, any operations on the JSF pages are very slow. Loading the page, changing the attributes of a button in source editor, or even clicking the items in the design view take forever to run.
    The first weird thing is that it may use 100% CPU, but it never recover, which means the 100% CPU usage never stops or when it stops, the Jdeveloper stops responding.
    The second weird thing is that the project is not big. Actually, it's very small. The problem started to happen since last week. There are not big changes during the period. The only thing I can say is that we created two more JSF pages.
    The third weird thing is that the same project never happened on the P4+XP box. When I open the project on the P4+XP box, it’s always fast and no CPU spike.
    Any advises are welcome!
    Thanks,
    Steven

    Hi Guys,
    I re-made a simple test project for this problem and now I now always reproduce the problem in JDeveloper on both system (XP & Vista). Everytime I open this jspx file in the source editor and try to scroll up/down the source file, or manually delete an attribute, JDeveloepr will hang and the CPU usage is 0%.
    Here is the content of the test file:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <afh:html binding="#{backing_streettypedetail.html1}" id="html1">
    <afh:head title="streettypedetail"
    binding="#{backing_streettypedetail.head1}" id="head1">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body binding="#{backing_streettypedetail.body1}" id="body1">
    <af:messages binding="#{backing_streettypedetail.messages1}"
    id="messages1"/>
    <h:form binding="#{backing_streettypedetail.form1}" id="form1">
    <af:panelForm binding="#{backing_streettypedetail.panelForm1}"
    id="panelForm1">
    <af:inputText value="#{bindings.streetTypeID.inputValue}"
    label="#{bindings.streetTypeID.label}"
    required="#{bindings.streetTypeID.mandatory}"
    columns="#{bindings.streetTypeID.displayWidth}"
    binding="#{backing_streettypedetail.inputText1}"
    id="inputText1">
    <af:validator binding="#{bindings.streetTypeID.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.description.inputValue}"
    label="#{bindings.description.label}"
    required="#{bindings.description.mandatory}"
    columns="#{bindings.description.displayWidth}"
    binding="#{backing_streettypedetail.inputText2}"
    id="inputText2">
    <af:validator binding="#{bindings.description.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.abbr.inputValue}"
    label="#{bindings.abbr.label}"
    required="#{bindings.abbr.mandatory}"
    columns="#{bindings.abbr.displayWidth}"
    binding="#{backing_streettypedetail.inputText3}"
    id="inputText3">
    <af:validator binding="#{bindings.abbr.validator}"/>
    </af:inputText>
    <f:facet name="footer">
    <h:panelGroup binding="#{backing_streettypedetail.panelGroup1}"
    id="panelGroup1">
    <af:commandButton text="Save"
    binding="#{backing_streettypedetail.saveButton}"
    id="saveButton"
    actionListener="#{bindings.mergeEntity.execute}"
    action="#{userState.retrieveReturnNavigationRule}"
    disabled="#{!bindings.mergeEntity.enabled}"
    partialSubmit="false">
    <af:setActionListener from="#{true}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    <af:commandButton text="Cancel"
    binding="#{backing_streettypedetail.cancelButton}"
    action="#{userState.retrieveReturnNavigationRule}"
    id="cancelButton">
    <af:setActionListener from="#{false}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    </h:panelGroup>
    </f:facet>
    </af:panelForm>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_streettypedetail-->
    </jsp:root>
    Can anybody take a look at the file and let me know what's wrong with it?
    Thanks in advance.
    Steven

  • Known compatibility issues with 2008 and 2008 R2

    For some reason i am not able to make remote connections from VS 2013 to my current installation of SQL server 2008 so i thought to uninstall it and install another edition i got from MSDN but i the uninstall process keeps failing saying theres a known
    compatibility issues with 2008 and 2008 R2. it also gave me the option to seek solution online but when i click on it it is unable to get a solution online and i am never able to uninstall it. please help me here. i need to get SQL server up and running. thanks

    Hi FLORENCEOKOSUN,
    According to your description, you encounter a compatibility issue when uninstalling SQL Server 2008. For further analysis, please help to post the full error message and
     SQL Server summary log. By default, the log can be found in: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log.
    There is also a KB article about known issues of installing SQL Server 2008 on Windows Server 2008 R2 for your reference.
    https://support.microsoft.com/en-us/kb/955725 
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Compatability issues with adobe acrobat?

    I installed the latest version of Adobe Reader but it says that my machine has compatability issues with the acrobat portion. I have windows 8 on an HP pavilion AMD A8.......can anyone help?

    Here is the screen shot, I hopeIt is the latest version as of 10 am PST. 8/20/2013,

  • ICloud for Windows/Windows 10 Compatibility Issue

    2 days after the Windows 10 upgrade I began to get a constant refresh of the desktop and system tray (every 2-3 seconds). Also saw a pop up stating that iCloud could not access photos due to permissions (of course I am the Admin of the machine). No control over Start Menu button (non-responsive) If flashing/refresh did finally stop, or I manually stopped it (more on that in a moment) the "Edge" application (IE replacement) errored with inability to register. Reboot with WI-FI off and system came up OK. As soon as I turned on WI-FI desktop refresh resumed. sfc attempt did not clear issue. Repair of iCloud (version 4.1.1.53) did not clear issue. Completely uninstalled iCloud for Windows, and problem ceased. Laptop booting OK on Wndows 10. Apple/iCloud site not reporting what the newest version is, so not bothering to try a new install. It would appear there is a compatibility issue with Windows 10; would be interested if any other users have experienced same.

    Just picked up your message via a search.  Yes - I have exactly the same problem that you describe.  Have tried changing permissions but when re-starting after close down the same message appears again and PC goes into meltdown.  As you, have now  managed to delete iCloud and all working fine.  This is on my desktop PC.  Oddly I have another machine (laptop) and this problem has not occurred and iCloud not affecting Windows 10 at all!

  • Z40-70 compatibility issue with your power management system

    I noticed today that the Action Center says "Compatibility issue with your power management system." The description underneath is: Your power management system isn't working peoperly because a compatible driver is not available for this version of Windows. When I click on View message details it just says "Your computer was unable to download the solution at this time. Check to make sure your computer is connected to the Internet, and then try to download the solution again later." All power related functionalities however seem to be working. Battery is charging; battery percentage is showing; I can adjust screen brightness. I am not sure when exactly this problem started but it defenitely was not there before. Tried downloading and fixing the Power Management Software and updating BIOS. Still have the same message. System: Windows 8.1 64-bit 

    What model do you have? Can you post your MTM or model name?
    Sometimes these messages are a false alarm.

  • Yoga 2 pro / win8.1 - "Compatibility issue with your power management system"

     Hi,
    After downgrading form win10 back to 8.1 due to endless driver malfunction and a significant decrease in overall performance, I got this message in windows action center: “Compatibility issue with your power management system”. When I click on it it says: This solution could not be downloaded
    Most likely causes:
    • Your computer was unable to download the solution at this time. Check to make sure your computer is connected to the Internet, and then try to download the solution again later. As you can see, my internet connection is fine. Does anyone know how to solve this? Thanks,
    Daniel

    Check if installing this helps you:
    http://download.lenovo.com/consumer/mobiles/em8.0.2.3.exe
    If you already did this, check if you can do this BIOS update as well:
    http://download.lenovo.com/consumer/mobiles/5ecn96ww.exe
    Let me know if it works.
    Jonas
    Microsoft MVP: Windows Consumer Expert
    Yoga Tablet 2 10 || ThinkPad X1 Carbon (20A7007MPH) || ThinkPad Helix (3698-6EU) || IdeaCentre B540
    Twitter: @jonashendrickx

  • Windows 10 Compatibility Issues

    I want to upgrade to the new Windows 10 Operating System. Apparently, this is going to be a compatibility issue with my laptop. I have the AMD Radeon HD 7640G Graphics Card. It would seem Windows 10 doesn't like this. How can I correct this problem before the release date in July? Thanks.

    Your PC ran into a problem and needs to restart.
    We're just collecting some error info, and then
    we'll restart for you. (percentage counter)
    I have an HP LAPTOP WITH AN AMD10 AND 6GB OF RAM, RUNNING WINDOWS 7 PRO. TRYING TO UPGRADE TO WINDOWS 10. GETTING ERROR. HAVE TRIED 4 TIMES DIFFERENT WAYS TO UPGRADE AND KEEP GETTING ERROR AND FAILURE AT THE END...
    Your PC ran into a problem problem and needs to restart. We're just collecting some error info, then we'll restart it for you.
    If you'd like to know more about this error: IRQL_NOT_LESS_OR_EQUAL
    NEVER RESTARTS, NEVER FINISHES UPGRADE. WHERE IS MY PROBLEM. DO I HAVE TO DO CLEAN INSTALL OF WINDOWS 10, OR WILL PROBLEM REMAIN OR GET WORSE? SHOULD I RESTORE MY LAPTOP FIRST FROM HP RECOVERY PARTITION, AND THEN UPGRADE?

  • HT5306 I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? compatibility issues with wh

    Hello:
    Thank you for the update for remote access for desktops.
    Personally, I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? I do use this lap top in other countries.  compatibility issues with what?

    Apple Remote Desktop is off be default. It has to be enabled for some one to be able to remotely connect to the computer. And then, you still have to have a user name and password on the computer to remotely connect with.
    If you want to see if remote access has is enabled for Apple Remote Desktop; you can find the setting in, Apple Menu, System Prefrences, Sharing. If it's enabled, Remote Management or Screen Sharing will be checked.
    Beucase Apple Remote Desktop Agent is part of the Mac Operating System; even if your not using it, Apple Software Updates will from time to time offer updates for ARD Agent. Software Updates can some times be stacked ontop of each other; so chosing not to install an update, can mean other updates you may want may not be offered. At least until you install the updates those updates require. Also software updates can improve the security of your computer.

  • Since updating my iPhone 4 to iOS 5.1 I'm having compatibility issues with my speakers and my iTunes wifi sync isn't working. Anyone else having the same problems?

    Since updating my iPhone 4 to iOS 5.1 I'm having compatibility issues with my speakers / docking station and my iTunes wifi sync isn't working. Anyone else having the same problems? Both worked fine until the update...

    Okay. I got it working again by setting it up as a new phone instead of just syncing. Then I backed up. All is good today.

Maybe you are looking for