// Create a file output stream for the jar content.
objectoutputstream =
new ObjectOutputStream( fileoutputstream );
// Write the content to a system file.
jarcontent.writeContent( ( ObjectOutput ) objectoutputstream );
}
catch( IOException ioexception ) {
// Show message.
TopManager.getDefault().notify(
new NotifyDescriptor.Message(