Xerces and it's impact on Netbeans & Eclipse

I have a Mac Pro running 10.6.4 and a Macbook Air running the same. The base installations are pretty much identical.
I've also got VMWare on the Pro. for running some legacy virtual machines.
On the Air I can load, run and develop in both Eclipse and Netbeans with no problems.
On the Pro I can't get Eclipse to run at all and Netbeans has to be copied in it's entirety from the Air to the Pro.
When that happens it also fails to deal with Swing style GUI development.
The Pro seems to have problems with Xerces (According to Netbeans) and it's true to say that the Pro has Macports on it whereas the Air doesn't. This shouldn't make any difference as far as I can tell.
Anybody got any ideas? I cant develop GUI's on a dinky little Air, no matter how pretty it is, I need the real estate & power.

True.
Make sure the drive is formatted Mac OS Extended (Journaled)
1. Quit iPhoto
2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
Regards
TD

Similar Messages

  • Best tool for Customization/code - Netbeans,eclipse,jdeveloper

    Which is best tool to develop the code for OIM 11.1.1.5 g. Netbeans,eclipse,jdeveloper.
    Thanks
    Harry

    Just install the composite and you will be through.
    Make sure composite should be of 11.1.1.6 as your Jdeveloper is of 11.1.1.6 version.
    Refer
    http://download.oracle.com/otn-pub/jdeveloper/11.1.1.6.0/extensions/soa-jdev-extension.zip
    else you can configure from jdeveloper
    Open Menu : Help -> Check for Updates
    In the wizard "Search Update Center" -> Check the "Oracle Fusion Middleware Products" and "Official Oracle Extensions and Updates
    And just in case you need JDev 11.1.1.5..
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml
    Details for Oracle SOA Composite Editor
    http://download.oracle.com/otn-pub/jdeveloper/11.1.1.5.0/extensions/soa-jdev-extension.zip

  • Xmlparserv2.jar with xerces and xalan

    Hello,
    I have a Spring/Spring Web Flow application. I also have a separate web application that's using the XML Publisher API to generate reports from RTF files. I am now in the process of merging these two into one application.
    The Spring app requires the xerces.jar and xalan.jar JARs in order to parse the various XML files required to configure Spring. The XML Publisher app requires the xmlparserv2.jar JAR in order to parse the XML required for generating reports.
    When I have all of these JARs in my one web application, I receive an error when I call the FOProcessor.generate() method. Here it is:
    oracle.xml.parser.v2.XMLParseException: Bad character (1).
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:324)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:287)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)
         at oracle.xml.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:590)
         at oracle.xml.parser.v2.XSLStylesheet.<init>(XSLStylesheet.java:260)
         at oracle.apps.xdo.common.xml.XSLTClassic.transform(XSLTClassic.java:200)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:174)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1022)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:968)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:209)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1561)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:951)
    I was thinking this was because there was a conflict between xalan, xerces and xmlparserv2, so I removed the xalan and xerces JARs from the classpath. Now I get the following whenever I try to hit one of my spring MVC actions:
    DEBUG org.springframework.beans.factory.xml.DelegatingEntityResolver(99) - Attempting to resolve XML Schema [http://www.springframework.org/schema/beans/spring-beans-2.0.xsd] using [org.springframework.beans.factory.xml.PluggableSchemaResolver]
    <Line 43, Column 57>: XML-24509: (Error) Duplicated definition for: 'identifiedType'
    <Line 60, Column 28>: XML-24509: (Error) Duplicated definition for: 'beans'
    <Line 145, Column 34>: XML-24509: (Error) Duplicated definition for: 'description'
    <Line 158, Column 29>: XML-24509: (Error) Duplicated definition for: 'import'
    <Line 180, Column 28>: XML-24509: (Error) Duplicated definition for: 'alias'
    <Line 209, Column 33>: XML-24509: (Error) Duplicated definition for: 'beanElements'
    <Line 223, Column 44>: XML-24509: (Error) Duplicated definition for: 'beanAttributes'
    <Line 486, Column 43>: XML-24509: (Error) Duplicated definition for: 'meta'
    <Line 494, Column 35>: XML-24509: (Error) Duplicated definition for: 'metaType'
    <Line 511, Column 27>: XML-24509: (Error) Duplicated definition for: 'bean'
    <Line 531, Column 38>: XML-24509: (Error) Duplicated definition for: 'constructor-arg'
    <Line 600, Column 51>: XML-24509: (Error) Duplicated definition for: 'property'
    <Line 611, Column 36>: XML-24509: (Error) Duplicated definition for: 'lookup-method'
    <Line 647, Column 38>: XML-24509: (Error) Duplicated definition for: 'replaced-method'
    <Line 684, Column 31>: XML-24509: (Error) Duplicated definition for: 'arg-type'
    <Line 711, Column 26>: XML-24509: (Error) Duplicated definition for: 'ref'
    <Line 749, Column 28>: XML-24509: (Error) Duplicated definition for: 'idref'
    <Line 783, Column 28>: XML-24509: (Error) Duplicated definition for: 'value'
    <Line 811, Column 27>: XML-24509: (Error) Duplicated definition for: 'null'
    <Line 825, Column 39>: XML-24509: (Error) Duplicated definition for: 'collectionElements'
    <Line 842, Column 48>: XML-24509: (Error) Duplicated definition for: 'list'
    <Line 853, Column 47>: XML-24509: (Error) Duplicated definition for: 'set'
    <Line 862, Column 41>: XML-24509: (Error) Duplicated definition for: 'map'
    <Line 869, Column 45>: XML-24509: (Error) Duplicated definition for: 'entry'
    <Line 877, Column 45>: XML-24509: (Error) Duplicated definition for: 'props'
    <Line 886, Column 26>: XML-24509: (Error) Duplicated definition for: 'key'
    <Line 897, Column 27>: XML-24509: (Error) Duplicated definition for: 'prop'
    <Line 916, Column 39>: XML-24509: (Error) Duplicated definition for: 'propertyType'
    <Line 960, Column 45>: XML-24509: (Error) Duplicated definition for: 'baseCollectionType'
    <Line 971, Column 46>: XML-24509: (Error) Duplicated definition for: 'typedCollectionType'
    <Line 987, Column 34>: XML-24509: (Error) Duplicated definition for: 'mapType'
    <Line 1008, Column 36>: XML-24509: (Error) Duplicated definition for: 'entryType'
    <Line 1047, Column 40>: XML-24509: (Error) Duplicated definition for: 'listOrSetType'
    <Line 1056, Column 36>: XML-24509: (Error) Duplicated definition for: 'propsType'
    <Line 1069, Column 45>: XML-24509: (Error) Duplicated definition for: 'defaultable-boolean'
    ERROR org.springframework.web.servlet.FrameworkServlet(229) - Context initialization failed
    org.springframework.beans.factory.BeanDefinitionStoreException: Line 10 in XML document from class path resource [spring/servlet/sellitem-webflow-config.xml] is invalid; nested exception is oracle.xml.parser.schema.XSDException: Duplicated definition for: 'identifiedType'
    Caused by:
    oracle.xml.parser.schema.XSDException: Duplicated definition for: 'identifiedType'
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:431)
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:290)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:287)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:181)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:151)
         at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:77)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:405)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:357)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:126)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:142)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:123)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:91)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:94)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:294)
         at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
         at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:308)
         at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:252)
         at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:221)
         at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:115)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:757)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:130)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    So it seems like these JARs are incompatible with each other. Is there any way I can use the Oracle DocumentBuilder for my XML Publisher classes and the xerces for the rest of the app?
    Thanks,
    Leo Hart

    Now one has any advice? :(

  • Xerces and Xalan in OC4j

    I am using standalone OC4J 10.1.2.0.2 and would want to use Xerces and Xalan in place or Oracle XML parser. I did initialize the container using -Xbootclasspath flag of JRE. but when the application is brought up the transform activty still shows the oracle.xml.jaxp error messages. Our app is built to work with Xerces and Xalan.
    Are there any tricks invovled to make Oc4J recognize these libraries and use them ? Thanks

    I think you can work that within the orion-application.xml file:
    <imported-shared-libraries>
         <remove-inherited name="oracle.xml"/>
         <import-shared-library name="xalan" />
         <import-shared-library name="xerces" />
    </imported-shared-libraries>
    Where you've defined shared-lib entries for the above.
    Reference:
    http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-swapxmlparser/doc/readme.html
    I don't know if this is handled in the same way for the version you are dealing with, however.

  • ANN: Web 2.0 and it's impact on workplace learning - EeLS

    I am pleased to announce that we have just signed up Jonathan
    Vinoskey
    to speak about Web 2.0 and it's impact on workplace learning
    at the
    European eLearning Summit.
    Have a look at the session description at
    http://www.elearningsummit.eu/sessions
    where you can browse the other
    sessions we have organised so far.....More are being added
    all the time.
    One of the things you are going to love about EeLS is the
    high quality
    of presentations we have lined up for you.
    Why not subscribe to the RSS feed so as not to miss anything?
    Don't forget our very special offer whereby the first 100
    people to make
    a booking get to bring an extra delegate to the conference
    element of
    the Summit for free. With the early bird discount we have
    running now,
    this represents amazing value.
    And on top of that, also don't forget that eLearning Guild
    members get
    20% discount off the ticket price on top. Not a member? Go to
    the
    Guild Website now and join before you register.
    Details on how to get the discount are here:
    http://www.elearningsummit.eu/faq/31-general
    See you in Nottingham!
    Mark
    European eLearning Summit
    19th - 21st August 2008, Nottingham, UK
    www.elearningsummit.eu
    Europes Best eLearning Conference

    Thanks Alex and Calvados,
    I'm just surprised Steve/Apple made such a big announcement as though these technologies were already well known, discussed, documented, and used on the Mac (or in Safari).
    Getting the development done in the 18 days Steve quoted seems like a steep hill to climb.
    My other thought is that if the iPhone apps will run on the iPhone under Safari, then shouldn't they also run on Windows under Safari. In this way Apple could get a bunch of special apps to run on Windows but require Apple [free} software, i.e. Safari, as the 'virtual OS'. This could get more Windows users to see the advantages of OSX over Windows, and eventually lead to more switchers, thus enlarging Apple's market share.
    Alex has noted some IO interfaces that are speific to the iPhone and telephony, but Safari is a general browser. Google has created a spreadsheet app which I understand is based on AJAX-like principles. Why not all sorts of other apps, mainly targetting usage in the web domain. Link this to a .Mac account as storage (wasn't .Mac going to feature more in the new Leopard OSX?) and we have a trojan for getting Apple software usage on Windows machines.
    Andrew

  • Using Zllib, Xerces and Boost (in release mode)

    I've developped a Export plugin which used Zlib, Xerces, and Boost libs. (This libs are used in a statically.)
    In debug mode, the plugin is loaded correctly, and worked fine.
    I want to build this plugin in a release mode, in order to test it on an designer's workstation.
    The compilation is executed without problems. the same for link operations. But when I tried to load at Illustrator's startup, a message box is shown, telling me my plugin was not loaded correctly, and not loaded at all.
    I've took a look at my project settings, to check if my settings were ok (used static libs in debug or release mode), if there was no conflicts in precompiled header............
    I did not find! So if someone would have some tips to help me, it would be great!
    Thx,
    Thomas.

    I have finally found the problem!
    After having unplugged all the code I have written and replugged the all by block of code,
    I have found where I was wrong! it has taken me almost a day of work!
    the probleme was in the using of #ifndef, define!
    just this few lines:
    #ifndef _XERCESSTRING_H
    #define _XERCESSTRING_H
    #include <xercesc/util/XMLString.hpp>
    #ifdef XERCES_CPP_NAMESPACE_USE
    XERCES_CPP_NAMESPACE_USE
    #endif
    I have fixed that! now project can be built in release.
    Thanks for helping me!
    thomas.

  • Weblogic and xerces and xalan

    I understand that xerces and xalan are a part of the weblogic's distribution.
    Will BEA also upgrade to newer versions of these softwares as they are available?
    If not how do I use newer versions of these softwares with weblogic.
    This is becoming a critical issue for us as I already see a remarkable difference
    in performance while doing transformations. The newer versions of xalan and xerces
    are performing much better with the same xml and xsl documents as compared to
    the previous versions.

    According to that link your right it is not supported.
    Have you tried adding the xerces jars at the beginning of the classpath?

  • Simple and Free JSP Editor Plugin for Eclipse

    Can anyone direct me a Simple and Free JSP Editor Plugin for Eclipse ? Thanks

    You can just create JSP files with "Eclipse for Java EE".
    What do you expect of the plugin then?

  • Netbeans \ Eclipse ... Please advise

    In Netbeans, pressing F9 compiles the current .java file. Simple.
    In Netbeans, pressing F11 builds the current project to a .jar. Simple.
    In Netbeans, pressing F6 (or Shift+F6, depending) compiles and runs the current .java file. Simple.
    In Netbeans, code completion hints include the Javadoc of the suggestions in the popup window that appears. Very Useful.
    These four features are deciding factors as to whether I switch over to Eclipse or stick with Netbeans.
    Is there a way of achieving this simplicity \ usefulness in Eclipse? I have spent a lot of time in the help and on Google but cannot seem to get any answers. My searches seem to be either too broad or too narrow...
    Could the Eclipse folk please help me out?
    Thanks in advance

    Sheesh. Are you people all having bad hair days today or what?!
    Yes, I am completely new to Eclipse...I downloaded it this morning and I've spent about half an hour on it. Thing is, half an hour into Netbeans and I was being productive, half an hour into Eclipse and I'm still wading through option menus and settings dialogs. Our company is considering replacing existing technology (read:MS) with Java and I am deciding which IDE to use.
    I was pleasantly surprized by the amount of replies to my post, but disappointed with the general tone. I need help, not reprimands or sarcasm. What does it take for one of you to just tell me about something that essentially should be simple as pie, but turns out to be as tricky as pi..?
    I realize Eclipse is huge and powerful and very accommodating, I appreciate that for these reasons it requires to be set up prior to use. However, with my manager peering over my shoulder to watch me quickly code and execute a little app "just to see if Eclipse works", I want to be able to code, compile, build and run without taking my fingers off the keyboard. These are features which immediately made me like Netbeans. I don't want to dislike Eclipse for the apparent lack of them.
    So, please be a little more fiendly and helpful when people like myself post to forums like these. That said, my questions still stand.

  • Java IDE comparision 2007 ( netbeans , eclipse , jbuilder )

    Hi there
    I have been searching for this answer for long time , no clear work was done on it .
    Can I at least get latest compasition between
    1) netbeans
    2) eclipse
    3) myeclipse
    4) jbuilder
    thanks

    georgemc wrote:
    jwenting wrote:
    georgemc wrote:
    nasert wrote:
    georgemc , I totally agree with u , I am just curious to know about such a comparision .Then you need to provide the dimensions of that comparison. The quality of each IDE is mostly subjective, so you need to say what you're comparingIt isn't, not really.
    Notbeans is so far behind the rest of the world it's not worthy of consideration.
    The other 3 mentioned are all Eclipse (though 2 of them with some plugins to make them look more fancy).
    None can compare with IntelliJ.Between your answer and Kaj's answer below, you've managed to confirm that, yes, it actually is subjective! Can't argue with the fact that some people think Netbeans is the best thing since sliced breadWell, that depends on whether Kaj was serious (I doubt it, I've never seen someone say with a straight face that Netbeans was superior to anything).

  • NetBeans, Eclipse, JGrasp all Slow

    I'm posting this here because the problem isn't related to the tools, but with the actual JRE. No matter what IDE I chose to run, it takes FOREVER to start up. Eclipse and and NetBeans take 3-4 minutes to load, JGrasp over a minute. So I would relate this problem to the JRE not loading fast! What could be the problem? I'm using the latest JRE 6 (from the latest JDK). I also notice that the Java settings in Control Panel also takes like a minute to load. So I'm using Windows XP Pro SP3 on a 3.0GHz Pentium 4 with 4GB of ram. Why is Java taking forever to load things. My system is pretty new, like a month old, its not loaded with junk.

    Not sure what is going on here...... The startup of the jre or javac could only take that long, if as previously suggested, it is taking a while to access.... like if you were referencing Java on a very slow network drive........
    My suggestion is that you look into the version of Java that you are using with the IDE. Does startup, doing something easy, like "java -version" or "javac -help" to see what the response time is there.
    -Roger

  • How can I build and Debug Tomcat 5.5 under Eclipse?

    http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html
    I am doing some rearch on Tomcat and want to build and debug Tomcat5.5 under Eclipse. Originally tomcat is built with ANT, it downloads all components from different CVS and build them together.
    I'd like to import Tomcat Source code (only the core components, such as catalina and Coyota, Jasper) and build them with Eclipse Bilder, so I can debug it as a normal JAVA program under DEGUB-View.
    Who has such experience and help me? I havd built Jetty under Eclipse, but Tomcat is much more complex.

    Help

  • Splitting iPhoto libraries and it's impact on Flickr & Facebook?

    Hi! I currently have one library on my MacBook for iPhoto, running iPhoto 11. I have been using the built in exporter for Facebook and Flickr, but because of space I want to split the library into 2 and move some of these files to an external hard drive. If I move these files to the external hard drive, and then delete them from my MacBook hard drive, what impact will that have to items aleady posted on Facebook and Flickr if any?

    True.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • Updated Web Services and Pageflow design view available via eclipse update

    All,
    An eclipse update to Workshop for WebLogic Platform 9.2 is now available.
    The new features available in this update are listed below
    <b>Web Service Design View:</b> The web service Design View lets you design all of the major features of a web service using a graphical development environment. The following features are included:
    * Creation of web methods, callbacks, and event handlers
    * Direct configuration of conversational and buffering properties
    * Inline method signature editing, with syntax highlighting and code completion
    * Simultaneous editing of separate interface and implementation files
    * Improved error detection and messaging
    <b>Page Flow Overview. </b>The Page Flow Overview gives a graphical overview of an entire page flow, including its JSP pages, actions, and navigational relationships. This high-level view of a page flow gives the developer a total picture of how a page flow is structured. The following features are included:
    * Continuous automatic graph layout
    * Improved layout algorithm
    * Selection is synchronized with the Page Flow Editor
    * Graph Tracing mode makes reading complex graphs easier
    * Print graphs or export them as images
    <b>
    Improved Test Client functionality. </b>The Test Client now supports directly testing services that have callbacks as well as services that have only JMS as a transport. The Test Client is downloaded along with the Workshop for WebLogic 9.2.1 update, but it must be installed manually. For details on installing and using the Test Client to test web services, see Testing Web Services with the Test Client.
    <b>Cheat Sheets. </b>A variety of cheat sheets are now available to get you started with Workshop for WebLogic.
    The following cheat sheets are available:
    * NetUI Web Application: Hello World
    * Web Service Application: Hello World
    * Using XMLBeans
    Additional information is available at http://e-docs.bea.com/workshop/docs92/ws_platform/introduction/conWhatsNew.html
    cheers
    Raj

    Hi Geoff,
    I have placed a zip file which contains the Workshop 9.2.1 update on a ftp server at ftp://support:[email protected]/pub/w4wp/w4wpUpdate.zip
    Make sure you download the file and follow the instructions listed below
    Launch workshop
    Help>Software Updates>Find and Install...
    Select "Search for new features to install" and hit Next
    Click on the New Archived Site button
    Wait for the "Select Local Site Archive" dialog to appear
    Enter, or browse to, the location of the archive file (it can be referenced using either http:// or file path syntax depending on where it was placed by the user or their sys admin) and hit Open
    Hit Finish
    Select BEA Workshop for WebLogic Platform 9.2.1.0 and hit Next
    Select "I accept the terms in the license agreement" and hit Next
    Hit Finish
    Wait for the Feature Verification dialog to appear
    Hit Install All
    Hit Yes when prompted to restart the workbench
    Cheers
    Raj

  • FATAL ERROR on browsing/downloading netbeans+eclipse

    My brand new santa rosa mbp crashes a dozen times today after a s/w update to 10.4.10.
    It crashed using Safari to donwlaod Eclipse jdt for osx.
    It crashed using Safari to download Netbeans 6.
    Safari is crashes a lot today for just browsing the interweb.
    I switched to Firefox, the same thing happens. I keep getting "The Curtain of Death." An transparent overlay, gray it's color, drops over the desktop until a dialog box ask you to hold down the power button to restart.
    I'm a first time owner of a mac. this experience makes me very angry.

    ok if anyone is having problems i found a solutions, all you need to do is update your itunes untill the process ends by an error of some sort, then youll need to go to previous versions of this file by right clicking it, then youll have to restore it

Maybe you are looking for