Creating a new package for a new project

how do I create a new package? I have an existing piece of code that was written using a pacakge that looks like a file directory structure. I have found most of thoes file. how do I recreate that package?

can I use a package I create? I have seen in the wizard for JDeveloper 9i. the packages there dont match the packages I am trying to reproduce.
I have taken over an application that contains a package that needs to recreated.

Similar Messages

  • [svn:osmf:] 10556: Changed location of regions sprite to new package for media player project .

    Revision: 10556
    Author:   [email protected]
    Date:     2009-09-23 16:49:37 -0700 (Wed, 23 Sep 2009)
    Log Message:
    Changed location of regions sprite to new package for media player project.
    Modified Paths:
        osmf/trunk/apps/samples/framework/MediaPlayer/src/com/adobe/strobe/players/MediaPlayerWra pper.as

    PS: For the avoidance of doubt;
    var ur:URLResource = new URLResource("URL_TO_MEDIA_PACKAGED_IN_PROJECT_TO_ELIMINATE_CONCERNS_OF_WRONG_URL");
    Should be:
    var ur:URLResource = new URLResource(URL_TO_MEDIA_PACKAGED_IN_PROJECT_TO_ELIMINATE_CONCERNS_OF_WRONG_URL);
    But it still doesn't work!

  • Opinion: new Package for every new custom Component?

    Hi there,
    I am just thinking of some possibilities to structurize my Components I made.
    I wonder if it is useful/good programming to define a new package for each new custom Component?
    So if I define a new MyComponent class extending JFrame should I make a new package:
    "mycomponent"
    containing these subfolders:
    "view"
    "model"
    "controler"
    subfolging "controler" in:
    "listeners"
    "adapters"
    "events"
    Is there any sense to do so? I think this would be the best way to structurize one's components.
    But if you do, you have to include millions of packages if you want to use one of these components :(.
    Please post, what you think.
    Thank you
    Sincerely
    Karlheinz Toni

    nope ;). I would most certainly not want to put every file in a single directory.
    But I like sturctured things. If things belong to each other, it should be visible at once, that they have something to to with each other. And the best method I can figure you is putting them in one package.
    The subpackages should be created, because of the model, that is used for all swing componentd (UI-delegete, MVC...) so that each structural component is where it belongs to.
    I don't like it if tere are 100 events one object could possibly create and you don't know the events from the component (of course you can guess by the name Event :)), but if they are in the same package, you would have to scroll a long way to get the thing you want (either m, v or c).
    So this is why I would do it ;).
    Anyway: do includes make the program run slower (I have read many threads about it, but there are way to many opinions, so I would be grateful if you post your opinions here, thx ;).
    Thanks for your answer,
    Sincerely
    Karlheinz Toni
    p.s.: why wouldn't you put them in a seperate directory (just overkill?), would you use classes that are structured like this if you are looking for a implementation of something and find it in this structure?

  • HT5958 After i updated my terabyte, when i open fcpx 10.1 my hard drive never appears, so i can't open a new library for a new project. What should i do?

    After i updated my terabyte, when i open fcpx 10.1 my hard drive never appears, so i can't open a new library for a new project. What should i do?

    Hard drives do not appear in the application. Use File>New Library.

  • Create a new clip for a new scene doesn't work on video import

    For the last few months I cannot get i movie4 to import video with a new clip for each sequence. It will import the video as one only large clip although the button "create a new clip for a new scene" has been selected in the imovie preferences.
    What can I do to solve this problem ?

    Set the camcorder's clock. See also:
    http://www.danslagle.com/mac/iMovie/video/2006.shtml

  • Create a defaut view for the MS Project Server 2010 client

    Dear Forum,
    how can I create a defaut view for the MS Project Server 2010 client?
    I saved a template and set a default view under File -> Options ->Project View. I also did the same in the checked-out enterprise global. If I then close the client and re-open it my default view changes back again to the previous one (not the view
    I set as a default view).
    What explains this behaviour and what can I do? Any hints?
    Thank you very much for your help!

    Scheduler007 --
    The view you selected by clicking File > Options > Project View is the default view for every new project you create from a blank project template.  This is a global option, so setting it from the checked out Enterprise Global file serves no purpose. 
    When you select a view as your default view, you will see that view applied to the blank project that is opened when you launch Microsoft Project 2010, and you will see it applied if you create new blank projects.  If you create enterprise templates for
    people to use in your organization, you should simply apply the view to the template that you want as the default so that users will see this view immediately when they create a new project from the template.  In addition, if you apply a view to an open
    project, close and check in the project, and then reopen the project, you will see the last view applied in that project (as Guillaume correctly points out).
    Beyond this, there is no method possible for the Project Server administrator to specify a default view for the Microsoft Project application used by the project managers in your organization.  This is an option each PM must set.  Hope this helps.
    Dale A. Howard [MVP]

  • How would I create kernel devel package for OVM3.2.1 ?

    I am new to OVM SDK ..Please help me to understand how to create kernel devel package for OVM3.2.1 ?
    I tried below command "rpmbuild --rebuild kernel-uek...src.rpm" on my OEL5.9 machine. It throw few errors w.r.t KaBI checks fails.
    Is there hard rule to run above command only on OVM 3.2.1 SDK template ? I am going to try that now, but it will be good to know limitation/assumption on OVM 3.2.1.
    Is there any simplest method to get kernel devels/headers for OVM3.2.1 ?

    Thanks JB. It works like a charm. I earlier doubt the same, but real pain was to get gcc,rpm utils without ULN access. I used oel5_latest repo to get gcc and other supported utils. Everything works as expected.
    Just for info to help others... Below are the list of package required.
    yum install gcc.x86_64 --skip-broken
    yum install make.x86_64 --skip-broken
    yum install rpm-build.x86_64--skip-broken
    yum install make.x86_64 --skip-broken
    yum install redhat-rpm-config --skip-broken
    yum install m4 --skip-broken
    yum install elfutils.x86_64 --skip-broken
    yum install gnupg --skip-broken
    Below are final RPMs generated using rpmbuild --rebuild <kernel-source>.rpm
    kernel-uek-debuginfo-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debuginfo-common-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-devel-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-headers-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-debuginfo-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-devel-2.6.39-300.22.2uek.x86_64.rpm

  • Thanks Roger, but I'm still confused. Can you show me what to put under 'New Item" for adding new episode

    Is there a feed cleaner- upper program  :-)  that I can use for my messed up feed in feedburner?  what are the minimum steps to put under a new episode "item"    Do I need an enclosure withe mp3 < new episode> for each new episode?  I want to just use the album art on my original itune podcast and just add new episodes to my podcast.  I am so confused and frustrated.   :-(
    This is what I would like to see in final product, in itunes store.
    Redeemer Lutheran Church - Sunday Worship Archives    <title>   That's okay
    Description --   yada, yada, yada, yada, etc     < just example >  That's okay too
    Redeemer Lutheran Church - Sunday Worship Episodes
    1 episode
    2 episode
    3 episode
    4 episode
    5 episode
    6 episode
    7 episode
    8 episode
    9 episode
    10 episode
    and so on, with many more episodes
    As it is, I only have the one <original mp3> episode that itunes is showing
    Thanks Roger

    I hate to tell you this but I am not aware of a way that you can. Either you will have to get it out of the radius server or copy the config from the old wlc to the new wlc. Like a PSK its encrypted and you cant extract it.

  • How to create a .jar file for the BPEL project

    hi all,
    how can i create a .jar file for my BPEL project, i am trying to deploy the project but getting an error :
    "Error: [Error ORABPEL-10902]: compilation failed [Description]: in "C:\OraBPELPM\integration\jdev\jdev\mywork\Workspace_BPELDemo\BPEL_Report\BPEL_Report.bpel", XML parsing failed because "". [Potential fix]: n/a. "
    and when doubel cliking on this error Jdev take me to the beginning of the ".bpel" file.
    I 'm really stuck in here i am not able to deploy the process!
    Thanks,
    Rana

    Rana:
    If you haven't already, I would post this question in the BPEL forum. I would expect a much better turnaround there.
    Johnny Lee

  • After finally downloading my MiniDV tapes to iMovie 10.0.6 (Yosemite), I see that there is no iDVD (why did I buy a new Superdrive for my new MacMini). So, can I buy an old iLife 9 and expect it to load to the new machine. This is NOT progress!!

    After finally downloading my MiniDV tapes to iMovie 10.0.6 (Yosemite), I see that there is no iDVD (why did I buy a new Superdrive for my new MacMini). So, can I buy an old iLife 9 and expect it to load to the new machine. This is NOT progress!! HELP

    Hello!
    They're still being sold in some places: http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Dsoftware&field-keywo rds=ilife+09&sprefix=iLife+09%2Caps%2C194&rh=n%3A229534%2Ck%3Ailife+09
    However, do you absolutely NEED iDVD? There are alternatives, like Burn (free): http://burn-osx.sourceforge.net/
    I suggest you try it out since it's free. Maybe it'll be enough.

  • How to create an installation setup package for a java project?

    hi,
    i have a small project written in java. i used eclipse ide. i am trying to create an installation setup package for my application. can some one help me?
    thanks.

    hi daven,
    iam not using the websphere application developer.
    iam using eclipse release 3.2
    is there a solution?

  • Unable to create Transfer Order manually for a new Shipping Point

    Hi folks
    After spending a couple of days investigating what the problem, I am resorting to my last option of posting here. I am hoping one of you can help me here.
    Due to a new business requirement, I am having to create a new Shipping Point. We use Lean WH. I have performed the following steps
    Created a new shipping point under Logistics Exec
    Created a new Shipping Point and assigned it to the plant (under ENT Structure)
    Created Shipping Condition
    Assign Shipping Point to Shipping Condition
    Changed Customer Master Shipping condition to the new SC.
    Assigned the storage location for the new Shipping Point and the Plant under SPRO-LE-Shipping-Picking-Determine Picking Location- Assign Picking Location
    When I create an Order, a delivery gets created automatically. Now when I try to create a TO in VL06P in the background, I get an error VLA029
    WM-TO: 0 deliveries successful, 0 with errors, 1 not relevant
    As far as I am concerned, all the steps are completed.
    Can someone please throw some light on how to get this fixed.
    Thanks in advance to everyone.

    For the said error, SAP have given the following procedure
    The above is self explanatory and have you tested in line with the above.
    G. Lakshmipathi

  • How create to master contracts for each new sold to party

    Hey SAP geeks,
    I have a scenario, in which I need to create a maitenance contract based on support items in a billing document. The system should create a master contract for a particular sold to party if that sold to party has ordered support for the first time.(system should first search whether any master contracts exist for this particualr sold to and then create one if there arent any already created.) After the master contract is automatically created ,the system should create maintenance contracts based upon the support items in the billing document and then assign this contract to the master contract for that particualr sold to party. Is this possible? Can you tell me how we can do this? Points will be awarded. I guess this requires lot of ABAP programming. but it would be great if some help is provided.
    Thanks.
    Naveen

    Dear Hanumant,
    As per my view,,
    You can use one time customer functionality to full fill your requirement.
    When you create sales order with one time customer system take you to the customer data maintanence screen through that you can maintain the one time customer data.
    Same one time customer number you can use for every new order through maintaining different data.
    I hope this will help you,
    Regards,
    Murali.
    Edited by: Murali Mohan.Tallapaneni on Dec 19, 2008 6:08 AM

  • No Package for Amavisd-new?

    I was building a mail server on Arch today and got Postfix up and running great however I happened to notice when it came time to download Amavisd-new, it was not available in my Pacman repos. Anyone tell me if I am missing something or why such wide used tool like Amavisd-new was omitted from the package repository? Anyone know?

    http://wiki.archlinux.org/index.php/AUR
    The Arch Linux User-Community Repository (AUR) is a community-driven repository of PKGBUILDS (no binaries) for Arch users. The AUR was initially conceived to organize the sharing of PKGBUILDs amongst the wider community and to expedite the inclusion of popular user-contributed packages into the community repo.
    It is called the birthplace of Arch's new packages--in the AUR, the users contribute their own packages. The AUR community votes for or against them, and once a package has been voted high enough, a AUR Trusted User takes it to the [community] repository, which is accessible via pacman and ABS.

  • I am looking for the .msi package for the new Adobe Acrobat X 10.1.4 I need to deploy it over a larg

    I am trying to install Adobe Reader X over a large number of computers, and need an .MSI installer package in order to deploy it silently. Does anyone have this package for me?

    You can extract MSI from EXE file using following command line
    AdbeRdr1014_en_US.exe -sfx_ne -sfx_o"<somepath>\Extract
    The extracted folder contains 10.1.4 patch file in MSP format i.e. AdbeRdrUpd1014.msp
    Then after you can use following line for complete installation
    msiexec.exe /i "[UNC PATH]\AcroRead.msi" PATCH="[UNCPATH]\AdbeRdrUpd1014.msp"
    For more information, please look at this article: http://kb2.adobe.com/cps/837/cpsid_83709/attachments/Acrobat_Enterprise_Administration.pdf

Maybe you are looking for

  • How can I convert a PDF file in a CVS file

    I receive from my bank the monthly bankstatement as PDF file. How can I convert a PDF file in a CVS format in order to download this in a budgetprogramme on my computer?

  • I have saved my itunes on an hard while i was having a macbook i bought a new macbook but i cannot open it under the new mac please help

    i had a mac book and had saved my itunes library on a hard drive i now have bought mac book pro and i am try to open it and when i click on the library a have a an equation editor program that open but i cannot open my library and access my music \ c

  • Webservice URL forma issue

    Hi experts i have a scenario JBoss server - > SAP XI - > SAP i had create the webservice in SAP XI through senderagreement --->publish URL its automatically generated the WSDL file URL is like this 1)"http://host:port/dir/wsdl?p=sa/0dacd6e6ede73794b0

  • Adding a counter to a filename that resets daily

    Dear, I'm trying to add a counter to a filename, but I want it to reset daily. So on monday if I send three files I want file_1, file_2 and file_3. On tuesday it should once again be file_1, file_2, etc. I'm using the Counter option in the File Recei

  • Photoshop CS5 not showing up in DWCS4

    OK So I had both DW and PS CS4 all was well photoshop icon was showing in images property inspector and double clicking an image would open it in photoshop. Then I upgraded to PS CS5 and DW would still open images in PS CS4 not the new PS CS5. So I f