Re: [Scilab-users] Importing multiple Java classes

2014-11-13 Thread Calixte Denizet
.* ). Merci, Mehran _ -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Importing-multiple-Java-classes-tp4031463p4031467.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. ___ users mailing

Re: [Scilab-users] Importing multiple Java classes

2014-11-10 Thread A Khorshidi
Hello; That's my question too. I hope Calixte can add a new calling sequence to jimort function similar to what is used in native Java language (i.e. jimport package.* ). Merci, Mehran _ -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Importing-multiple-Java

[Scilab-users] Importing multiple Java classes

2014-11-04 Thread Joo Cat
I have a jar file which contains java classes. I can set a path to the jar using javaclasspath. In order to use these classes, I need to import them first using jimport. However, the jar contains a significant number of classes and so using jimport will be tedious and time consuming. Is there a