Legality of merging legally distributable jars?

hi,
does anyone know if given a handful of third party jars which you are allowed to distribute individually (eg. the sun xml support like jaxb-api.jar and sax.jar) its also legal to merge these into a single jar and distribute that?
if not what about the case where you have a single jar in which there are the individual jars?
thanks,
asjf

The former would depend on the wording in the licence
which permits redistribution.some background info:
from "C:\jwsdp-1.2\docs\ReleaseNotes.html"
"C. License to Distribute Redistributables. Subject to the terms and conditions of this Agreement, including but not limited to
Section 4 (Java Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited
license to reproduce and distribute those components specifically identified as redistributable in the Software "Release Notes"
file ("Redistributables") provided that: (i) you distribute the Redistributables complete and unmodified (unless otherwise
specified in the applicable Release Notes file), and only bundled as part of your Programs, (ii) you do not distribute
additional software intended to supersede any portion of the Redistributables, (iii) you do not remove or alter any
proprietary legends or notices contained in or on the Redistributables, (iv) you only distribute the Redistributables
pursuant to a license agreement that protects Sun's interests consistent with the terms contained in the Agreement, (v)
you agree to defend and indemnify Sun and its licensors from and against any damages, costs, liabilities, settlement
amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any
third party that arises or results from the use or distribution of any and all Programs and/or Software, and (vi)
if you distribute the Java Secure Socket Extension package, include the following statement as part of product
documentation (whether hard copy or electronic), as a part of a copyright page or proprietary rights notice page,
in an "About" box or in any other form reasonably designed to make the statement visible to users of the Software:
"This product includes code licensed from RSA Data Security"."
from the ReleaseNotes document referred to above:
"The following Java WSDP components are individually redistributable. Redistribution of a component entails the redistribution of all files comprising the component and any dependent components.
FCS Component Files
JAXP jaxp-api.jar, dom.jar, sax.jar, xalan.jar, xercesImpl.jar, xsltc.jar
JAXB * jaxb-api.jar, jaxb-xjc.jar, jaxb-impl.jar, jaxb-libs.jar, jax-qname.jar, namespace.jar, relaxngDataype.jar, xsdlib.jar
JAXR jaxr-api.jar, jaxr-impl.jar, castor-0.9.3.9-xml.jar, fscontext.jar, jaas.jar, providerutil.jar, JAXP
* If the application will not be doing any compilation at runtime, the jaxb-xjc.jar file does not need to be redistributed with the application. "

Similar Messages

  • Legal implications of redistributing tools.jar with JRE 6

    We're an ISV and want to enable our customers to write their own plugins. Since usability is key, we want to automate compilation and deployment with a simple click in the UI. For this purpose, we use tools.jar.
    We ship the JRE with our product but even after extensive research, I'm not 100% sure about the legal implications of redistributing tools.jar along with it.
    Quoting the readme:
    Redistributable JDKTM Files:
    The limited set of files and directories from the JDK listed below may
    be included in vendor redistributions of the JavaTM Runtime Environment (JRETM).
    They cannot be redistributed separately, and must accompany an identically
    versioned JRE distribution. All paths are relative to the top-level directory of the JDK
    lib/tools.jar [All platforms]Quoting [http://forums.sun.com/thread.jspa?forumID=17&threadID=614476|http://forums.sun.com/thread.jspa?forumID=17&threadID=614476]
    jwenting says: Normally, you can distribute the JRE which contains tools.jar.Quoting [http://forums.sun.com/thread.jspa?forumID=17&threadID=438623|http://forums.sun.com/thread.jspa?forumID=17&threadID=438623]
    shankar.unni says: So you can take the tools.jar from a JDK and stick it into a JRE, and distribute that.I've followed the discussion about Tomcat and afaik, they still don't include tools.jar. JBoss, for instance, can optionally be downloaded with the JDK.
    To me, it appears to be possible. Can anyone shed light on this topic?
    Thanks,
    Florian

    Please post your question on the JavaMail forum:
    http://forum.java.sun.com/forum.jspa?forumID=43

  • What is "Type of Legal Code" in legal regulation setting used for?Thanks

    There are several  options for "Type of Legal Code" in legal regulation settings.What are they used for? We found that if "others" is selected in this field for certain legal regulation, this legal regulation can't be found in the configuration of "Activate legal regulation " under legal control service or embargo service.Does anyone know what this field used for?thanks

    Define the legal regulations is done for all import and export processes you use with SAP Global Trade Services (SAP GTS).
    If, for example, you want to use the embargo, sanctioned party list screening, and license determination services in SAP GTS, you must create a legal regulation for each service.
    Type of Legal Code : help in indentifing for which purpose its used.
    for example:
    US Automated Customs Environment (ACE)
    Customs Processing - Germany (ATLAS)
    German Foreign Trade Regulations
    EU Common Agricultural Policy (CAP) - Restitution
    Customs Processing - Austria (eZoll)
    Customs Processing - Belgium
    Customs Processing - Switzerland
    Customs Processing - Denmark
    Customs Processing - France
    Customs Processing - Great Britain
    Customs Processing - Netherlands
    Export Administration Regulations
    Embargo - United Nations
    Numbering System - European Union
    Letter of Credit Processing
    North American Free Trade Agreement (CA/MX/US)
    Pan-European Agreement (EC/EFTA
    PAN-EURO-MED
    Vinmar Sanctioned Party List Screening
    Sanctioned Party List Screening
    (NCTS) Transit Procedure Austria - eZoll Transit
    (NTCS) Transit Procedure Belgium
    (NCTS) Transit Procedure Switzerland - Transit
    (NCTS) Transit Procedure Germany - ATLAS Transit
    (NCTS) Transit Procedure France - Transit
    (NCTS) Transit Procedure The Netherlands
    (NCTS) Transit Procedure Slovenia
    Others doesn't have relavance. so only i doesn't need activation.

  • Importing the js and css files included in the distributable JAR

    Hi, I have a custom JSF component that needs one .css and one .js file.
    The question is: how can I put those files in the distributable JAR of the component, allowing the jsf pages that use this custom tag, to automatically import them –once per page-?
    (RichFaces components, for example, work in this way).
    Thanks.
    [Lately, searching in SUN forums works horribly for me –in both Firefox and IExplorer-¿?]

    JSF 2.0 will have this functionality out of the box. See [1].
    Would recommend you give it a shot. The first beta will be released soon, but the nightlies [2]
    are fairly stable right now.
    If you're a maven type of person, the nightly snapshots can be obtained using this info;
    Mojarra 2.0.0 API
    group ID: com.sun.faces
    artifact ID: jsf-api
    version: 2.0.0-SNAPSHOT
    Mojarra JSF 2.0.0 IMPL
    group ID: com.sun.faces
    artifact ID: jsf-impl
    version: 2.0.0-SNAPSHOT
    [1] http://blogs.sun.com/rlubke/entry/jsf_2_0_new_feature5
    [2] https://javaserverfaces.dev.java.net/servlets/ProjectDocumentList?folderID=9814&expandFolder=9814&folderID=0

  • Using Apple's sample project at your own gain, legal or not legal?

    I found a sweet sample project in my Xcode developer folder called "Sketch". I would like to use it's code and redesign, redevelop, and totally flip it around to were I just used it as a template towards my own project. Is that legal to do? Considering Apple produced it as a sample project, not as a sample code to build on. Or would this be something to contact Apple about?

    I've done that. None of them say anything about redistribution to an extent of mine. Most of them say stuff like this "I found this in other headers, but this one came from infoPlst.strings"
    /* For the Finder's info panel. */
    CFBundleGetInfoString = "2.0.1, Copyright © 1998-2009, Apple Inc.";
    /* For the app's About panel. */
    NSHumanReadableCopyright = "Copyright © 1998-2009, Apple Inc.\nAll rights reserved.";
    /* On Mac OS 10.4 "Apple Sketch document" is the localization of the matching CFBundleTypeName entry in the Info.plist. On 10.5 it's also the localization of the matching UTTypeDescription entry in the Info.plist. The NSPDFPboardType and NSTIFFPboardType localizations are only used on 10.4, by Cocoa. On 10.5 the corresponding CFBundleDocumentTypes entries are pretty much ignored, because this app uses UTIs instead. */
    "Apple Sketch document" = "Apple Sketch document";
    "NSPDFPboardType" = "Portable Document Format (PDF) document";
    "NSTIFFPboardType" = "Tagged Image File Format (TIFF) image";

  • Distribute Jar with external libs

    <p>Hi everyone,</p><p> </p><p>I have a simple report that is run using the java viewer, this is on a desktop not web interface.</p>  <p>I would  like to know the best way to distribute this to the users that need to use it.  I would love to have it all in one jar file.  Does anyone have a good way to do this? </p>

    <p>I used jnlp for this issue and have had good results as well.<br /></p><p> </p>

  • Distributing Jar's

    I successfully made a jar file that uses Swing. After I made the file I tried putting the jar and its class, manifest etc. files on another computer in the same folder but I got an error that said "could not find the main class".
    Thanks

    I had something similar and it was to do with code being compiled on a higher version of JDK than the JRE on the computer I moved my finished JAR file. Once I recompiled the code using a matching version of JDK the file runs without any problems and seems to be upwards compatible. Try running your jar file from comand line: java -jar yourprogram.jar - this should give you a window which will display any error messages.

  • Is changing the name of Oracle JDBC Driver JAR legally valid?

    Hi,
    I understand that it is legally fine to bundle Oracle JDBC driver JAR along with the applications. However, is it also legally OK to change that JAR name and then bundle it with the applications? Information on any legal implications which may need to be addressed is highly appreciated. I read through the licensing information and following is some excerpt:
    You may not:
    +<...>+
    - remove or modify any program markings or any notice of our proprietary rights;*
    I'm thinking if changing the JAR name either removes or modifies any program markings...
    Thanks in advance...
    ============================================================================
    Original post said "is it also legally OK to change that JAR"; now it is edited as "is it also legally OK to change that JAR *name*"
    ============================================================================
    Edited by: arm123 on Dec 1, 2010 7:51 PM

    arm123 wrote:
    I understand that it is legally fine to bundle Oracle JDBC driver JAR along with the applications. However, is it also legally OK to change that JAR and then bundle it with the applications? Information on any legal implications which may need to be addressed is highly appreciated. 1. A real answer can only come from a lawyer.
    2. I suspect the agreement allows you to rejar the classes. Which allow you to put it in any jar that you want.
    As with the other poster I don't see the point either.

  • Customs Declaration for Export- Organization View not showwing legal unit

    Hi All,
    System has generated customs document for invoice, I have open it in change mode and going to Organization tab(view)
    Document type CULOEX
    Foreign Trade Org xxxxx
    Legal unit    - no legal unit
    showing blank
    actually system has to pick legal unit automatically but not coming.
    When i am trying to give (assign) manually legal unit and licence number , system is not taking legal unit when i am giving manually it is going out.
    If i go directly other tabs(views) document is complete. no errors.
    Please let me know where did wrong
    Thanks
    Tarun

    hi,
    check if you have assigned a partner function of 
    the partner function type 'Legal Unit' to the partner grouping that
    is assigned to the document type you use for the process.  
    Balazs

  • Deactivate "Legal Control" service

    Hello gurus,
    we would like to use the Sanctioned Party list Screening ONLY.
    Now, we had an export customer order that was blocked because of the Legal Control service. We checked the protocols and found out this was because of incomplete customizing for that service. We had not maintained all the setting because we did not want to use the service anyways.
    So, I went to IMG -> SAP Global Trade Services -> SAP Compliance Management -> u201CLegal Controlu201D Service -> Activate Legal Regulations and deactivated the active Legal Regulation for exports (i.e. set u201CLegCtrExp.u201D to u201CCheck: Not Activatedu201D).
    The result is that the export orders do not get blocked any more, but there is a warning saying u201CUnable to find any active legal regulations for determination proc. u201CLELDTu201Du201D.
    Although this is no real problem, all the yellow warning signs do not look good and I wonder if it is possible to deactivate the u201CLegal Controlu201D service all together.
    Any ideas on this?
    Thanks
    Alicia

    Hi,
    Depending on the version of GTS you are using and what part you still want to have activated there are several solutions.
    1. in General Settings / Legal Regulations / Define Legal Regulation, delete the country assignment to the Legal regulation
    or
    2. in the same customizing point you may delete the legal regulation totally, if you need it again you can then make an adjuster with the 000 client
    3. SAP Compliance Management / General Settings / Document Structure / Activate Document Types -> delete the document types for Legal Control.
    Regards.
    Marc

  • Difference between Legal and Managerial consolidation?

    Hi,
    Can you guys please share your knowledge for this question
    Difference between Legal and Managerial consolidation?
    Thanks,
    Charly

    This is quite a general question and should not be answered only in context of BPC.
    Paraphrasing your question is not really a help.
    In general a Legal Consolidation is one whose purpose is to meet statutory requirements [whereever/whatever they are].
    For example generating data for Shareholders on an annual basis in Glossy Annual reports.
    A managerial consolidation may be similiar in several ways, but focuses on internal factors and may have a different entity structure than that of the Legal structure. Management reports are typically used at the end of any given reporting cycle (actual/budget/forecast etc) and allow 'management' to guage the performance/review the data of their business.
    I suggest looking this up on the various financial websites, where you will get better definitions.
    Of course in BPC it is possible to do Legal consolidations without 'legal ownership cubes' and this is what many 4.2 customers have done.
    In modern BPC i would check the scope of the consolidaton requirements before choosing any 'bpc consolidation methodology'
    Raghu's links are also useful in context of BPC.

  • Legal control--- legal regulation.

    Hi
    Can anyone please give the difference between legal control and legal regulation.
    I have little bit confusion between these two.
    please provide some examples.

    Hi Gopala, In legal control maintain master data and business transactions in accordance with the legal requirements for imports and exports. Also use monitoring and simulation tools that help to  ensure that your business is compliant with current import and export laws. Legal control includes checking business transactions for products that require licenses, as well as the check for embargo situations for these business transactions. Activate legal control for imports and exports, along with embargo checks. Whereas the legal regulation defines how the system determines suitable export licenses based on the determination sequence, license types (which differ according to the government agency), and the export control classification number (ECCN). Legal regulations for export are based on the country of departure and should therefore be activated to check for export licenses. Legal regulations for import are based on the country of destination and should therefore be activated to check for import licenses. Ashish

  • Help! Problems printing on legal with CS5 on Toshiba e6530c

    Hi,
    I am having an issue printing on legal (8.5x14) paper on my Toshiba eStudio 6530c.  When I print using the PS3 driver (I verified that it is the most up to date driver) 5.10.89.0 my prints end up as letter (8.5x11) size.  When I print using the PCL6 driver my legal prints are legal prints.
    Using CS5 on Windows 7
    Andrew

    I am interested in this issue. We are using CS3 and a Toshiba 3510c. Paper size is one of many, many errors that I get trying to print from InDesign. We are upgrading to CS5 and Windows 7 in October, and the Toshiba dealer is going to move us to a 4520c because they can't solve our printing problems. Before we sign the 3-year lease, I would like to know that these will work together.

  • T400, motherboard replaced and Windows 7 says it is not a legal license

    Hi, we have a T400, it had a problem with the motherboard and the local tech support replaced it. Now Windows says that the Windows 7 is not legal, that a Legal version of Windows should be buyed. This is a Windows 7 32bits, English. Pre-installed on the ThinkPad T400. In System Properties, at the botom, it says: Windows Activated But when I run the Windows Genuine Website, it says it is not a legal copy. Also, a pop-up appears near the time and says it is not a legal copy of windows. Should I call Microsoft an re-activate Windows 7? Many thanks Oliver

    Hi, I checked the BIOS and it has the same serial and type as in the printed label on the botom of the notebook. Also, checked que SLIC and it is present. I used everest software in order to check: http://www.mydigitallife.info/2007/03/03/slic-table-slicbin-or-acpislicbin-bios-file-for-oems-downlo... I will try these steps in order to see what happends: http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T410-update-new-BIOS-SLIC-misssing/m-p/2851... Regards, Oliver

  • Page Format for landscape/legal paper for ALV Grid report

    Hi!
    I have a request to set up a particular ALV Grid report as a background job with the report output printing on legal-size paper with landscape orientation.  We currently don't have any reports set up to print on legal size paper.  What do I need to do to set this up?  We currently use X_58_170 or X_65_255 which print on letter-size paper.  I cannot seem to find a page format for landscape legal other than LEGAL which seems to be available only for SAPscript or Smart Forms.  Any help will be greatly appreciated.
    Best Regards,
    Nik von Ruden
    Edited by: Nik Von Ruden on Oct 8, 2010 1:11 AM

    Hi,
    Thanks for you reply.
    I cannot control left and right margin in PDF. Also, it is a PDF file so eventhough somehow you are able to change left and right margin, the content does not adjust itself to fit the legal page (as it does in word or excel).
    Let me know if there is any other option.
    Thanks,
    RS

Maybe you are looking for

  • Multiple Group Messages in iOS 8

    I recently upgraded to iOS 8 after waiting a while in hopes that Apple would fix the basic bugs. Apparently that is not the case. I have a group chat with five of my friends that was working perfectly fine on iOS 7 but is having problems now that I a

  • My mac keeps freezing when i try and print anything from preview. any ideas as to what the issue is or how to fix it?

    my mac keeps freezing when i try and print anything from preview. any ideas as to what the issue is or how to fix it?

  • Error APP-FND-01516 INVALID APPLICATION USERNAME, PASSWORD, OF DATABASE

    Hi Guru's, I've installed 11i - 11.5.9 on 2000 Server. I'm Facing an Error after initialization of applet. I'm mentioned the exact error bellow. APP-FND-01516 INVALID APPLICATION USERNAME, PASSWORD, OF DATABASE Username : APPLSYSPUB Password : PUB Da

  • Rotating shapes?

    Does anyone know how to make moving shapes in Adobe Premiere Pro? What I'm trying to do is making a square and have it rotate slowly e.g 90 degrees but stay in the same place (if that makes sense? lol) Thanks.

  • Ibooks and iphone

    how does ibooks sync from iphone to ipad, does it do it wireless or do i have to sync it through itunes? Things i read say if you read a book on ipad, it syncs to iphone wireless. Do i have to do something? I have gone into settings and clicked the o