Eclipse download

I keep downloading eclipse ide for java developers and the folder has no exe. file. Is it the wrong download or I have I done something wrong?

I have downloaded the file and it's still normal.

Similar Messages

  • BPEL Designer plug-in for Eclipse download link broken

    On the BPEL Process Magare download page at http://www.oracle.com/technology/software/products/ias/bpel/index.html, the link to the BPEL designer plug-in for Eclipse - http://download.oracle.com/otn/nt/bpel/bpelz_0.9.13_win32.exe gives a 404 error.
    Anyone know the correct location?
    Neil

    Kenan,
    I am afraid that the side-by-side versioning does not address the need of in-flight changes because there is not import feature for in-flight instances.
    The side-by-side versioning is designed to let all existing in-flight instances to complete with the existing (unchanged) BPEL definition while new instances are routed to the newer version.
    To deploy a new version of the BPEL project, us the -rev option if you are using the command line tool or the rev attribute is you are using the ant task.
    Sorry for not being more helping. Dynamic changes is a feature we do not really support.
    Edwin

  • Problem with downloading "Stanford Eclipse for Macintosh Users"

    Hi, recently I tried to download Stanford Eclipse for Macintosh Users . The program downloaded but did not open. If you need any additional details, I would be happy to provide them. Thank you for the help!
    Computer: Mac OS X 10.9.5
    Stanford Eclipse Download: http://see.stanford.edu/see/materials/icspmcs106a/software.aspx

    The link your professor provided only downloads, and does not install anything. Look for it in the Downloads folder. The folder they download is zipped, and it may un-zip automatically. They expect you to drag the unzipped 'Eclipse' folder to a location you find convenient.
    The package it downloads is a fairly old 32-bit version for Mac OS X 10.5 or later. The link to the Eclipse developer site has newer versions including a 64-bit version if you have a Mac running 64-bit kernel or 10.8 or later.
    AS Kappy suggests, executing eclipse.app should give you error messages that point out any deficiencies.
    If you need java and are running 10.7.3 or later, oracle java is provided ONLY at this site:
    http://java.com

  • Unable to install glassfish server in eclipse.

    I'm using WinXP SP3
    Oracle Enterprise Pack for Eclipse (12.1.1.0.1)
    Downloaded the oepe-indigo-win32.zip from http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-12111-1560492.html
    On the Servers tab, right click New > Server then I choose GlassFish Server Open Source Edition 3 (Java EE 6) at localhost next in the Application Server Directory: i put C:/glassfish and click Install Server
    I get this message Missing classpath entry: c:\glassfish\glassfishv3\glassfish\modules\glassfish.jar

    in the Application Server Directory: i put C:/glassfish and click Install Server
    But, is GlassFish installed in the c:/glassfish server? If not, install GlassFish before creating a server instance.

  • How do i make wls 9.2 stop shutting itself down within eclipse 3.2.2?

    after starting weblogic server 9.2 mp1 from within eclipse
    sdk 3.2.2 build M20070212-1330 for solaris gtk, something
    programatically requests weblogic server 9.2 to shut
    itself down only seconds after the server has started.
    steps to reproduce:
    1. download & install [url http://download.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/]eclipse sdk 3.2.2 build M20070212-1330 for solaris
    (eclipse-SDK-3.2.2-solaris-gtk.zip)
    2. update eclipse sdk with the [url http://download.eclipse.org/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/]Web Tools Platform (WTP)
    1.5.3 plus all of the WTP 1.5.3 pre-reqs
    3. download & install [url http://commerce.bea.com/showallversions.jsp?family=WLS]bea weblogic server 9.2 mp1 binary
    package installer for solaris 9 sparc
    4. confirm that bea weblogic server's sample domain can
    be started from the solaris 9's shell
    $ $BEA_HOME/weblogic92/samples/domains/workshop/startWebLogic.sh
    5. create a j2ee enterprise application by following the
    instructions in [url http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html]this WTP tutorial
    a. in the "Choose a Server Runtime Environment" step,
    choose BEA WebLogic 9.2 server instead of Tomcat.
    6. start the generic bea weblogic server v9.2.1 from the
    servers view as instructed in the tutorial.
    the eclipse status bar in the bottom right hand corner of
    eclipse indicates that weblogic server 9.2 is starting.
    eclipse then switches focus from the servers view to the
    console view. the console view lists the typical weblogic
    server startup console entries:
    ...<Server state changed to STANDBY>
    ...<Server state changed to STARTING>
    ...<No test table set up for pool "cgDataSource". Connections will not be
    tested.>
    ...<No test table set up for pool "cgDataSource-nonXA". Connections will not be
    tested.>
    ...<No test table set up for pool "samplesDataSource". Connections will not be
    tested.>
    ...[see 13_05_07_eclipse_wls_startup.txt in [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full
    console output]
    eventually - but only for a few seconds - the servers view indicates the state
    of the weblogic server as "Started". the following log entries snipped from
    weblogic server 9.2's filesystem logs confirm that the wls did actually start
    at some point:
    ...<Server state changed to RUNNING>
    ...<Server started in RUNNING mode>
    ...<78% of the total memory in the server is free>
    ...[see cgServer.log in  [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full log output]
    then eclipse automatically switches focus to the console view again; displaying
    the following:
    $BEA_HOME/weblogic92/samples/domains/workshop/bin/stopWebLogic.sh: 
    Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://localhost:7001 with userid weblogic ...
    This Exception occured at Sun May 13 12:35:42 BST 2007.
    javax.naming.CommunicationException [Root exception is
    java.net.ConnectException: t3://localhost:7001: Destination unreachable; nested
    exception is:
            java.net.ConnectException: Connection refused; No available router to
    destination]
    ...[see 13_05_07_eclipse_wls_shutdown.txt in [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full
    stack trace]
    the servers view eventually indicates the server has transitioned to the
    "Stopped" state. the problem is, i never commanded neither eclipse or wls to
    shutdown the wls server.
    since the wls server can be successfully started outside of eclipse from the
    shell, and since - once it is successfully started outside of eclipse - wls
    doesn't automatically shutdown as soon as it starts; i suspect there is
    something in eclipse|wtp that is triggering the automatic
    shutdown. but of course, i could be wrong. maybe something
    in wls itself is at fault.
    i encountered this exact same bug in wls 9.0 with eclipse 3.2.2/wtp 1.5.3 on
    solaris 9 sparc (which is what prompted me to upgrade to wls 9.2 on solaris 9
    sparc; see [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=169197]eclipse bug #169197); and i encounter this exact same bug with wls 9.2 with
    eclipse 3.2.2/wtp 1.5.3 in mac os x 10.4.9! there is a
    slight difference in what happens in solaris vs what happens on the mac. on the mac, the exception appears to
    be thrown at a different point (when a wldeploy.xml script
    is executed; not at the point of "Initializing WebLogic
    Scripting Tool (WLST)" like in the solaris installation):
    Buildfile: /Applications/eclipse/plugins/org.eclipse.jst.server.generic.weblogic_1.5.1.v200609141504/buildfiles/wldeploy.xml
    init:
    deploy:
         [echo] Deploying module WTP_WebApp_Tutorial
    [wldeploy] weblogic.Deployer -debug -verbose -noexit -name WTP_WebApp_Tutorial -source /Users/bilbo/development/projects/eclipse_3.2.2_tutorial/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/WTP_WebApp_Tutorial -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options:  -debug -verbose -noexit -name WTP_WebApp_Tutorial -source /Users/bilbo/development/projects/eclipse_3.2.2_tutorial/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/WTP_WebApp_Tutorial -adminurl t3://localhost:7001 -user weblogic -deploy
    [wldeploy] [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at localhost:7001, as user weblogic
    [wldeploy] [ServerConnectionImpl.getEnvironment():288] : setting environment
    [wldeploy] [ServerConnectionImpl.getEnvironment():291] : getting context using t3://localhost:7001
    [wldeploy] [ServerConnectionImpl.close():334] : Closing DM connection
    [wldeploy] [ServerConnectionImpl.close():354] : Unregistered all listeners
    [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://localhost:7001': Destination unreachable; nested exception is:
    [wldeploy] java.net.ConnectException: Connection refused; No available router to destination. Ensure the url represents a running admin
    ... also, on the mac the cgServer.log has the following additional log entries:
    ...<Graceful shutdown of cgServer was issued remotely from 10.0.0.9>
    ...<Server shutdown has been requested by weblogic>
    ...<Server state changed to SUSPENDING>
    ... <Server state changed to ADMIN>
    ...<Server state changed to SHUTTING_DOWN>
    ...<Channel "Default[2]" listening on 127.0.0.1:7001 was shutdown.>
    ...in all cases, i have done nothing
    more and nothing less than what the eclipse/wtp and weblogic documentation has
    instructed me to do.
    please, can anybody suggest a fix or a workaround. thanks in advance.
    Edited by wboyd at 05/13/2007 7:48 AM

    thanks rob,
    please, can you clarify what bearing the global system properties mentioned in CR299479 at the bottom of [url http://e-docs.bea.com/workshop/docs92/relnotes/relnotes.html#wp1139954]this page of 9.2.1 release notes have on the timeout value discussed in [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186902]this eclipse wtp bug report?
    many thanks,
    wboyd

  • How to run Eclipse in a Linux machine?

    hi guys,
    I have worked with Eclipse3.0 under windows platform.
    but then can i know how to run Eclipse in a Red-Hat Linux machine,
    if yes, then please do elaborate the same.
    thank u.
    Cheers,
    vishal j

    Get it from this page http://download.eclipse.org/eclipse/downloads/drops/R-3.1.2-200601181600/index.php

  • "NoSuchMethodError" "org.eclipse.wst.server.core.internal.Trace.trace"?

    Hello,
    I'm encountering the following when publishing to WebLogic Server via Eclipse with the Enterprise Pack installed. Thanks for any help!
    !ENTRY org.eclipse.core.jobs 4 2 2011-05-23 09:11:52.563
    !MESSAGE An internal error occurred during: "Publishing to Oracle WebLogic Server 11gR1 PatchSet 4 at localhost [voodoo]...".
    !STACK 0
    java.lang.NoSuchMethodError: org.eclipse.wst.server.core.internal.Trace.trace(ILjava/lang/String;)V
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:647)
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:531)
         at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775)
         at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3046)
         at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:341)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    This excerpt is from the Eclipse log.
    It's interesting to note that I have no applications deployed to this domain - The result is the same if I attempt to add a simple test application.
    I've used this on my Windows XP workstation for some time. This is my first attempt on my Mac!
    Mac OS X 10.6.7
    Java 1.6.0_24
    Eclipse Helios SR2
    "Fresh" installations of Eclipse and WebLogic
    The latest Eclipse & Oracle Enterprise pack updates
    WebLogic starts normally via the shell

    Hi,
    I was able to reproduce the issue you are seeing. This issue is caused by the fact that there is a new version of org.eclipse.wst.server.core_1.1.207.v20110401_1511.jar which is newer than the version which was shipped with Eclipse JEE SR2 bundle.
    The Helios JEE SR2 installers at http://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliossr2 contain the following version org.eclipse.wst.server.core_1.1.206.v20110110_p001.jar.
    In your case when you tried with Helios GA and the OEPE update site , I presume you had the "Contact all update site during install to find required software" checked which updated your eclipse installation with the latest 207 version.
    There are a couple of options to workaround this issue:
    1) download and install all-in-one OEPE kits from http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-111172-360027.html
    2) install eclipse JEE SR2 and install OEPE from the following update site http://download.oracle.com/otn_software/oepe/helios but make sure that the "Contact all update site during install to find required software" option is unchecked.
    hope this helps. Please confirm if this resolves the issue.
    thanks
    Raj
    Edited by: Raj Alagumalai on May 25, 2011 3:41 PM

  • Firefox will not download HTML downloads, only FTP downloads.

    I tried to download Eclipse Juno on their website today, but when I click the downloads, it goes to the thanks for download page and it does not load the download mirror (no dialog about opening or saving file).
    However, when I try and FTP download, it gives me the dialog and downloads correctly. Why is this happening?
    http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-win32-x86_64.zip&mirror_id=546
    Can't download. (HTML)
    http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-win32-x86_64.zip&mirror_id=514
    Can download. (FTP)

    Make sure that your security software isn't blocking the file.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    It is possible that anti-virus software is corrupting downloaded files or is otherwise interfering with downloading files.<br />
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See:
    *http://kb.mozillazine.org/Unable_to_save_or_download_files

  • How to install a plugin to eclipse? Thanks.

    I want to install a jsp plugin for my eclipse, but it seems that it is so difficult.
    Where can I find easy to understand steps?
    Thanks.

    So you already have installed the [url http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-SDK-3.1.2-win32.zip]Eclipse SDK 3.1.2.
    Then you downloaded the [url http://download.fr2.forge.objectweb.org/lomboz/lomboz-emf-gef-jem-3.1RC2.zip]Lomboz 3.1RC2 and dependent plugins (lomboz-emf-gef-jem-3.1RC2.zip).
    Then you extracted the lomboz-emf-gef-jem-3.1RC2.zip file into the eclipse folder.
    Then you started Eclipse.
    So what is the problem?

  • Eclipse for Solaris 8

    Hi,
    I want to download eclipse for solaris 8(jss-plumb) from where can I download it. I have downloaded one from the following site http://archive.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/index.php. But, when I try to run it, it gives me following error "ld.so.1: eclipse: fatal: libgtk-x11-2.0.so.0: open failed: No such file or directory Killed". I have also referred the following thread http://forums.sun.com/thread.jspa?threadID=5190972&tstart=2025 but there is no answer for it.

    Well, since Solaris 8 is rather ancient by now i suppose that it wasn't shipped with the required gtk-library.
    My guess is that you have to grab gtk 2.0 from www.sunfreeware.com, install it and add /usr/local/lib to $LD_LIBRARY_PATH, if the package installs under /usr/local/
    (aka, in bash: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH).
    .7/M.

  • Configure Weblogic in eclipse

    Hi,
    i am new to EJB and eclipse ?
    i am using eclipse 2.1.3 and weblogic 9.2.
    so, how i can configure weblogic in eclipse ?
    pls, help me ....

    You have to use oepe (http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html)
    http://download.oracle.com/docs/cd/E15315_09/help/oracle.eclipse.tools.common.doc/html/index.html

  • ADF Libs with Eclipse Hibernate/Spring Configuration

    Hi
    I have been using Spring and Hibernate in our projects.
    Now we plan to use ADF in the same project.
    I would like to know whether the JDeveloper 11g R2 with ADF Libs conflict with Eclipse Spring/Hibernate Configuration.
    Thanks in advance..
    Regards,
    Bala

    here is one how to use spring, and for Hibernate, since JPA support is there shouldn't be a problem
    http://technology.amis.nl/blog/765/spring-and-oracle-adf-registering-a-pojo-spring-jdbc-based-business-service-as-data-control.
    As far as eclipse is concerned, oracle has its only flavor of eclipse but i doubt it has the full features of ADF
    http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
    Edited by: in the line of fire on Jul 26, 2011 12:11 PM

  • Weblogic support in Eclipse Europa (3.3)

    Anyone have an idea on when Weblogic support will be available in Europa? It ships with support for Apache, IBM, JBoss, and Oracle and the Eclipse download site suggests that support for Weblogic can be downloaded, but I cannot find it on this site, nor is it found from the server update inside Eclipse.
    Thanks,
    Kent

    Check out this post, appears it should be out soon.
    http://dev2dev.bea.com/blog/phumphrey/archive/2007/06/web_tools_platf.html

  • RCPTT Eclipse Mars Plugin NullPointerException

    Hi,
    I can see that Eclipse Mars has RCPTT with it, as given in https://projects.eclipse.org/releases/mars .
    I downloaded Mars M6 from http://download.eclipse.org/eclipse/downloads/drops4/S-4.5M6-201503200800/ and tried to install RCPTT plugin from http://download.eclipse.org/rcptt/release/1.5.5/repository/ Update site. From Installation details I can see that RCPTT 2.0 is installed.
    I tried to run the application as the steps given in https://www.eclipse.org/rcptt/documentation/faq/install-as-plugin/ . But it throws an exception.
    An internal error occurred during: "Launching <AppName>RCPTT".
    java.lang.NullPointerException
    This is the error log.
    !ENTRY org.eclipse.equinox.p2.repository 2 0 2015-04-14 05:07:58.206
    !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
    !ENTRY org.eclipse.core.jobs 4 2 2015-04-14 05:07:58.438
    !MESSAGE An internal error occurred during: "Launching <AppName>RCPTT".
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getInstanceContainer(TargetPlatformHelper.java:1253)
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getTargetPlatformProfilePath(TargetPlatformHelper.java:327)
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.toString(TargetPlatformHelper.java:1264)
    at java.lang.String.valueOf(String.java:2847)
    at java.lang.StringBuilder.append(StringBuilder.java:128)
    at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformInitializer.initialize(Q7TargetPlatformInitializer.java:120)
    at org.eclipse.rcptt.launching.configuration.Q7LaunchConfigurationDelegate.preLaunchCheck(Q7LaunchConfigurationDelegate.java:150)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:840)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    I have attached the screen shot (Method1.PNG)
    I then tried the method to go to RCPTT prespective and try to create a RCPTT project and record a test. That time a new error came, which is given in screen shot (Method2.PNG)
    The Application for both the above two methods are chosen by the following steps.
    Run the application which need to be tested using RCPTT. Save the run configuration as a .launch file.
    Go to Run Configuration > Create New Eclipse Application under Test.
    Choose the .launch file in target and click Run.
    This new Run Configuration will be seen in Applications tab in RCPTT perspective.
    Is this method right? However there is another option in Applications tab in RCPTT perspective. There I can add a new application by right click New and select the application. Whenever I try to select the application, it says "Invalid product location". I am selecting the location of the .product file. I tried to choose other locations like .target, etc as well. The message "invalid product location" did not go. Do I have to try this method as well? I think it need to provide me something same as the above method with I have mentioned.
    Please find two images attached.
    Thank you

    Hi all,
    I have an identical problem with Papyrus project. I used Oomph setup to configure the workspace of my IDE and I installed RCPTT plugins from the Eclipse Mars update site (http://download.eclipse.org/releases/mars).
    I created an Eclipse Application under test and, when I launch it, I have a NPE.
    This is the content of log file :
    !ENTRY org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Detected potential problems in target platform Papyrus AUT with RCPTT
    Targlet Container Oomph
    Env: null/null/null/null
    JRE: null
    Args: null/null
    Implicit: null
    Handle: 1434021091504.target
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util_1.7.0.v201011041433.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation.source_2.0.100.v20150311-1658.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation.source_1.1.100.v20140704-0625.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.source_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.source_1.7.0.v201011041433.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css.source_1.7.0.v201011041433.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css.source_1.6.0.v201011041432.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui.source_1.7.0.v200903091627.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui.source_1.6.0.v201011041432.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css_1.7.0.v201011041433.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation_2.0.100.v20150311-1658.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation_1.1.100.v20140704-0625.jar
    !ENTRY org.eclipse.core.jobs 4 2 2015-06-11 13:11:33.643
    !MESSAGE An internal error occurred during: "Launching Papyrus AUT".
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getInstanceContainer(TargetPlatformHelper.java:1244)
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getTargetPlatformProfilePath(TargetPlatformHelper.java:330)
    at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformInitializer.getInfo(Q7TargetPlatformInitializer.java:231)
    at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformInitializer.initialize(Q7TargetPlatformInitializer.java:100)
    at org.eclipse.rcptt.launching.configuration.Q7LaunchConfigurationDelegate.preLaunchCheck(Q7LaunchConfigurationDelegate.java:150)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:840)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !ENTRY org.eclipse.epp.logging.aeri.ui 2 19 2015-06-11 13:11:33.649
    !MESSAGE The notification timed out Version: 1.0.0.v20150603-1017
    !STACK 0
    org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs$LogTraceException
    at org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs$LogTraceException.newTrace(Logs.java:382)
    at org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs.log(Logs.java:134)
    at org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs.log(Logs.java:126)
    at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.isNotificationInProgress(ReportingController.java:267)
    at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.sendOrNotify(ReportingController.java:166)
    at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.on(ReportingController.java:154)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at org.eclipse.epp.internal.logging.aeri.ui.log.LogListener.logging(LogListener.java:51)
    at org.eclipse.core.internal.runtime.RuntimeLog.logToListeners(RuntimeLog.java:161)
    at org.eclipse.core.internal.runtime.PlatformLogWriter.logged(PlatformLogWriter.java:103)
    at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:88)
    at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.logPrivileged(ExtendedLogReaderServiceFactory.java:217)
    at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.log(ExtendedLogReaderServiceFactory.java:189)
    at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.log(ExtendedLogServiceFactory.java:65)
    at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.log(ExtendedLogServiceImpl.java:87)
    at org.eclipse.osgi.internal.log.LoggerImpl.log(LoggerImpl.java:54)
    at org.eclipse.core.internal.runtime.PlatformLogWriter.logging(PlatformLogWriter.java:44)
    at org.eclipse.core.internal.runtime.RuntimeLog.log(RuntimeLog.java:97)
    at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:701)
    at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:72)
    I added in attachment the Papyrus Launcher configuration and the AUT Launcher configuration. I wanted to attach the aimed target file but this one doesn't exist in .metadata folder.
    The used target platform with my IDE is a Targlet which is created by Oomph.
    Regards
    Gabriel

  • Plugin for the eclipse

    Good night people!
    would like to take off one doubts use IDE eclipse version 3.0 and sdk 1,5 and would like to know to develop some application in swing which plugin that I have that to install?
    I am thankful karla Maria

    The eclipse download comes with all the plug-ins you'll need. You might want to get AJDT or VE if you use those technologies.

Maybe you are looking for

  • Problem with downloading media to a iTunes Library on an External Hard Drive

    Hi guys, I am having difficulties playing back films and TV shows which have been downloaded from the iTunes store to a iomega HD which is connected to an airport extreme. During the download, everything looks right and I can even watch it from the i

  • Converting time stamp in SECONDS to a calendar date format.. problems

    Hello. I'm trying to convert a long interger that represents the number of SECONDS passed since the 1970 date the number was originally generated by php's mktime() function one of the numbers I have for example is this : 1126933200 I haven't done the

  • Messages in 10g

    I've searched through the forum and can't find information for what I believe is a general problem that I'm having with Forms 10g (10.1.2). None of the "normal" Forms messages are appearing. If I open a form, enter values in a field or two then refre

  • Regarding new columns adding in report painter S_ALR_87013611

    Hello Experts, I have requirement that, we have a Std report which is developed in report painter S_ALR_87013611. We want to add 2 new columns in the output. Those 2 new columns from a Z table. Can any body tell how to do this. Thanks, Suresh

  • Audiobooks appearing as music

    I have downloaded a number of audiobooks, but they are appearing within my song list. Even if a select shuffle songs only, I get them popping up. Any ideas where I am going wrong.