
com.sun.jdmk.comm.README Maven / Gradle / Ivy
The newest version!
#
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved.
#
# The contents of this file are subject to the terms of either the GNU General
# Public License Version 2 only ("GPL") or the Common Development and
# Distribution License("CDDL")(collectively, the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy of the
# License at http://opendmk.dev.java.net/legal_notices/licenses.txt or in the
# LEGAL_NOTICES folder that accompanied this code. See the License for the
# specific language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file found at
# http://opendmk.dev.java.net/legal_notices/licenses.txt
# or in the LEGAL_NOTICES folder that accompanied this code.
# Sun designates this particular file as subject to the "Classpath" exception
# as provided by Sun in the GPL Version 2 section of the License file that
# accompanied this code.
#
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
#
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding
#
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license."
#
# If you don't indicate a single choice of license, a recipient has the option
# to distribute your version of this file under either the CDDL or the GPL
# Version 2, or to extend the choice of license to its licensees as provided
# above. However, if you add GPL Version 2 code and therefore, elected the
# GPL Version 2 license, then the option applies only if the new code is made
# subject to such option by the copyright holder.
#
#
WARNING: These files have been generated by 'rmic'
They are provided for interoperability with legacy Java DMK(TM) agent
and manager applications.
The rmic generated files have been postprocessed to change their
serial version UID in a way that guarantees compatibility with
older versions of the Java(TM) DMK toolkit.
This is seriously complicated. We want project OpenDMK, Java DMK5.1 and
Java DMK5.0 to be interoperable with each other. Since JDMK4.2 we use the
JDK1.2 RMI scheme when talking RMI to another JDMK agent or client.
But we have historical constraints since JDMK4.1, which used
the JDK1.1 RMI scheme even when built on a JDK1.2 system (it invoked
rmic with the -v1.1 flag). However, "rmic -vcompat" produces
stub files with the serialVersionUID hardwired to 2, which means that
they are not interoperable with "rmic -v1.1" files, which leave the
serialVersionUID at its default (hashcode-computed) value.
So, we first ran "rmic -v1.1" in order to find out what this serialVersionUID
is, then edited the "rmic -vcompat" file to set the serialVersionUID there
to the same value.
This sequence was repeated for each stub.
Do not regenerate these files without applying the same process.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy