Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Scilab > Configuration > with_javasci

with_javasci

Checks if Scilab has been built with the Java interface

Syntax

r = with_javasci()

Arguments

r

a boolean

Description

Returns %t if Scilab has been built with the Java interface or %f if not.

Note that this function will always return True under GNU/Linux or Mac OS X.

Examples

if with_javasci() == %t then
   disp("javasci is available");
else
   disp("javasci is not available");
end
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:30 CEST 2016