Missing Java??

I recently downloaded the new Safari 5.0.6 on my MDD 1.25 G4. I have a special program i use in my work called Retailgis that uses my Java to link with photos in iphoto.I've used this for 2 years without any problems. I tried to use it the other day and I get this error message: "The page “SMARTPROJECT© DIGITAL IMAGE MANAGEMENT” attempted to load Java content, but Java is unavailable or not installed."  I went to the Java control panel and found i have 2 Javas sitting there: J2SE 5.0 Version1.5.0_30-b03 and J2SE 1.4.2 Version 1.4.2_22. The J2SE 5.0 is sitting on top. SO if i have the Java my pref panel says I have, why do I get the error message??

The instructions toward the end of this post seem to have worked for me.

Similar Messages

  • I uninstalled Java get this messag - Missing JAVA? For your safety, Firefox has disabled your outdated version of Java. Please upgrade to the latest version.

    I am using Windows 7 premium 64-bit. I have uninstalled Java completely through Windows program manager. There is no Java in my list of plugins. Every time I update my plugins I get the following message - "Missing JAVA? For your safety, Firefox has disabled your outdated version of Java. Please upgrade to the latest version." I cannot find Java anywhere on my computer. Checked every troubleshooting website I can find but there seems to be no solution.

    hello, is this happening on the plugin-check page - https://www.mozilla.org/plugincheck/ ?
    if so, you can probably safely dismiss this warning since it's likely a mistake. when java isn't present, the site will give that warning message though a webpage cannot detect if this because of java being blocked or if it isn't even installed on the system.

  • XMLBeans build aborted because project was missing Java nature.

    I always get this project level error in an OSB Project in Workshop whenever I add XMLSchema resources to the project and try to create XQuery Transformation resources. The project is then unusable and may not be deployed to OSB. I have tried adding the Apache XMLBeans and Java 6.0 facets, but that does not eliminate the problem. I can delete the project, create a new project, and copy all of the files from the old project to the new project but, as soon as I attempt to edit the XQuery Transformation, the error returns. The OSB Project in Workshop is, essentially, unusable if you want to add XQuery resources to your project. An OSB project without XQuery resources is just a Webservice, so using OSB isn't necessary. The only thing we have found that works it to edit the project in the OSB console.
    The full error string in the Problems View is:
    XMLBeans build aborted for project XXX because project was missing Java nature.
    Any workarounds? Solutions? Configuration changes?
    Edited by: TWhitehead on Dec 16, 2009 2:35 PM
    XMLBeans build aborted because project was missing Java nature.
    Edited by: TWhitehead on Dec 16, 2009 2:36 PM

    FYI... This issue was a result of installing WLI 10gR3 into the same HOME as OSB/ODSI 10gR3. I am able to publish the projects iwith the error into a local WLS but can not export into a jar file for import into a seperate WLS. I would like to keep WLI and simply "fix" the java nature issue if possible.
    Thanks in advance

  • XMLBeans build aborted for project ...project was missing Java nature.

    I always get this project level error in an OSB Project in Workshop whenever I add XMLSchema resources to the project and try to create XQuery Transformation resources. The project is then unusable and may not be deployed to OSB. I have tried adding the Apache XMLBeans and Java 6.0 facets, but that does not eliminate the problem. I can delete the project, create a new project, and copy all of the files from the old project to the new project but, as soon as I attempt to edit the XQuery Transformation, the error returns. The OSB Project in Workshop is, essentially, unusable if you want to add XQuery resources to your project. An OSB project without XQuery resources is just a Webservice, so using OSB isn't necessary. The only thing we have found that works it to edit the project in the OSB console.
    The full error string in the Problems View is:
    XMLBeans build aborted for project XXX because project was missing Java nature.
    Any workarounds? Solutions? Configuration changes?

    This is a strange error, because OSB projects do not use facets/natures/builders provided by Eclipse for any resources within the project. OSB has its own mechanism for validation on OSB Projects, so it's surprising to see any error messages from an XMLBeans builder relating to the Java nature.
    Can you look at the OSB Project's properties and see if there are any facets/natures/builders/validators on the project?
    The only builders should be:
    - Faceted Project Validation Builder
    - Validation
    The only facets should be:
    - AquaLogic Core Facet
    - Oracle Service Bus
    The following Validators should be disabled:
    - WSDL Validator
    - XML Schema Validator
    Thanks,
    Nadeem

  • Auto detect missing java plugin with Netscape

    How do I get Netscape to automatically detect that it is missing the Java Plugin, and go to Sun's download page? I have IE 5.5 and Netscape 7 installed.
    My html looks like this:
    <OBJECT
    classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase = "http://java.sun.com/products/plugin/1.4/jinstall-1_4-windows-i586.cab#Version=1,4,1,0"
    WIDTH = "100%" HEIGHT = "500" >
    <PARAM NAME = CODE VALUE = "nz.astarte.planwise.gantt.GanttApplet" >
    <PARAM NAME = CODEBASE VALUE = "." >
    <PARAM NAME = ARCHIVE VALUE = "pwgantt.jar" >
    <PARAM NAME = "type" VALUE = "application/x-java-applet;version=1.4">
    <PARAM NAME = "scriptable" VALUE = "false">
    <PARAM NAME = "projectId" VALUE="<%=theForm.getProjectId().toString()%>" >
    <PARAM NAME = "userId" VALUE="<%=userId%>" >
    <PARAM NAME = "logLevel" VALUE="INFO" >
    <COMMENT>
    <EMBED
    type = "application/x-java-applet;version=1.4"
    CODE = "nz.astarte.planwise.gantt.GanttApplet"
    JAVA_CODEBASE = "."
    ARCHIVE = "pwgantt.jar"
    WIDTH = "100%"
    HEIGHT = "500"
    projectId ="<%=theForm.getProjectId().toString()%>"
    userId ="<%=userId%>"
    logLevel ="INFO"
    scriptable = false
    pluginspage = "http://java.sun.com/getjava ">
    <NOEMBED>
    Could not find a plugin supported by your browser. Please download Sun's Java Plugin 1.4.1
    </NOEMBED>
    </EMBED>
    </COMMENT>
    </OBJECT>
    IE will autodetect and begin the download process. I know Netscape doesn't auto download, but it should at least detect it needs the plugin and go to the http://java.sun.com/getjava page so the user can do a manual download. However all I get is a big black blob where my applet should be.
    Thanks in advance,
    Andrew

    I have modified your EMBED tag a little bit. I think it should work:
    <EMBED
    type="application/x-java-applet;jpi-version=1.4.1"
    CODE="nz.astarte.planwise.gantt.GanttApplet"
    CODEBASE="."
    ARCHIVE="pwgantt.jar"
    WIDTH="100%"
    HEIGHT="500"
    projectId="<%=theForm.getProjectId().toString()%>"
    userId="<%=userId%>"
    logLevel="INFO"
    scriptable=false
    pluginspage="http://java.sun.com/j2se/1.4.1/download.html">
    <NOEMBED>
    Could not find a plugin supported by your browser. Please download Sun's Java Plugin 1.4.1
    </noembed>
    </embed>
    Hope it helps!
    A.A.
    How do I get Netscape to automatically detect that it
    is missing the Java Plugin, and go to Sun's download
    page? I have IE 5.5 and Netscape 7 installed.
    My html looks like this:
    <OBJECT
    classid =
    d = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase =
    e =
    "http://java.sun.com/products/plugin/1.4/jinstall-1_4-w
    ndows-i586.cab#Version=1,4,1,0"
    WIDTH = "100%" HEIGHT = "500" >
    <PARAM NAME = CODE VALUE =
    E = "nz.astarte.planwise.gantt.GanttApplet" >
    <PARAM NAME = CODEBASE VALUE = "." >
    <PARAM NAME = ARCHIVE VALUE = "pwgantt.jar" >
    <PARAM NAME = "type" VALUE =
    E = "application/x-java-applet;version=1.4">
    <PARAM NAME = "scriptable" VALUE = "false">
    <PARAM NAME = "projectId"
    Id" VALUE="<%=theForm.getProjectId().toString()%>" >
    <PARAM NAME = "userId" VALUE="<%=userId%>" >
    <PARAM NAME = "logLevel" VALUE="INFO" >
    <COMMENT>
    <EMBED
    type =
    type = "application/x-java-applet;version=1.4"
    CODE =
    CODE = "nz.astarte.planwise.gantt.GanttApplet"
    JAVA_CODEBASE = "."
    ARCHIVE = "pwgantt.jar"
    WIDTH = "100%"
    HEIGHT = "500"
    projectId
    projectId ="<%=theForm.getProjectId().toString()%>"
    userId ="<%=userId%>"
    logLevel ="INFO"
    scriptable = false
    pluginspage = "http://java.sun.com/getjava ">
    <NOEMBED>
    Could not find a plugin supported by your
    ted by your browser. Please download Sun's Java Plugin
    1.4.1
    </noembed>
    </embed>
    </COMMENT>
    </object>
    IE will autodetect and begin the download process. I
    know Netscape doesn't auto download, but it should at
    least detect it needs the plugin and go to the
    http://java.sun.com/getjava page so the user can do a
    manual download. However all I get is a big black blob
    where my applet should be.
    Thanks in advance,
    Andrew

  • Missing Java Plugin?

    Hi,
    I am new to Java, so be kind :) I create virtual tours using Java, and have run into a common. Since Windows XP no longer includes Java as a default, this has created some confusion for users. I would like to include a Java code that could detect whether the user has the Java plug-in or not. If the plug-in is missing then direct them to the Java site for the download. I have tried talking to Java about this concern and have not been able to find someone who can help.
    Thank you in advance for your help!
    Jennie

    You can accomplish this for applets by coding the html file that executes the applet. The instructions are in this document:
    http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/contents.htmlOr, by using Java WebStart, the entire process can be reduced to a single click. See
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/index.htmlBe warned, however, neither solution is simple.
    If a self-contained Java application is what is executed, with no Internet involvement, then you will have to create your own custom script to do the work. Most of the information needed is in the first reference.

  • Missing java file via eclipse.please help

    There is a java file missing in my eclipse when i do an update
    via svn.
    the error class the class shows 'Trade cannot be resolved to a type
    How do I import via SVN fo that specific file that is missing?
    I tried doing a fresh update but still its missing?
    please help

    Suresh,
    there are multiple ways to achieve that. If it is a "pure" java application create a java project.
    If you put java files into portal, webservice etc projects, they be compiled with the projects build process.
    To compile a single class you have also the option to configure an entry in the tool section (which points to javac for example) and run the tool, when your file is open (like in Visual Studio).
    -kai

  • Missing Java Classes in Oracle SQL Developer

    Hello,
    I'm pretty new to Oracle (As a DBA) and very new to Java. I just refreshed our training environment and after the refresh, noticed under the Java folder within Oracle SQL Devloper that the Java Classes were missing.
    Can someone tell me how I can repopulate these classes?
    Any information would be much appreciated.
    Thank you.

    Thank you K,
    The Java Classes are not present under the SYS user and I'm not sure how to get them back. They do exist within our production and development environments.

  • Help - Missing JAVA??

    Hi,
    I was trying to install two apps - one from OVI Store and the other from an online paying website (iguana.com.sg) for a game.
    When I was installing the ebuddy from OVI Store, it prompts me missing attributes. and something like "invalid Jar file"./
    the error message "invalid Jar file" appears again when I tried to download a game from iguana.com.sg which it should also support my HP model N97 mini.
    I have called the nokiacare in Singapore but the problems is stil not solved.
    Please advice.
    thanks.

    MK,
    It appears that there is a typo in the page. The link should be to http://download.oracle.com/otn/java/help/ohj426_inst.zip
    Please try that. We will correct the page shortly.
    Hope this helps,
    Ryan Pollock
    Oracle Help Team

  • Missing java on secondary Cisco Prime Intrastructure 1.2

    Running CPI 1.2 medium on VMs, everything's fine with the primary server, but java is missing from the secondary. Executing ncs status, It returns :
    CAMTLCPCE876/admin# ncs status
    /opt/CSCOlumos/bin/wcsadmin.sh: line 221: /opt/CSCOlumos/jre/bin/java: No such file or directory
    /opt/CSCOlumos/bin/sam_admin.sh: line 22: /opt/CSCOlumos/jre/bin/java: No such file or directory
    SAM Daemon is not running ...
    DA Daemon is not running ...
    Syslog Daemon is not running ...
    status
    running ncs start gives :
    CAMTLCPCE876/admin# ncs start
    /opt/CSCOlumos/bin/ncstuning.sh: line 76: /opt/CSCOlumos/jre/bin/java: No such file or directory
    /opt/CSCOlumos/bin/wcsadmin.sh: line 221: /opt/CSCOlumos/jre/bin/java: No such file or directory
    start
    from the root, jre folder is there but emmpty
    ade # ls /opt/CSCOlumos/jreade # ls /opt/CSCOlumos/jre32COPYRIGHT LICENSE README THIRDPARTYLICENSEREADME.txt Welcome.html bin javaws lib man plugin
    Is this a normal behavior on the secondary server?

    HI Louis,
    Did you get to solve the issue??
    i have this output on an appliance enviroment (NOT VM):
    PRIME-SERVER/admin# NCS status
    sh: /opt/CSCOlumos/bin/wcsadmin.sh: No such file or directory
    PRIME-SERVER/admin# show application status NCS
    % Application NCS is not installed
    PRIME-SERVER/admin# show application
    PRIME-SERVER/admin#
    Any idea???
    Diego.

  • Missing java.util.Enumset in java file

    Hi Java Gurus,
    Im gettting below error in the first line of my java program.
    "This compilation unit indirectly references the missing type java.util.EnumSet (typically some required class file is referencing a type outside the classpath)"
    Pls suggest some soltuion .
    Thanks,
    Rachel

    ejp wrote:
    In which case you have no option but to use 1.5 or 1.6. Time to upgrade anyway, 1.4 is 7 years old.1.4 has been End Of Life for about 2 years. Even Java 1.6 is about 2.5 years old.
    [http://en.wikipedia.org/wiki/Java_version_history]
    Basically if you have to use an old version of Java like 1.4, then you can't use EnumSet or builtin enums. You are likely for find many other features like generics that you can't use either.

  • Missing java plug in

    I am HAVING
    RHEL 5.5
    EBS R12
    Mozilla 3.0
    JRE 1.5
    JDK 1.5
    but i am not able to open any form
    getting ERROR as :
    Missing plug in
    unknown plug in (application/x-java-applet;jpl-version=1.5.0_10)

    Gaurav Mhatre wrote:
    I am HAVING
    RHEL 5.5
    EBS R12
    Mozilla 3.0
    JRE 1.5
    JDK 1.5
    but i am not able to open any form
    getting ERROR as :
    Missing plug in
    unknown plug in (application/x-java-applet;jpl-version=1.5.0_10)Linux is not certified as a client tier node -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Linux+AND+Client&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Please use a supported client OS and browser -- Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Thanks,
    Hussein

  • Missing Java Files in Photoshop cs3

    DOes anyone now how to fix CS3 problems with photoshop? I can't use HDR merge or Photomerge due to "java script file was missing" I am currently on Leopard 10.5.8 I've seen much about how the updates from apple may be the problem, but can't find any fixes for this directly.
    I have unloaded, reloaded and did this under a new user account. In addition, I have reset the pref file. Any help would be great. I can't find a thing about this problem on Adobe's site or Apple

    You need to run the ant build as these are generated classes.

  • Missing Java Components

    Hello,
    We are facing some problems with our J2EE Server. The server does not start: It hangs at the "starting apps" step. The system and application threads fail.
    With SDM we have seen that there are some java components (SDA, SCA) missing: SAP_JTECHF, SAP_JTECHS, CAF, .. Our problem now is, that we cannot deploy them now, because the server is not starting, and thats what the deployment needs, apparently. So, is there another way to deploy them?
    Regards,
    Vermeer

    Hello,
    I know the logs. Here is an example of the system and application thread errors:
    "SAPEngine_System_Thread[impl:5]_99" prio=5 tid=0x000000000768afc0 nid=0x37c in Object.wait() [0x00000000927ef000..0x00000000927efb80]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x0000000015590360> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x0000000015590360> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:133)
    In my opinion the values of the JVM are okay. As there is NO error, mentioning memory problems. Anyways, here the values:
    We have a 64bit Windows system:
    instance values:
    - Max Heap = 1024
    - Xms2048
    dispatcher:
    - Max Heap = 170
    - Xmx = 170
    - XX:NewSize=57M
    - XX:MaxNewSize=57M
    server:
    - Max Heap = 1024
    - Xms = 1024
    - XX:MaxPermSize=512M
    - XX:PermSize=512M
    - XX:NewSize=171M
    - XX:MaxNewSize=171M
    Edited by: Vermeer on Jul 23, 2009 12:43 PM

  • How to add the missing java.lang.object

    hi guies:
    when i build the ui dc, an error occurs. it reminds me that the path is incomplete.the compliation indirectly references the missing type java.lang.object.
    if you once confronted the same problem as me and resolved it ,pls told me.
    thanks a million!

    The JDK is not in path of the DC build.
    Hence you are getting this error.
    Check that correct JDK is pointed in preferences.
    Regards,
    Ashwani Kr Sharma

  • Missing Java SDK component...how to reinstall just that component?

    We seem to be missing the Java SDK componet on our server, which is most likely the cause to why the CMS is not being found.
    Can this one component be reinstalled from the software cd?
    Thanks!

    I have just tried that...Tomcat looks to be installed.  I had to "start" the service.
    But somehow it still has not fixed the problem.
    I checked Add/Remove Program List and I don't see that Java SDK in the list, when I thought it had been there before.
    Leads me to believe that the Java did not install or install properly.
    I am considering a complete uninstall and then reinstall of the software.
    What files/directories/database locations should I be backing up before I attempt such a task?
    Thanks.

Maybe you are looking for

  • How to pass a parameter to a bounded task flow?

    Hi, We are facing issue while passing parameter from a bounded task flow to another bounded task flow and then showing the passed parameter in a jspx page. We have a caller task flow with following component: 1. A jspx page - In this jspx we have a t

  • How do you identify mail in the junk folder as "not junk"?

    I came across this answer on the Apple support site: Tell Mail that a message is legitimate by marking it as not junk. Click Not Junk in the banner of the message; or select the message, then click the Not Junk button in the Mail toolbar. Unfortunate

  • Help with my Zx please.

    Hi, I have some problems with my Zx sound card I can't seem to find solutions for. I have searched the forums for answers or solutions and have seen a few threads that pretty much describe what is happening with my sound card, but in those threads th

  • Cannot manually manage music and video AND sync book, etc.

    Just reset an old iPad2 to give to my son. Reset the thing, then went to sync it to his MBA running Yosemite. When I check "manually manage music and video" in the summary pane of the iPad when it's connected to iTunes, it automatically deselects "sy

  • Is there a way to cut down on the "suction power" of the drop items in drag and drop?

    I am trying to develop a game where the user has to correctly space objects from one another depending on what their relationship to one another is.  The drop objects are actually completely transparent and the user has to place the drag item perfect