How to import an j2ee project into j2ee perspective of  NWDS

while trying to import an j2ee project into NWDS .....it is giving an error """unbounnd classpath container:org.eclipse.jst.j2ee.internal.web.container".
So where must be the problem.Should i have to install some eclipse plugins in the NWDS ????

Hello again
Sure, you can import the topics as a "batch" by selecting many topics at once.
As for the links, I'm thinking that as long as you maintain the relative locations between the linked topics, that all should be fine.
What I mean by the relative locations is to say that if you have a folder structure in the source project, you will need to ensure you have the identical folder structure in the destination. Then ensure the topics are copied to the exact folders.
Cheers... Rick

Similar Messages

  • How to import existing jsp project into jdeveloper

    can someone help me how to import existing jsp project into jdeveloper?
    can give me step by step to import..cause i am new for jdeveloper..
    thank you very much

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • How to import an existing project into another existing project?

    RH10
    I will need to bring in all the contents of a smaller WebHelp project into a larger WebHelp project.
    I have found some discussion of merging, but I think this is a different matter (unless I am mistaken). I want to permanently incorporate the content of the smaller project into the larger project.
    What is the best method for doing this please?
    Mike

    Hello again
    Sure, you can import the topics as a "batch" by selecting many topics at once.
    As for the links, I'm thinking that as long as you maintain the relative locations between the linked topics, that all should be fine.
    What I mean by the relative locations is to say that if you have a folder structure in the source project, you will need to ensure you have the identical folder structure in the destination. Then ensure the topics are copied to the exact folders.
    Cheers... Rick

  • How to import an existing project into DTR

    I have one question for NWDI:
    There are two senarios:
    A. I created a web dynpro project without NWDI. Now I want to import it into DTR. Is there any workaround?
    B. My NWDI crashed and can not be recovered. Then I install a new empty NWDI. Since I checked out all the DCs to my client side. Is there any workaround to re-import the project into the empty NWDI?

    Hi,
    You can transfer local DC project into NWDI. I have a doc which tells the procedure to Convert local CAF DC project into NWDI. For Web Dynpro project the procedure will be same. So you can go through the doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3e479a6a-0b01-0010-62bd-dcfe09c67c41
    Without NWDI you can also do your development by usind DCs in your local plugin folder. Here is one doc also.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f7be53bb-0b01-0010-1c96-be3cb6799c1b
    I think it will help you to solve your problem.
    Thanks
    Chandan

  • How to import AIA Demo project into AIA Project Lifecycle Workbench

    We have installed Oracle AIA 11.1.1.1.5 along with AIA Demo & OER. The question I have is - How to import (or harvest in OER terms) the AIA Demo project so that we can see the project in AIA Project Lifecycle Workbench as well as in OER.

    This information is given in the Oracle documentation - Getting started with AIA Foundation Pack and Demo 11.1.1.2.01 Part No. E17359-01 - page 34 and other later releases as well.

  • How to import imovie HD projects into imovie 10.0.3

    Hello
    I still a serie of projects recorded in my computer with imovie HD.
    I have now imovie 10.0.3 and OS 10.9.2 and I do not manage to convert these "old" files.
    How can I do as Mavericks does not allow to run imovie HD.
    Thanks
    Marc

    You can run iMovie HD 6  on mavericks, but not HD 5.
    You can save the project as a Quicktime file (best quality) and import that into iMovie 10.

  • How do import an iDVD project into iMovie?

    Hello,
    I want to make changes to a movie, but I can't find the movie. It's just me. I have the iDVD project, and I know I can "play a DVD into iMovie, but wouldn't it be better to get the .proj into the event?
    Thank you.

    First, see if your MP4 file will play in QuickTime Player.
    If it will, click Command-I in QuickTime Player to open the Inspector. Tell us the dimensions of the clip, and everything listed beside the word Format:

  • How to import a existing projekt into eclipse

    Hi everybody,
    how do I have to import a existing projekt into eclipse?
    I always have trouble with package-name and things like that.
    regards Mario

    Hi Mario,
    These are the steps you need to follow to import an existing project into eclipse
    Firstly you must extract the project to a directory.
    Steps:
    1. Select the required Perspective.
    2. Choose File - import.
    3.Select Multiple existing projects into workspace & then next
    4.Select browse.
    5.Select the folder containing the projects & then ok.
    6.Select the projects to be imported.
    7. If you want to have the projects displayed in the J2EE explorere, select open projects after import.
    8. choose finish.
    Hope this will help you
    Regards
    Neha

  • Import an eclipes project into jse

    Hello,
    I want to import my eclipse project into JSE. I also would like to use the UML to model my project. How do I do this seamlessly?
    I also currently use XMLSpy (home edition) to maintain my schema and Altova provides a plugin for this in eclipse. Can I use this plugin in JSE?
    Thanks

    Hello,
    I decided to try NetBeans to import the eclipse project.
    After specifying my workspace and checking the packages that I wanted to include I got this error :
    java.lang.AssertionError: Projects can't be null
         at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:232)
         at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:208)
         at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:160)
         at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:43)
         at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:92)
         at org.netbeans.modules.projectimport.eclipse.ImportProjectAction$1.actionPerformed(ImportProjectAction.java:93)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:800)
         at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:843)
         at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:831)
         at org.openide.util.Mutex.doEventAccess(Mutex.java:1146)
         at org.openide.util.Mutex.readAccess(Mutex.java:183)
         at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:816)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at org.netbeans.modules.projectimport.eclipse.ImportProjectAction.performAction(ImportProjectAction.java:102)
         at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:94)
         at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
         at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:90)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
    [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    I am reporting this as the IDE requested I do it.
    Cheers

  • Having an issue importing a 10 project into 9...please help

    Hi,
    My company downloaded a trial version of RH 10.  We built a lot in 10, but then, we decided to purchase a copy of RH 9.
    We were told we could import a 10 project into 9, but when I try to do that, I get the following error message saying it's not possible.
    Can we, or can we not, import a 10 project into 9?
    Thanks,
    Jeff

    Willam van Weelden wrote:
    Here's how to downgrade:
    http://www.wvanweelden.eu/articles/downgrade-robohelp-project
    Kind regards,
    Willam
    Thanks WVW!
    This is why forums are great....many points of view and you can usually get to the truth at some point!

  • Import a fb3 project into fb4

    I'm ready to import a fb3 project into fb4. What changes does this actually do to the fb3 one such that i cannot be used by fb3 again?
    Should I do this with my production projects yet? I think the benefits would outweigh any risks.

    I imported a flex 3 project into flash builder but in the design view I'm getting
    model edit failed, the same property cannot appear twice
    I'm not sure how to correct this.
    I'm using fb4 beta 2

  • Error while importing an existing project into workspace

    hi,
    I am trying to import an existing project into workspace but getting an error 'vfamilychange' doest not have a .project file .But while checking into the folder structure of project vfamilychange' shows the .project file is already there.
    Please do suggest.

    Hi,
    To correctly use the project in a new NWDS. Please use the following method (for Windows XP only):
    1.) Navigate to the projects folder. This will be in the "DC" or "Local Development" folders in your "Documents and Settings" folder.
    2.) Inside the project folder you will find an "_comp" folder.
    3.) Zip this entire folder with WinZIP or WinRAR.
    4.) Finally goto the new PC / Location of export. Unzip this archive into a new Folder.
    5.) Open NWDS. Goto File->Import->Existing Project into Workspace.
    6.) Select your folder (where you extracted the archive).
    Hope that helps.
    Thanks.
    p256960

  • How to import a PDF form into FormsCentral

    Hi,
    Please help me in How to  import a PDF form into FormsCentral.
    Thanks,
    Techvedic

    Hi Techvedic,
    Import of form in Formscentral depends on how it was created. If you used LiveCycle designer to create the original form then it cannot be imported. However, if the form is created in Acrobat then you can import it by clicking on Import PDF form under Create New form heading.
    Note: In the imported form you may edit the position of the submit button, but other design edits to the imported form will need to be made in the tool used to create that form.
    Hope that helps, let me know if you have any other question.
    Regards,
    ~Pranav

  • How to import a XML file into the document?

    Hai,
    i had created a table using xml file....
    Now i want to import that xml file tabel into the document...
    Can any one tell me how to import the xml file into the document?
    thanks
    senthil

    Hai...
    this is senthil...
    i'm beginner for creating adobe indesign plugins..
    i want to import a html file in the document...
    i want to create a table by using html tags and
    that table will be imported into the document..
    How shall i do it?
    can any one plzz explain me?

  • How to import a PSD file into Indesign WITH layers so it can be edited/saved as an InDesign file?

    How to import a Photoshop file into Indesign CS6 so that it's layers show in InDesign and it can then be edited/saved as an InDesign file?

    MyTienN wrote:
    Someone had mentioned the possibility of saving each individual layer in Photoshop as a png file and importing into Indesign and adjusting it in there
    What do you mean by "adjust"? Editing of Photoshop images should be done in Photoshop.
    Sure, it's possible to save individual layers from an image in Photoshop as inidvidual files in a variety of formats, but what's the point? You could just as easily import the layered file, then copy/paste it into a new layer for each layer in the image and use layer visibility to control which ones show. I don't think that will do you a lot of good, though, if you use adjustment layers or opacity controls on the layer in Photoshop.

Maybe you are looking for

  • My iTunes library keeps disappearing!

    First time I noticed my music was missing I searched everywhere and then found the library in the trash. I made a desktop folder and copied all the music and then added it back to my library. Exactly a week later I go back to my iTunes library and ev

  • LSMW Error while Transporting

    Hi All Hi All I have configured LSMW in Quality for which i have only 1 Project under which there are 13 sub Project & under each sub project there is only one Object . Totally there are 13 objects  . Now i want to transport all of them in to a produ

  • BPEL Compilation Error: Load of wsdl "with Message part element undefined..

    Hi Friends, I am getting following error while compiling my BPEL process: Error: Load of wsdl "FTPWrite.wsdl with Message part element undefined in wsdl [file:/D:/MyData/_MyProjects/052_Amazon_MetadataInterface/001_SVN/002_Intl/trunc/MetadataInterfac

  • Retrieving deleted video file

    I purchased a movie off of itunes, but somehow the file got deleted off my MacBook. Any idea how I can retrieve that (it is not in my garbage) or if apple will resend it to my itunes account? Thanks for your help in advance!

  • Call bapi  bapi_po_create1 will get dump message SYNTAX_ERROR

    hi when i call bapi will get SYNTAX_ERROR dump! i have check in bapi_po_create1 report i found have add support node ( get new function:ZBAPI_PO_CHANGE--> this note will active in other function) and in this function i will found one perform process_