Opening already existing ejb project

Hello Tehcies,
I am using Sun Java Studio Creator 2.
How can I open an ejb project which is already exists. Previously this ejb project is done on sun one ejb builder.
Can u guys send me the url for sun one ejb builder so that I can download it.
Looking forward 4 u r reply.
regards,
Krishna.

Are you refering to Sun One Studio IDE ? That was very old release. We have newer IDE now. Check the following url :
http://developers.sun.com/prodtech/javatools/jsenterprise/index.jsp
If you still want to refer to Sun One Studio guide:
http://docs.sun.com/app/docs/doc/817-2318

Similar Messages

  • When I try opening an existing iDVD project, it doesn't open

    When I try opening an existing iDVD '08 project, it goes back to the "start a new project, open an existing project" menu. I have spent several hours on the project and have quit iDVD and successfully opened it again numerous times, so I don't understand why that project won't open.
    I have the most updated version of iDVD and deleted the iDVD plist in my library and used Disk Utility to repair permissions and restarted my computer, but it's still doing the same thing. I can see my project name in the "open" menu box and that it is 182 MB, and it lets me select it, but then it just goes back to that main iDVD menu. The project has 10 short movies (3 - 4 minutes each), no chapter markers, & one slideshow with 170 photos. I see a lot of postings about iDVD itself not opening, but that isn't the problem... I can open a new project with iDVD just fine.
    Any ideas?

    Yeah. It does the same thing....opens the main startup window. Thanks though. Any other ideas?

  • If I upgrade from iMovie08 to iMovie 11 what will happen to my already existing iMovie projects?

    I need to create a final prodcut for a grad school class and I would like to use some of the features on iMovie 11. I, however, already have begun creating some video clips. I want to know what will happen to my existing projects that are not yet published when I upgrade from iMovie08 to iMovie11. Thanks!

    iM11 doesn't hurt your older projects, nor events.
    keep in mind: iM11 Projects are not compatible with iM09

  • I have had to reload iWeb and now want to open an existing web project

    Hi,
    Long story short,  I lost iWeb and had to reload it.  My website (made with iWeb) is still on my hard drive but I cannot seem to find a way of re-opening it in iWeb. 
    Can anyone advise please?
    Thankyou
    Steve

    Try downloading DomainCracker and opening up the Domain file with that.
    You can dowload it from iWeb for Musicians. 

  • Can't open already created project

    I am total Flex beginner and I have tried lots of ways how to
    open one existing Flex project, but it looks too complicated for
    me. I think problem is that I've got nonstandard project source.
    Please take a look at this source here
    picasa-image-express.swf_SRC.zip
    Can you please write a short manual how to open this project
    and compile it to SWF ?

    Step 0. Unzip the file.
    Step 1. Start Flex Builder (I use version 3)
    Step 2. Flie/New/Flex Project
    Step 3. Name the Project main and click Finish
    Step 4. Open the unzipped main.mxml file in some
    editor/NotePad & copy everything and paste it into Flex Builder
    in place of the default code.
    Step 5. Copy the components and pkg folder from the zip file
    into the project and paste the into the Flex src folder.
    That will let the project get build, there are some other
    resources needed to really run it but hopefully that info is at the
    place where you got the zip file.
    Good Luck, I too am a beginner but am enjoying learning Flex.

  • Rename EJB project(Enterprice Project) - Urgent

    Hi all,
    I have an EJB based project (example: abc.ear, abc-admin.war, abc.war). Now, I am gonna create another project using the same EJB module.But the already existing EJB module should be renamed (example: xyz.ear, xyz-admin.war, xyz.war).
    I am using NetBeans 6.1. Is there a way that I can rename the whole EJB module with NetBeans 6.1. While doing refactoring in NetBeans It renamed only the project name. I need to rename all the project names and references.
    Its an urgent project. Hope to have a good reply from you.
    Thanks in advance

    Is it so much work to create new projects and simply copy the source files over to them?

  • Converting existing ejb module project into DC

    Hi,
    1. I have created a local Ejb Module Project
    2. Also a web service is created using that ejb(stateless) && deployed on the server.
    3. I want to convert this local ejb module project into DC
    4. I have copied everything from local ejb module project(eg.ejb,classes,virtual Interface & web service dif etc) & pasted in the DC structure.
    5. While creating web service, it shows me a deployment error, regarding web service name (which is already exists).
    6. I can create web service with different name & it works fine,
    but I don't want to use different name for web service.
    7. Is it possible to again create web service with the same name?
    8. Or is there another way for doing this?
    Best regards,
    Nilesh

    Have you tried to undeploy the old project? This should work out.
    \-- Vladimir

  • File 'Form1.resx' already exists in the project

    Dear Everyone, 
    Could you help me to solve the File 'Form1.resx' already exists in the project. when I put my form under a sub folder?
    I tried to copy the 'Form1.resx' from project base folder to the sub folder, the Visual studio 2010 C++ complied but the software hang at: 
    this->Icon = (cli::safe_cast<System::Drawing::Icon^  >(resources->GetObject(L"$this.Icon")));
    I am using Visual studio C++ 2010.
    Here is an explanation from someone with the same issue:
    "if you create a new Windows Form in a C++/CLI application and choose to save the .h and .cpp files in a location other than the project folder - for example a sub folder below the sub folder - the form gets created ok, but when you try to change
    anything on it you get an error message saying:
    "Could not find the file: <path_to_project_folder>\<subfolder>\<form_name>.resx"
    If you try to save the changes you get another error message saying:
    "File <path_to_project_folder>\<form_name>.resx' already exists in the project."
    followed by another error message:
    "Error HRESULT E_FAIL has been returned from a call to a COM component."
    Regardless of where you save the .h file, Visual studio creates the .resx file in the project folder and then looks for it in the same folder as the .h file, and can't find it!"

    Hi Shu Hu,
    I followed you suggestion and the issue was still there. I got the software crashed at:
    this->Icon = (cli::safe_cast<System::Drawing::Icon^  >(resources->GetObject(L"$this.Icon")));
    Here are my steps:
    1. Create a subdirectory
    2. Add new form under new sub-directory
    3. Change form icon from "Properties" tab
    4. ignore error
    5. copy the *.resx from the root of the project to sub-directory
    6. close and reopen the project
    7. remove *.resx from project Solution
    8. Add *.resx under sub-directory to Header Files
    9. Add some code to call the form.
    10. Build & run
    I saw this issue reported at least since VS C++ 2005 and it seemed there is no fix.
    I tried these steps to reproduce this issue. But my project works well on my side. According to your application hang at : "this->Icon = (cli::safe_cast<System::Drawing::Icon^  >(resources->GetObject(L"$this.Icon")));"
    I guess you may forget one step, could you try open the .resx file and click add resource -> add existing file. I guess your icon file didn't embed in resx file.
    How to report this issue to Microsoft development team so they can fix it?
    I cannot reproduce this issue. If you have a sample to reproduce this issue, you could submit this issue to
    microsoft connect. I am also glad to test your sample on my side, and you could share it on a public Onedrive folder with me.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Assigning budget profile to already existing project

    Hi All,
    Please suggest how can we assign budget  profile to already existing project .

    Hi Vishal,
    You can go the Project builder, open the particular project and in the detail screen of the project definition, enter the budget profile in the control data tab page.
    Or goto SPRO->Project system->Costs->Budget->Stipulate default budget profile for Project definition and assing the bedget profile.
    Or enter the Budget profile in the Controlling tab page of the Project profile.
    You can do all these for existing projects.
    regards
    Pratap.V

  • Cannot Open Existing Files (Projects) in Garageband

    GB projects created only weeks ago are not listed in 'recent projects' so I click on 'Open an Existing File'. I can see the file but the Open button remains shaded. I tried opening by clicking Control/Open in Garageband - I get message "Output.AIF could not be opened. Garageband cannot open files in the AIFF-C audio format. I'm confused by this because I created these projects just weeks ago in Garageband but just had not opened them recently. I've had no upgrades performed software or otherwise. Naturally I would like to open and continue working these aging projects that I've already spent hours creating. I am hopeful someone has an easy fix for me.
    Thank you.

    Thank you for responding Christopher, I really appreciate your time.
    Turns out I was able to open via viewer, though I had done same earlier, this time it worked and opened the project window. I'm concerned about GB becoming unstable however, as I used to be able to open projects that aged off the 'recent projects' window directly by clicking 'open other existing files'. So, for now I will live with using the viewer. At least I didn't lose those hours of composition. I have ordered iLife '11, hopefully this will serve to enhance GB and create more stability.
    Thank you again for helping me.
    Rick

  • IPad mini will not let me access mail after latest software update, 6.1.2, seems to want me to sign in, but whenever I type my Id ad password it just says that the mail account already exists.. Still can't open my mail!

    iPad mini will not let me access mail after latest software update, 6.1.2, seems to want me to sign in, but whenever I type my Id ad password it just says that the mail account already exists.. Still can't open my mail!
    Help would be appreciated.

    PhotogYogi wrote:
    I Have the same issue on a brand new iPad mini 2. My battery is only lasting up to 5 hours. I went on chat with Apple last night and they said my battery is fine and its a Safari issue. I'm literally losing 1% every 3-4 minutes. I tried recalibrating my battery, signing out of iCloud, shutting off all locations, turning off background app refresh, restoring network settings, restoring all, and finally restoring from iTunes with no luck. This is just awful. I got this iPad so I could use it on my long flight for a trip I have coming up, and unfortunately, it's not going to last that long, plus I'm concerned about how many times i will be recharging my battery because of this since battery's do have a life cycle dependent on the number of charges. This is frustrating and needs to be fixed ASAP and addressed by Apple.
    By the way, Apple told me to bring my device to the Apple Store because it's still under warranty. That's great and all, but I'm going to waste my time if there is no fix for this issue.
    Ok so you want Apple to address the problem, but yet you don't want to take it to them just in case they can't fix it? What if they can fix it? Complaining here certainly won't fix it.

  • Creation of a new wbs elements to an already existing project

    1. i am using BAPI_BUS2054_CREATE_MULTI to create a new wbs element in an already existing project.When this is done then i am using BAPI_PS_PRECOMMIT and then bapi_transaction_commit
    so this creates the wbs element which i guess but only the element.
    2. Now i need to attach the networks to it which are there in BOM so i am taking all the network data from the table afko joining it with aufk.It is giving all the network data which was there attached prior to the project but the new one it is not showing.The query is
    SELECT afkoaufnr afkopronr aufkpspel aufkktext aufk~loekz
    INTO (afko-aufnr, afko-pronr, aufk-pspel, aufk-ktext, aufk-loekz)
    FROM  ( afko AS afko INNER JOIN aufk AS aufk ON aufkaufnr = afkoaufnr)
    WHERE afko~pronr = w_wbs_cur-psphi.
    3.Now i am comparing this data from above to the BOM data and take the difference of the networks which are to be created.
    But as the above query is not returning the new wbs so it is getting failed.

    i am already using this
      CALL FUNCTION 'CONVERSION_EXIT_KONPD_INPUT'
        EXPORTING
          input     = g_znpsdata_old-project_definition
        IMPORTING
          output    = w_wbs_cur-psphi
        EXCEPTIONS
          not_found = 1
          OTHERS    = 2.
    do i need to use the other one also

  • When I open itunes, I have the following message : a more recent version of this app already exists in your itunes library. Do you really want to replace it by the one you move ?

    When I open itunes, I have the following message : a more recent version of this app already exists in your itunes library. Do you really want to replace it by the one you are moving ? How can I get rid of this message which appears for at least 20 app out of 90 ?

    When I open itunes, I have the following message : a more recent version of this app already exists in your itunes library. Do you really want to replace it by the one you are moving ? How can I get rid of this message which appears for at least 20 app out of 90 ?

  • X-Code 5.0.2 crashing in Mavericks 10.9 when opening an existing project

    Just updated X-Code to 5.0.2 and now it crashes when I try to open an existing project. Seems to OK when a new project is started though.
    What am I doing worng?

    I had the same issue then I found out all you have to do is to set the default view to List before opening any previous or new project and it worked, credit goes to this user below who found the solution.
    ahmedMac25
    I was able to resolve by workaround:
    1. Closed all open applications
    2. relaunch Finder
    3. run  sudo find / -name ".DS_Store"  -exec rm {} \;
    4. this removes all  .DS_Store old files on the computer
    5. launch finder and set default view to "LIST VIEW" as shown here:http://macs.about.com/od/usingyourmac/ss/Setting-Finder-Views-For-Folders-And-Su b-Folders_2.htm
    5. rerun the offending application and file chooser works

  • When I opened iweb it opened as a file I deleated. I have a published website with godaddy and would like to update. How can I open the existing iWeb app to the site that is already published?

    When I opened iweb it opened as a file I deleated. I have a published website with godaddy and would like to update. How can I open the existing iWeb app to the site that is already published?

    You cannot retrieve the already published site as iWeb CANNOT open it - it has no import facility.
    You need your domain.sites file, which you can find under User/Library/Application Support/iWeb/domain.sites.  You do not need any kind of account for this because it is your domain.sites file that resides on the hard drive of your Mac anyway.  Find this file and you can alter your website.
    Use a spotlight search to try and find it and if this does not work you can download something called Find Any File.  If you really can't find it, then you'll have to start from scratch because iWeb cannot open a site that is already published.

Maybe you are looking for