view main/io/PKG_DEL @ 12303:9fd3cfe65ce9 octave-forge

Add try catch around call to chk_spreadsheet_support just to be sure
author prnienhuis
date Thu, 09 Jan 2014 20:10:50 +0000
parents 2d65cbe3bd7a
children
line wrap: on
line source

## PKG_DEL
##
## All we need to do is try to remove all Java spreadsheet class libs loaded
## by chk_spreadsheet_support.m from the javaclasspath

try
  chk_spreadsheet_support ("", -1);
catch
  warning ("Couldn't remove spreadsheet I/O javaclasspath entries while unloading io pkg");
end_try_catch