jakaplan / matlabcontrol

matlabcontrol is a Java API that allows for calling MATLAB from Java. You can eval, feval, as well as get and set variables. Interaction can be performed from either inside MATLAB or outside MATLAB.
12 stars 5 forks source link

"Support code loaction was determined improperly. [..]" #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
matlabcontrol-4.1.0.jar
MATLAB R2014a
Win 7
Using matlabcontrol from outside MATLAB!

Steps that should reproduce the problem:
1. sign code (with code signing cerificate) and copy onto web-server
2. launch app using Java Web-Start

The location of "matlabcontrol-4.1.0.jar" was determined as being on the 
C-drive; however, it is in fact on the web-server.

Error Message:
Support code loaction was determined improperly. Location does not exist.
Location determined as: C:\apps\jet\beta\matlabcontrol-4.1.0.jar
Path: /apps/jet/beta/matlabcontrol-4.1.0.jar
URI Location: http://{server}/apps/jet/beta/matlabcontrol-4.1.0.jar
URL Location: http://{server}/apps/jet/beta/matlabcontrol-4.1.0.jar
Code Source: (
http://{server}/apps/jet/beta/matlabcontrol-4.1.0.jar [
[ {certificate info} 
...

Thanks,
Wolf

Original issue reported on code.google.com by wstieb...@googlemail.com on 20 Nov 2014 at 12:06