Install NW Developer Studio. Error:SDK Folder not found!?

Hi All,
I installed Java EE5 SDK(with JDK) and now want to install NW Developer Studio 2.0. The wizard ask for the Java SDK folder path and when I enter it gives an error message "JAVA SDK folder not found".
I used this "path C:\Program Files\Java\Sun\SDK"
Can anyone help ?
Best Regards,
Kushi

Hi Kushi,
NWDS 2.0 is released with SAP NetWeaver 2004 which runs on JDK 1.4. Another reason for this issue might be the space in the path "C:\Program Files\Java\Sun\SDK".
Please install JDK 1.4 into a path without spaces and try again.
Hope it helps!
-Vladimir
PS. Your question does not seem related to the Java EE 5 Edition of SAP NetWeaver, so I'm moving this thread to the NetWeaver AS Java forum.

Similar Messages

  • Installing Netweaver Developer Studio 7.1

    Hi All
    I have installed Netweaver Developer studio 7.1 (NWDS_platform) but when it is done it does give me most important features. I am not able to create any project like EJB and  EAP projects and on the Window -> Preferences I can't fine JAVA and some other options.
    Below are the only opotion I have on my Windon-> Preferences:
    -General
    -Help
    -Install/Update
    -Run/Debug
    -Team
    What must I do to get those other options

    Hi
    Thanks a lot for a quick reply I have tried to install the updates from these two sites.
    --https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/ce/710/site.xml     
    --https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/ce/710/policy.xml     
    This is an error I m getting.
    "No features found on the selected site(s) choose the diferent site or site category"
    One question do i have to install the Sap Netweaver CE7.1_SR3... to run this Developer Studio coz I just downlaoded  the Dev Studio 7.1 and I am running it on my machine. but I am using JDK 6 not 5 will that be a problem.
    Yonela

  • WebDynpro for beginners - Installing Netweaver Developer Studio

    Hi,
    I am new SAP technology and I want to start with WebDynpro for JAVA. I have basics in Java and don't know anything about SAP, ABAP etc.
    I was going through webdynpro tutorials and It is mentioned that to develop applications we need to install Netweaver Developer Studio. But I am not able to locate it in the portal, SDN.
    If anybody can let me know how can I install, it will be of great help.
    Also Please let me know, a better way to start with WebDynpro.
    Thanks a lot,
    Anand

    Hi Anand,
    Go through this link to downlaod the NWDS.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloads">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloads</a>
    and to know more about the Webdynpro check the following link:
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm</a>
    Regards,
    Jhansi

  • Error in installing windows 2008 r2 sp 1 element not found

    error in installing windows 2008 r2 sp 1 element not found

    Hi,
    As Akash G says, would you please let us know the complete error message or provide a screenshot? It will help
    us to go further.
    In addition, would you please let me confirm whether install the Windows Server 2008 R2 Service Pack 1 via
    Windows Update, or download the installation package and then install manually?
    Please refer to the following article and check if can help you to solve this issue.
    The error 0X80070490(Element not found) when you are installing a service pack or update
    http://blogs.technet.com/b/asiasupp/archive/2011/06/20/the-error-0x80070490-element-not-found-when-you-are-installing-a-service-pack-or-update.aspx
    By the way, you can also install the Service Pack 1 in
    Clean Boot mode manually. Then please check if install successfully.
    Hope this helps.
    Best regards,
    Justin Gu

  • I want to add refworks grabit to my tool bar, when I try to install for firefox it won' t let me this is what I get: HTTP Error 404.3 - Not Found The page you a

    this is the complete error I get. I just installed firefox so that I can use this feature and now it is useless.
    Error Summary
    HTTP Error 404.3 - Not Found
    The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
    Detailed Error Information
    Module StaticFileModule
    Notification ExecuteRequestHandler
    Handler StaticFile
    Error Code 0x80070032
    Requested URL http://www.refworks.com:80/refgrabit/install.xpi
    Physical Path E:\RefGrabIt\install.xpi
    Logon Method Anonymous
    Logon User Anonymous
    Failed Request Tracing Log Directory C:\inetpub\logs\FailedReqLogFiles
    Most likely causes:
    It is possible that a handler mapping is missing. By default, the static file handler processes all content.
    The feature you are trying to use may not be installed.
    The appropriate MIME map is not enabled for the Web site or application. (Warning: Do not create a MIME map for content that users should not download, such as .ASPX pages or .config files.)
    If ASP.NET is not installed.
    Things you can try:
    In system.webServer/handlers:
    Ensure that the expected handler for the current page is mapped.
    Pay extra attention to preconditions (for example, runtimeVersion, pipelineMode, bitness) and compare them to the settings for your application pool.
    Pay extra attention to typographical errors in the expected handler line.
    Please verify that the feature you are trying to use is installed.
    Verify that the MIME map is enabled or add the MIME map for the Web site using the command-line tool appcmd.exe.
    To set a MIME type, use the following syntax: %SystemRoot%\windows\system32\inetsrv\appcmd set config /section:staticContent /+[fileExtension='string',mimeType='string']
    The variable fileExtension string is the file name extension and the variable mimeType string is the file type description.
    For example, to add a MIME map for a file which has the extension ".xyz": appcmd set config /section:staticContent /+[fileExtension='.xyz',mimeType='text/plain']
    Warning: Ensure that this MIME mapping is needed for your Web server before adding it to the list. Configuration files such as .CONFIG or dynamic scripting pages such as .ASP or .ASPX, should not be downloaded directly and should always be processed through a handler. Other files such as database files or those used to store configuration, like .XML or .MDF, are sometimes used to store configuration information. Determine if clients can download these file types before enabling them.
    Install ASP.NET.
    Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.
    Links and More Information This error occurs when the file extension of the requested URL is for a MIME type that is not configured on the server. You can add a MIME type for the file extension for files that are not dynamic scripting pages, database, or configuration files. Process those file types using a handler. You should not allows direct downloads of dynamic scripting pages, database or configuration files.
    View more information »

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • Config sync:error: Folder is no longer part of the system data source or the folder not found

    This is the message I am getting when i try to configure synchronization through intellisync in all functions.  Any ideas?
    Folder is no longer part of the system data source or the folder not found
    JT

    jtwilcox wrote:
    Mail account is MAPI
    XP
    Outlook 2007
    thanks for your help so far!
    JT
    Hi...
    Based upon the folder error, my guess is the Desktop Manager is having difficulty determining your default mail client. I am not sure why but it is easy enough to redo a profile in Outlook just to test this. (Control Panel / Mail)
    Of course, I would backup my PST file prior to doing this and then create a new profile and import the PST file into the new profile. Once the profile is running and tested ok, I would again go to the Control Panel / Mail and set the default profile to point to the newly created profile. Then run the Desktop Manager and see what happens....
    H.
    +++++++++++++++++++++++++++++++++++++++++++++++++
    If successful in helping you, please give me kudos in my post.
    Please mark the post that solved it for you!
    Thank you!
    Best Regards
    hmeister

  • Itunes install error message - program not found ...x64/difxinst64.exe

    itunes install error message - program not found ...x64/difxinst64.exe
    no problems with ITunes on Dell Inspiron Windows 7 until yesterday.  ITunes version 11.0.2.  iphone won't connect stating required software is not installed.  uninstall and install 64 bit version of iTunes.  I have 64 bit version already.  I have uninstalled and reinstalled 5 times already.  When re-installing ITunes get error message c:\programdata\34be82c4-e596-4e99-a191-52c6199ebf6\x64\difxinst64.exe.  file does not have a program associated with it for performing this action. please install or create an association in the Default Programs control panel.   iTunes install continues after the difxinst64.exe error message but then get the iphone cannot be used error message again.  therefore, I can't sync my iphone with iTunes until I figure this out.
    can't win for losing.  had iTunes on my windows 7 laptop for 4 years.  first time I've ever encountered this.

    I am a PC Tech and had a customer with this issue. Ran across this post in my search and ended up finding the solution on my own. The problem isn't with the iTunes software but the installer for the GEARAspi drivers. Really the issues is with the file type asssociations in the windows registry. On the system I was working on the HKCR key for .exe should point to the exefile key but pointed to nothing. To fix it create a new txt document and paste the following in (only paste what is in between the [code][/code] tags):
    [code]
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.exe]
    @="exefile"
    "Content Type"="application/x-msdownload"
    [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
    @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
    [/code]
    Now change the extension from .txt to .reg. Then right click and select merge. iTunes should now install properly.

  • Error 48: File or folder not found when using photomerge panorama - imac photoshop elements 10

    Any help is appreciated.  Followed the photomerge panorama instructions and got error 48: file or folder not found.....line 16 ...
    using photoshop elements 10 on imac with OSX 10.8.2
    Thx

    Have you recently updated your Operating system? Please try repairing permissions for your hard disk.
    Please check the help document to know more about repairing permissions http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html#main_Solutio n_3__Repair_Disk_Permissions

  • I installed the developer toolbar and it is not showing

    I have installed the developer toolbar and it is not visible, and not listed in the View-toolbars menu either. Do I need to enable it? Mac OSX

    Also, to confirm that the extension is installed and enabled, you can check here:
    Tools menu > Add-ons > Extensions category

  • Having an error on my Flash Player install. Error stating "Actionlist Not Found".  How can I fix?

    Having an error on my Flash Player install. Error stating "Actionlist Not Found".  How can I fix?

    Download the Adobe Flash Player installer directly by clicking one of the following links.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)

  • I have install the Developer Studio ,what's the next ?

    I install the Developer Studio on my computer.
    I need a remote server.
    how build a remote server?
    How can i set in the developer studio>windows>Preferences-->SAP J2EE Engine
    and how to set in the SAP application server?(ECC6).
    and how set the developer studio>windows>Perferences-->Web Dynpro.
    if i finish a web dynpro project in the Developer Studio, how can i deploy it to the SAP Application server?
    and how to test the application.
    where can i get the all the manual ?

    hi,
    in studio>windows>Preferences-->SAP J2EE Engine
    you give the WAS (web application server) path, you will gate them from below link..
    http://service.sap.com/instguides
    For All about NWDS
    the easiest way to download NWDS is in Service Marketplace , there go to the software download center (service.sap.com/swdc) and click on "Search for all Categories" on the left hand side. If you search for "Developer Studio" and then click on "SAP NW DEVELOPER STUDIO 2.0" in the results, you can navigate down and find the SP that you are looking for. SP18 is available now.
    or take a look here
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    Download of SAP Netweaver Developer studio
    for binding , deploying and running your application :http://help.sap.com/saphelp_nw04s/helpdata/en/26/6e5a3e740be946e10000000a114084/frameset.htm
    Creating your first application:http://help.sap.com/saphelp_nw04s/helpdata/en/fd/ed32a8c9994b4ba4a1645a764814db/frameset.htm
    Sample tutorials on web dynpro for javahttps://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d [original link is broken]
    hope it helps
    regards

  • When installing Adobe Presenter, get error message plattform not compatible.

    When installing Adobe Presenter, get error message plattform not compatible.

    Check the tech specs to see if your system meets the minimum requirements for the software.

  • Error "Specifed Key not found" while installing Oracle 11g R2 db

    Hi,
    I am new to installing oracle 11gr2 DB. While installing at the stage of "install product" during the process of .Copy files its throwing the following error
    *Specified Key not found
    Please help me solving this problem. Your help is much appreciated.
    Thanks in advance.

    979400 wrote:
    Hi ..
    I am getting the "Specified Key not found" while installing Oracle 11 g r2 on windows 8 (64 bit) and below is the installation log , Please help me .
    Number one - you are hijacking someone else's thread. Please read the forum FAQ. The link to that is conveniently located in the upper right corner of this very page.
    Number two - no oracle product is certified to run on Window 8. If you want to run an Oracle product, you need to use an OS which Oracle has certified for said product.
    ID: oracle.install.driver.oui.OUISetupDriver:13
    oracle.cluster.verification.PreReqNotSupportedException: Reference data is not available for verifying prerequisites on this operating system distribution
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:248)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4538)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4487)
         at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
         at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
         at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
         at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
         at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
         at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:129)
         at oracle.install.commons.util.Application.startup(Application.java:869)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
         at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
         at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:117)
         at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:148)
    ---# End Stacktrace #-----------------------------
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:16
    oracle.cluster.verification.PreReqNotSupportedException: Reference data is not available for verifying prerequisites on this operating system distribution
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:248)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4538)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4487)
         at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
         at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
         at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
         at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
         at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
         at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:129)
         at oracle.install.commons.util.Application.startup(Application.java:869)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
         at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
         at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:117)
         at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:148)
    ---# End Stacktrace #-----------------------------

  • Can't install Adobe Flash due to "Aktionsliste nicht gefunden" error (action list not found).

    Hi there,
    I'm on Mac OS X 10.8.3 and I have trouble updating/installing the latest version of Adobe Flash.
    I had Flash installed but the normal update would fail with an "Aktionsliste nicht gefunden" error (action list not found).
    Then I uninstalled Flash (via the Adobe tool) and tried installing it several times from scratch but I'm always getting the same error.
    I now also disabled my Avast virus software before installing but still, same error.
    Please, there needs to be a solution to this. Does somebody know how to get around this error, so that I can install the latest version of Flash?
    Any help would be much appreciated.
    Thank you,
    Wolfgang

    Please refer : http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-mac.html
    Alternatively you can try installing it from the offline installer available at : http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header

  • Can't install flash plugin. Get "action list not found" error

    Running 10.8.4 and Safari 6.05
    Can't install Flash Player 11.6.602.167
    Get an error "action list not found"
    Anyone know the answer?

    You are downloading directly from the Adobe website?
    Adobe - Install Adobe Flash Player

Maybe you are looking for

  • Undo changes in Adobe reader file

    Can I undo the last few changes I have made in editing a pdf file in Adobe Reader app for ipad?

  • Error when trying to email report using Analyzer for Excel template

    I have a report for which I have created both "RTF" and "Analyzer for Excel" based templates. I can email the report using the RTF template, but when I try to email it using the A4E template (using the 'Send' button from the report screen), it never

  • Apple 30" LCD working on a PC?

    hey, im looking into getting the 30" lcd, but i want to use it with a new pc that i got. the video card on it is top of the line, so its got two dvi's, will the lcd be able to connect directly? or do i have to get this dvi/adc adapter from apple?

  • Preview not available for this file on import

    I just transferred all my stuff from a vista computer to a new Windows 7. Lightroom 3.3 is now running as a 64 bit. I am importing tiff scans which were done on the Vista computer. At first everything was going fine, but now when I select files for i

  • Update Record Parameter Variable SQL injection

    Hello...Please advise how to correct code... The update record field recordcurrent is a y/n checkbox field with radio buttons for selecting response with default as N. Here is the code that has an error: MM_editCmd.Parameters.Append MM_editCmd.Create