0N/A@echo off
0N/AREM
1472N/AREM Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
0N/AREM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/AREM
0N/AREM This code is free software; you can redistribute it and/or modify it
0N/AREM under the terms of the GNU General Public License version 2 only, as
0N/AREM published by the Free Software Foundation.
0N/AREM
0N/AREM This code is distributed in the hope that it will be useful, but WITHOUT
0N/AREM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/AREM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/AREM version 2 for more details (a copy is included in the LICENSE file that
0N/AREM accompanied this code).
0N/AREM
0N/AREM You should have received a copy of the GNU General Public License version
0N/AREM 2 along with this work; if not, write to the Free Software Foundation,
0N/AREM Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/AREM
1472N/AREM Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1472N/AREM or visit www.oracle.com if you need additional information or have any
1472N/AREM questions.
0N/AREM
0N/AREM
0N/A
0N/Acall saenv.bat
0N/A
0N/AREM set the environment variable JCORE_PACKAGES to comman separated list of
0N/AREM packages whose classes have to be retrieved from the core file.
0N/A
0N/A%SA_JAVA_CMD% -Dsun.jvm.hotspot.tools.jcore.filter=sun.jvm.hotspot.tools.jcore.PackageNameFilter -Dsun.jvm.hotspot.tools.jcore.PackageNameFilter.pkgList=%JCORE_PACKAGES% sun.jvm.hotspot.tools.jcore.ClassDump %1 %2
0N/A
0N/A