Eclipse - how to share a package/class with 3 diff projects

Hi all,
I have 3 projects that are customized diffrently but one package is same for everyone (sharedClass). The problem is when I add/delete/update the SharedClass I have to do it 3 times (for each project)
Question: How can I share the package/Class with the 3 projects? I mean, I want to change it once and the effect will take place to all 3 PROJECTS.
Thanks
Ppr

This is an Eclipse question and doesn't really belong here, but:
I would put the shared package into its own project. Then for the three projects (after removing the shared package) I would use the Project menu and choose properties. Choose Java Build Path snd select Projects. Choose Add and select the project containing the shared package.

Similar Messages

  • How to share administrator iPhoto library with other users on same iMac?

    How to share administrator iPhoto library with other users on same iMac?

    This is the part I'm referring to:
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    The library stays in the Pictures folder for this.

  • Re: How to create More two class with one object

    haii,
             i have small information How to create More two class with one object,
    bye
    bye
    babu

    Hello
    I assume you want to create multiple instance of your class.
    Assuming that you class is NOT a singleton then simply repeat the CREATE OBJECT statement as many times as you need.
    TYPES: begin of ty_s_class.
    TYPES: instance   TYPE REF TO zcl_myclass.
    TYPES: end of ty_s_class.
    DATA:
      lt_itab      TYPE STANDARD TABLE OF ty_s_class
                     WITH DEFAULT KEY,
      ls_record  TYPE ty_s_class.
      DO 10 TIMES.
        CLEAR: ls_record-instance.
        CREATE OBJECT ls_record-instance.
        APPEND ls_record TO lt_itab.
      ENDDO.
    Regards
      Uwe

  • How to share contacts from ipad2 with older iMac running 10.6.2?

    How to share contacts from ipad2 with older iMac running 10.6.2?

    Well I guess I was too optimistic. Since last posting I have had three hang events, one during reboot. When the login dialog box came up I clicked on it and it hung.
    However I do have a new data point. I have enabled the remote login (sshd). I have discovered that when the system hangs like I described above, I can still log in via SSH from my Windows system. The shell appears normal, but when I tried a "killall Safari" command the OS crashed hard. After a hard reset, the system hung during the login process. Again I could login remotely, and that time I executed a "sudo reboot" via the remote session. That cleared the display to all-blue but did not successfully reboot.
    Can anyone suggest what to try via the remote login to help diagnose what is happening? I am familiar with typical Linux architecture but the differences in Mac OS X are leaving me a bit disoriented.

  • How can I save controller assignments with a project?

    How can I save controller assignments with a project, so that I can use different controller assignments for the same synth in another project
    Let's say I am controlling a Logic instrument with MIDI and CC data sent from MaxMSP. I have created a composition and would now like to make another one, with new assignments of controllers, in a new project. Is it possible to save the first piece's c.a. with it's project, so that I can switch between projects and have the controller assignments switch accordingly? Is that something that's become possible in Logic X with Smart Control or another workaround?
    Thanks a lot for any hints!

    With standard instruments you can cable transformers before the objects translating incoming cc's to "fader" events.
    With the new plug-ins they've hacked into Logic (ultrabeat, sculpture) this isn't possible, so your stuck with the "controller assignments" window which to me seems to be aimed at dedicated control surfaces and autoloads. My experiences with the controller assignments window aren't good, as i've found it drops incoming messages quite often.
    Knowing how to do this(controller assignments per song) would give me a reason to open the controller assignments window again..Pretty useless to me otherwise.

  • How to share an iPhoto library with an iPad?

    Hi everyone. Just wondering how do you share an iPhoto library with an ipad over a network? I want to use my ipad to browse photos when I'm at home over my network since I can't fit all my photos onto my ipad. I can't seem to figure it out. Help is appreciated!

    You can not - they have nothing in common except the name - you can share photos using PhotoStream - you can not sare an iPhoto library
    LN

  • How to share your itunes library with another person

    how can two people have all the same stuff on their ipods/iphones? we have both bought different things but dont know how to share them

    Hey jimyam,
    Thanks for the question. If you wish to access your music library from multiple devices, anywhere, It sounds like iTunes Match may be the right service for you:
    Apple - iTunes - Match
    http://www.apple.com/itunes/itunes-match/
    With iTunes Match, all your music can be stored in iCloud — even songs you’ve imported from CDs. You can access your music from all your devices and listen to your entire library wherever you are. And you'll also be able to listen to iTunes Radio without ads.
    iTunes Store: Subscribing to iTunes Match
    http://support.apple.com/kb/HT4914
    Thanks,
    Matt M.

  • How to send a packaging request with a multiline description

    If I try to send a package request with this metadata description:
    <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">First Line
    Second Line</dc:description>
    Notice there is a carriage return between "First Line" and "Second Line".
    Then, the server will return a E_ADEPT_DISTRIBUTOR_AUTH error.
    If I remove the carriage return the packaging is done well.
    I would like to know how to send the multiline description or if it is not posible.
    Thanks in advance.

    Hi,
    It's not the faxformat in ITCPO.
    What I figured out by comparing my program with another program (printout of balance sheets) is that this other program is able to fax or to print but not at the same execution. When you execute the balance sheet program in order to fax, the sapscript formular is created with the printer POSTSCPT (driver: POST) and code page 1117. When you execute it for printouts another printer can be choosen and the code page is 1110.
    Could this be the problem of not beeing able to fax an existing spool (sapscript) request? Or is there a way to convert the OTFDATA from code page 1110 to 1117?
    Cheers,
    Thomas

  • How to use JAXB generated classes with SOAP

    hello,
    I have a library of JAXB generated classes for my web service. There is a Java class for each web method defined in my schema. For example, my getLocation method is mapped to GetLocation.class.
    However my web service is SOAP based, so I am having to manually strip off the SOAP elements to be able to unmarshall the getLocation xml to a GetLocation class.
    I am noticing a disconnect between JAXB and other Java SOAP and RPC libraries. Does anyone know how to create a JAXB class for SOAP Envelopes and Bodys? Does anyone have any ideas how to incorporate the existing Java web service libraries with JAXB?
    Thanks in advance.

    Have you found a method to integrate SAAJ and JAXB? Or
    is better to use SAAJ only ?If I had to choose I'd go with SAAJ. It seems to me that's theoretically possible to use JAXB classes with SAAJ but I imagine if it is possible it would be a big pain in the ass.

  • How to share Endeca development work with team

    Hi all,
    I'm wondering what is the best way for a (distributed) team of  developers to share work when building an Endeca application in the workbench (e.g. cartridges, pages etc..). I see there is a utility to export/import entire applications but this seems like overkill if a developer is just making minor adjustments to a page or cartridge for example. Is there way to just export certain resources? Or is the standard way to have a central Endeca environment which everyone works from (this doesn't like an ideal way to work to me)?
    What's the best way to share code when working with Endeca and many team members that are building the application?
    I'm a noob in the Endeca world so excuse me if this is trivial question but I don't see how this is easily done.
    Thanks!
    Dave

    Hi Tim,
    Thanks for the response...let me be more clear on what I'm asking though. We have a VCS already in place (we're using git).
    What I'm really trying to get at is how a team of Endeca developers, each with a local install/config of an Endeca application, can work on developing pages, cartridges etc.. and then share those updates from the base application with the rest of the team.
    I'm aware of the 'export_site' script in the application that will basically export the entire application and can be reimported by other team members but that appears to be overkill when perhaps a single cartridge has been updated only or a new page has been added. Is there a way to just share those resources easily for the team? Like, just importing the necessary files that have been updated when modifying a cartridge?
    Would the approach of checking in the specific Endeca application directory (e.g. c:/Endeca/apps/MyApplication) in to git be the best approach so when updates in the workbench are done/saved against this directory in each developer environment..so git would determine the specific updates that are made and we could simply just commit what's been changed? If that's the approach are there certain files/directories we don't necessarily want to keep under version control as they are more specific to each environment (e.g. like the file/directory that stores the indexed data as that will be different between developers potentially).
    I hope that better clarifies my question on this topic.
    Thanks for the help!
    Dave

  • How do share an apple ID with children but have them not get your e-mail???

    How do I share an apple ID with children on other ios's but have them not get my e-mail??

    You can't. Access to your Apple ID gives them access to all of your iCloud account, not just part of it.

  • How to share workbook in Bex with other users

    Hi,
    I need help!
    When I create a workbook in BEx, how to share this workbook with other users.

    Hi!
    check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a689ae07211d2acb80000e829fbfe/frameset.htm
    with regards
    ashwin

  • How do I import packages beginning with org or com?

    Any time I try to import packages beginning with org or com, I am told that the class was not found in import. Specifically, I am trying to use SVG Graphics, and here are the import lines that are not working:
    import org.w3c.dom.*;
    import org.apache.xerces.dom.*;
    import com.sun.awt.svg.*;
    import org.apache.batik.svggen.SVGGraphics2D;
    import org.apache.batik.dom.GenericDOMImplementation;
    import org.w3c.dom.Document;
    import org.w3c.dom.DOMImplementation;
    What do I need to change, or what do I need to download in order to make this work?
    Thanx.
    -Tinclon

    First you need to have the jar files containing these packages. When you have these packages, you have to set your classpath for these jar files.
    -Dieter

  • How to share my iPad screen with someone else who is not on my network?

    I'd like to share my iPad screen with someone else who has an iPad and is connected to the internet, but not on my WiFi. Is this possible? Any apps that do this?

    Sorry, you can't do that unless they are on your LAN.  I don't know of any apps that will let you do it.

  • How to share an unpublished folio with a client to review?

    I am designing a DPS single edition publication for a client. Is there a way for me to share the unpublished folio with the client if they do not have an Adobe Creative Cloud account or an Adobe ID? If they just need to signup for an Adobe ID, what else do I (or they) need to do so that they are able to signin to the Adobe Content Viewer and see the unpublished folio?

    They need an iPad, the Adobe Content Viewer and a free Adobe ID.
    You share the folio via the folio builder panel to that ID.
    That's it. When the client signs into the Content Viewer the folio will
    be available for download.

Maybe you are looking for

  • Gr / ir open balance

    Dear friends,                    I have done one report on GR (good receipt ) incompleted against IR( invoice ).                    GR is done but IR in not done. display this GR in Report.                    using LFBNR  reference document field in

  • Free ePocrates Rx Pro offer from BlackBerry - I can't register my device!?!

    I am a previous Palm user but now purchased a BlackBerry as my new device because of an offer for a free ePocrates Rx Pro (a medical software program) subscription with a new BlackBerry purchase. http://www.blackberry.com/select/smb/healthcare/offers

  • Problem in accessing second database instance on same host (ORA-12514)

    Hi, I had a database ICMDB installed on my machine. After that i created a second database instance (Service name: BI_APPS) using DBCA on the same machine. Using NETCA i also created a new listener OracleOraDb11g_home1TNSListenerBI_APPS_LISTENER on p

  • Possible to customize/organize Environment Layer List?

    Hello everyone, I did a quick search for this topic on the forums but couldnt find anything (still havnt gotten the hang of apples search features I guess). I also couldnt find any info in the manual, so I'm hoping you wonderful Logic gurus can help

  • 9.0.2 9.0.2.6 upgrade

    Anybody try the 9.0.2 > 9.0.2.6 upgrade? Care to tell what was involved, how it went, and were you happy with the end results? I'm curious because we have a two-tier Win2K 9.0.2 architecture in production and no development servers in which to test t