-
-
Notifications
You must be signed in to change notification settings - Fork 40
setLoadJavaClassesUsing
Julian Halliwell edited this page May 9, 2025
·
3 revisions
For the current spreadsheet library instance, specifies how classes from the supporting java libraries should be loaded.
setLoadJavaClassesUsing( method )
-
formatstring: one of the following:osgi,JavaLoader,javaSettings,dynamicPath,classPath.
You can also pass in the value via the init() method.
spreadsheet = New spreadsheetCFML.spreadsheet();
spreadsheet.setLoadJavaClassesUsing( "javaSettings" )
spreadsheet = New spreadsheetCFML.spreadsheet( loadJavaClassesUsing="javaSettings" );