Prev: small for loop creating a multidimensional array
Next: Target Support Package TC2 - Hardware Interrupt
From: Jose Barraza on 12 Jul 2010 20:12 I have a problem running a program to an other PC (which ones does not have instaled Matlab as StandAlone), i compile de program with deploytool and i install de mcr compiler, the program aparently runs ok, the problem is when i try to see an image created in vrml and adquiring by vr.canvas apears the next message: Undefined variable ¨com¨ or class ¨com.mathworks.toolbox.sl3d.vrcanvas.VRGLCanvas.loadNativeLibrary¨ i thing the problem is i'm using Matlab r2009a that it conteins vr.canvas tool, but the mcr compiler is mrc compiler V7.1 please i need help, i try is in severals way, and i can't PD: please excuse my english
From: Jose Barraza on 14 Jul 2010 02:14
finally I found the solution, it was very easy. vr.canvas is a tool for vrworld, and both come form virtual reality toolbox, this is for matlab r20008a, and in this version the mcr compiler include virtual reality toolbox, but in matlab r2009a this toolbox was changed to simulink 3D (sl3d) and this is not include in mcr compiler V710. The solution is from matlab R2009a folder (in PC whit Matlab R2009a instaled) to copy sl3d.jar from C:\Archivos de programa\MATLAB\R2009a\java\jar\toolbox and after that to instal the mcr compiler in the PC whithout Matlab it´s necesary open C:\Archivos de programa\MATLAB\MATLAB Compiler Runtime\v710\java\jar\toolbox and paste sl3d.jar. |