Skip to content

Add Windows Octave Mex and Install Instructions#147

Merged
arokem merged 1 commit intoarokem:masterfrom
blink1073:master
Feb 18, 2015
Merged

Add Windows Octave Mex and Install Instructions#147
arokem merged 1 commit intoarokem:masterfrom
blink1073:master

Conversation

@blink1073
Copy link
Collaborator

Got it working! I'll update the README tomorrow.

Notes:
Install Octave here
Install 32bit JDK here <--- 32bit was the key
Get zmq here

Add JAVA_HOME variable that points to: C:\Program Files (x86)\Java\jdkxxx
Add the libzmq folder to path
Add the java folder to path

In [3]: o.zeros(3)
warning: Adding json.jar to the dynamic Java class path. This has cleared matlab internal states, such as global variables, persistent variables, or mex functions. To avoid this, call json.startup before using other json API functions. See
<a href="matlab:doc javaaddpath">javaaddpath</a> for more information.
Out[3]:
{'message': 'Successfully completed request',
 'success': 'true',
 'result': array([[ 0.,  0.,  0.],
        [ 0.,  0.,  0.],
        [ 0.,  0.,  0.]])}

arokem added a commit that referenced this pull request Feb 18, 2015
Add Windows Octave Mex and Install Instructions
@arokem arokem merged commit c592d25 into arokem:master Feb 18, 2015
@arokem
Copy link
Owner

arokem commented Feb 18, 2015

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants