How to Open project

I am trying to open a project.I have downloaded netbeans IDE. when i say open project, there is no solution file available where i can open all files.although i can open separate file as individuals but thts not the part of the project.Can somebody help me?

Java.123 wrote:
Are you a developer? Java developer? No and no.
I dont ask questions on forums. It doesn't matter where you ask your question. If it's online, on a forum or mailing list, or if you're asking the person sitting next to you. You need to explain yourself properly.
Am new to java and tried forum so that somebody could give me a head start.With what? How Netbeans works? That "question" has already been answered.
Didnt here people love to comment on somebody's capabilities rather than addressing the issue.ANyways thanks for your comments and guud luck.Buh-bye.

Similar Messages

  • How to open project from an earlier version (RH x3) using RoboHelp 6.

    Hello everyone, I need your help. I have recently upgraded
    from RH x3 to RH V6. I have just completed the installation of RH6
    after spending long time with Adobe customer support as it took
    them long time to figure out how to provide me the unlocking key to
    install RH v6.
    BTW I have only installed RoboHelp 6 by itself. I did not
    install their Source Control because we already have Visual Source
    Safe which we have been using in our company.
    Also, since I had Adobe Reader 8 installed on my PC, I did
    not install Acrobat Element 7 either. As I suppose if Acrobat 7 or
    higher is installed RH v6 was not going to install Acrobat Element
    7.
    Well, now after I have installed RH v6, my first step is to
    find out how to open project from an earlier version (RH x3) using
    RoboHelp 6.
    RH x3 is installed on my old PC and I am working on my new PC
    where I have installed RH V6.
    Sorry, for providing you too many details, the purpose is
    only to give you a clear picture.
    Please, give me your feedback if I am doing everything
    correct and how should I open the project from an earlier version.
    Thanks

    Hi Peter,
    Thank you so much for the response. Actually, after I posted
    the question on Forum we had lost internet connection for some time
    and I just went ahead and tried it by myself.
    This is what I did – since we use MS Visual Source
    Safe, my all files were in the working folder of VSS in my c drive.
    I just clicked the Open tab/More Files in RoboHelp Starter and
    located the RoboHelp HTML Project File. It opened without any
    problem. Everything looks alright.
    Is there anything specific I should be checking to make sure
    if it is working fine in this version of RH. Because I did not
    create this project, somebody else did and I have never used this
    tool before this is the first time I will be using.
    I found your site pretty helpful though and it did have some
    information about Source Safe. I still have one question related to
    Visual Source Safe that Is RoboHelp v6 linked to VSS automatically
    and check the files out from it automatically whenever a project is
    opened or we have to manually set the link between the RH6 &
    VSS.
    In RH x3 whenever I would open a project it would prompt a
    message that in order to open this project the following files need
    to be writable, would you like to make them writable, selecting
    that option would checkout all the files from the VSS to make them
    writable. However, in RH V6 I opened an existing project and it
    opened without checking out the project files from VSS. Do you have
    any idea what’s happening?
    Ps: Do you recommend any book on RH 6 for starters or any
    other recommendation?
    Your help is always appreciated

  • How  to open  project in netbeans IDE

    am developing one new application in mobile using netbeans 4.1 ide.and j2me..how to open the project folder (which i downloaded
    from mail attachment) in my netbeans ide..
    pls tel me in detail ...
    mohu

    Nothing?

  • How to open Project File?

    Sorry for this I am a newbie, I love the "Fun With" series but I don't know how to open the project files. It comes to my desktop with stuffit expander and then in text edit it looks like a mess. Please advise and thanks!

    Ah - Good point, Kyriakos!
    Tornlov, many of the Fun With use the Replicator, which is not available in Motion 1.0, however, many do not use the replicator. To try a project in Motion 1, first uncompress the zip file by double clicking on it, you should find a .motn file. Open it in Text Edit and change the version from 2.0 to 1.0 and save.
    post back,
    Patrick

  • How to open projects within a zip file?

    Is there any way to use the open project feature to open projects within a zip file loaded onto a LMS?  I have several files loaded in a zip file and I would like to navigate to each one within the zip file itself.  The problem that I see is that it does not know where to look.  Within the zip file, there is a main menu file that is used to branch out to another project file and then the user will go back to the main file to navigate to another.  I know this seems complicated, but I am being asked to see if this is possible.

    A zipped SCORM package is always unzipped on the LMS server after upload.  So you need to look at the file and folder structure of the SCORM after it was unzipped to see how to navigate or link to other elements.
    However, let me just say that what you are trying to do will almost certainly cause you many headaches.  A multi-SCO SCORM package is meant to be comprised of several individual SCO modules that do not usually talk to each other because by definition in the SCORM standard they are supposed to be standalone and not require anything else to play.
    Additionally, a multi-SCO package uploaded to an LMS is intended to allow the LMS to control navigation to individual SCO modules via the TOC links that the LMS creates in its own SCORM player.  Once you start over riding these links and opening up individual SCOs without using the TOC links you run the risk of confusing the LMS as to which SCO is actually playing.  The SCORM API only wants to deal with one SCO at a time.

  • How to Open Project Professional file of particular project from project server pro-grammatically?

    Hello all,
    I am working on project server 2013 right now.
    I am able to create and check in project from my C# application. but is there any way open MPP file of this project from my App.
    Regards, Kartik Ghodasara Associative Software engineer, Synoverge Tech Pvt. Ltd. Ahmedabad Please vote or mark as answer if it helps...

    Hello Folks,
    i have found some code to do the stuff i want to. but it ain't working right now as i don't know what to pass in Filename
    argument in the FileOpen() method.
    Reference : http://us.generation-nt.com/answer/how-open-winproj-exe-2007-programmatically-c-applicatio-help-96037972.html
    private void start()
    var objProcess = Process.Start(@"winproj.exe", "/s http://servername/pwainstance/");
    internal void OpenProjectPlanThroughXMl()
    var backgroundThread = new System.Threading.Thread(new ThreadStart(start));
    backgroundThread.Start();
    System.Threading.Thread.Sleep(10000);
    Microsoft.Office.Interop.MSProject.ApplicationClass objProject = new ApplicationClass();
    objProject.Visible = false;
    object oMissing = System.Reflection.Missing.Value;
    object oFile = @"<>\myprojectname.published";
    object oUserName = "username";//"MSProjectUser"; // Project server database user
    object oPassword = "password@123";//"tcs@12345"; // project server database password
    object oURL = "http://servername/pwainstance";
    object oFormat = "MSProject.mpp";
    objProject.DisplayAlerts = false;
    objProject.FileOpen(oFile, oMissing, PjMergeType.pjDoNotMerge, oMissing, oMissing, oMissing, oMissing, oUserName, oPassword, oFormat, oMissing, PjPoolOpen.pjPoolReadWrite, oMissing, oMissing, oMissing, oMissing);
    objProject.ActiveProject.Application.BaselineSave(true, PjSaveBaselineFrom.pjCopyCurrent, PjSaveBaselineTo.pjIntoBaseline, true, true, true);
    objProject.ActiveProject.Application.PublishAllInformation();
    right now i am getting error like "Argument not valid".Please help me out. 
    Regards, Kartik Ghodasara Associative Software engineer, Synoverge Tech Pvt. Ltd. Ahmedabad Please vote or mark as answer if it helps...

  • How to open my project library progress in timeline with FCPX 10.1?

    So I've been having a huge problem with FCPX 10.1 and I cannot, for the life of me, figure out even what I'm supposed to ask--much less what the answer is.
    So here's the basic problem. I don't know how to open my complete progress of a project library in the timeline. I have 5 projects, and two of them, for some reason unbeknownst to me, I just double click to bring up in the timeline. The other three, however, won't. Let me clarify more. One of the projects is not even showing up in the new 'Projects' sub-menu when selecting my library. The other two are showing up in the 'Projects' sub-menu, but aren't showing as having any content. Their time shows as 0:00. Now for one of the projects I mentioned before (the one that isn't even showing up in the 'Projects' sub-menu,) I know that its editing was saved because I worked on it several different times (having closed and opened FCPx in between) However when I was working on that video, I never removed it from my timeline. So whenever I opened FCPx, my progress it would just automatically pop up in the timeline.
    My problem is this: I do not know where to reliably find my progress for my various project libraries and to open them in the timeline every single time.
    If you need anymore information from me, please say so. My problem is very simply complex, because I'm just stupid enough with this software to not understand how to ask my question properly.
    I worked on a specific project 3 weeks ago and I can't find the progress for it anywhere. I don't want to open specific clips in the timeline. During that project session, I had put all of my clips in the timeline and was editing them in specific ways that required them all being on the timeline so I could get a very specific and seamless effect. How do I get all of that progress into the timeline?

    Okay so if I go into the sub-menu that pops up that contains all of my video and audio clips and right click the FIRST clip in my entire progress and load that into timeline, all of my progress is loaded as well--why is this the case? And why does the project itself show as having 00:00:00 progress in it?

  • Help.....How to Open a Project in WSAD..............

    Hi Everybody,
    I am new to WSAD 4...
    I created a J2EE project.
    My program is located in
    C:\Program Files\IBM\Application Developer\workspace
    Can someone Please tell me how can i open this project in WSAD.
    I searched in help, but no help there..
    I would appreciate if someone who used WSAD and tell me in simple steps how to open i would greatly appreciate.
    regars,
    kemsho.

    Windows -> WorkBench

  • How to open your Photoshop Touch project file in Photoshop

    How to open your Photoshop Touch project file in Photoshop
    When your files are stored in the Creative Cloud, you can access them on your mobile device using Adobe Photoshop Touch, or on your desktop computer using Adobe Photoshop. Photoshop Touch can open files in the following formats: PSD*, PSDX, PNG, JPG, and GIF. And, with a free plug-in for Photoshop CS5, CS5.1, and CS6 you can open the PSDX files created by Photoshop Touch in Photoshop.
    [Note: PSD files can only be opened via the Adobe Creative Cloud. The file is converted,  layers are flattened to a single layer, and  other info that is only supported in Photoshop is removed.]
    Download the plug-in (if you have CS6, skip this section)
    1. If you have CS5 and CS5.1, you are required to download a plug-in to be able to open your PSDX files in Photoshop. If you have CS6, you are not required to download the plug-in (it is native within the version). In a browser on your desktop computer, navigate to the Creative Cloud Homepage ( https://creative.adobe.com ). Sign-in to Creative Cloud using your Adobe ID, then navigate to the Creative Cloud Apps & Services page (https://creative.adobe.com/apps).
    2. Click download under “Touch App Plug-ins” to start the download and install process. Included with the installer is a plug-in for Illustrator CS6, which enables opening of Ideas files (.idea) in Illustrator, and a plug-in for Photoshop CS5 and 5.1, which enables opening of Photoshop Touch files (.psdx) in Photoshop.
    3. You will be asked (if you haven't already) to install the Adobe Application Manager. Follow the steps to install the manager, and the Touch App Plugin should begin the download and installation process. If it does not, click install next to the “Touch App Plugins” icon in the Adobe Application Manager to start the process.
    4. You're all set to start opening your PS Touch files in Photoshop CS6.
    To save a Photoshop Touch file for upload to the cloud.
    1. Launch Photoshop Touch and ensure that you are in the organizer view. (Tap Done in the upper-left corner of the screen to move from edit view to the organizer view.)
    2. Tap to display the share menu.
    3. Select the file(s) to upload
    4. Select the file format to upload to the cloud. Then tap OK.
    5. Once you save the file format, you have a choice to e-mail the file as a attachment, or save a copy. By pressing cancel, it still can be uploaded to the cloud.
    Uploading PS Touch files to the cloud.
    1. Tap the settings button in the top right corner.  Then tap My Account.
    2. Tap Sign in. Sign in with your Adobe ID. To obtain an Adobe ID, go to : https://www.adobe.com/account/sign-in.adobedotcom.html. Once you are signed in, the total storage available in your Creative Cloud is displayed.
    Sync your Photoshop Touch files to the Creative Cloud.
    1. Tap the Creative Cloud icon. Make sure the Sync files toggle is switched to the on position.
    2. When Creative Cloud sync is turned on, you can see your files being synced to your Creative Cloud account.
    Open a Photoshop Touch file in Photoshop
    1. On your desktop computer, launch a browser and navigate to the Creative Cloud website. When you are signed in, navigate to your Photoshop Touch file. Click to select the file.
    2. Tap the download button in the top right corner.
    3. When the download dialog button pops up, select PSD. Once the file has been downloaded, you can open in Photoshop (CS5, CS5.1, CS6) on your desktop.
    4. When the file is opened in Photoshop, it displays its layers (Note: that if the file is dragged and dropped, and NOT downloaded, it will not display the layers).

    Lightroom 5.3 should be able to open D600 RAW photos.
    The problem is most likely that you used some version of Nikon software to transfer the photos to your computer. This interferes with Lightroom's ability to read the files. If the files are still on your camera card, use Lightroom to directly access them from the camera card. If they are not on your camera card, you can still fix the files, see http://forums.adobe.com/message/6181267#6181267

  • How to open 8.0 project from generated files

    Hello-
    Is there a way to work from generated files in a project after it is published??  We lost the 'originals' which were on a hard drive that got zapped.  Now I am scrambling to figure out how to open it when I can't see the xpj file??? 
    I know this has come up before - but I am having a mental block.  Will keep searching on the posts.
    Thanks for any help!!

    Hi there
    Does the fact you say "generated files" mean you are left with only WebHelp or FlashHelp output? If so, the link below should help.
    Click here to view
    If you say you have a CHM file, try the link below this.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to open the project?

    how to open a src folder to a new project in jbuilder6?
    thanks in advanced

    in jbuilder there is a section about the source
    (something about default & test) but i guess im doing
    something wrong because its not working....
    does anyone can explain to me how to do that (in
    jbuilder or even j++)??Is reading the manual or help files too difficult?

  • How do I open projects created using Premier Elements 8 with Premier Elements 13

    how do I open projects created using Premier Elements 8 with Premier Elements 13

    ATR
    The DVD Creator.dll file was in the proper location but I could not find a Run As Administrator Option.
    I did delete Prefs file and try again to open the app then the project and received the same problem.  And the scratch disks were all directed to the Elements 13 path
    Yesterday I did try additional solutions
    Removed the Elements 13 App vis the Control Panel, copy the original downloaded .zip File to the Desktop and reload the entire application with no success solving the problem
    In addition to that I contacted a site called Rescue.com? and the guy told me that he was a representative of Adobe, which I was not sure was the truth.  He looked at my system and told me that Premier 13 was not compatible with Windows 7.  I called BS on him told him that Adobe site said it was compatible and he told me I had a Trojan on my system and he would refund my money for Elements 13 and sell me version 12, which would be compatible, along with a better security system than the Norton 360 I told him I had.  At that point I immediately terminated our communications and called Norton to have additional checks performed to ensure no additions were added to my system.  They had me download and run Power Eraser from them and it found nothing wrong. 
    I also temporarily turned off the firewall and tried to use the Elements 13 but had no success.
    I also went to Microsoft Windows site and searched for the Exception code: 0xc0000005 that was displayed in the event viewer and they indicated there was a hotfix available and they would email me that fix.  ave not received the email yet.
    I’m getting very frustrated but thank you for your help.  I will update you with and additional results or actions I get or perform.
    GDBMB

  • How to open premier cs3 project in cs6

    how to open premier cs3 project in cs6

    You'd open it the same way you'd open any project file.  Start the program, click the Open a Project... button on the Welcome Screen.

  • How to open the demo projects

    Hi,
    when I click on Help > Exploring Logic Pro Demo Project
    nothing happens.
    How to open the demo project?

    Check you have the files installed.
    Go here:
    Macintosh HD/Library/Application Support/Logic/Logic Studio Demo Songs
    There should be a folder called [The Numbers Game]
    If it's not there, then maybe you didn't install the demo content when installing Logic Studio.

  • Trying to open project. FCP says the project ( that previously opened fine) is unreadable. Any suggestions as to how to open the project?

    Can not open a project on FCP which was previously able to be opened ( just an hour ago)..says project is "unreadable" - any suggestions as to how to open this project?

    That's fine! (Even if troubled...)
    No, I know nothing of Magic Bullet...But they do:
    http://forums.creativecow.net/cgi-bin/newreadpost.cgi?forumid=138&postid=855316
    http://www.kenstone.net/fcphomepage/review_magic_bullet_editorssaraceno.html
    and finally:
    http://www.redgiantsoftware.com/
    Hope these help!

Maybe you are looking for