Quantcast
Viewing all articles
Browse latest Browse all 898

memory error in Java example

hi,
I tried to use Insight with the Java example code, but I got the following error:

Exception in thread "main" java.lang.Error: Invalid memory access
	at com.sun.jna.Native.invokeInt(Native Method)
	at com.sun.jna.Function.invoke(Function.java:390)
	at com.sun.jna.Function.invoke(Function.java:323)
	at com.sun.jna.Library$Handler.invoke(Library.java:236)
	at com.sun.proxy.$Proxy0.IEE_EngineConnect(Unknown Source)
	at com.emotiv.examples.AverageBandPowers.AverageBandPowers.main(AverageBandPowers.java:29)

I followed the code sample guide pdf, and it looks like the program should run.
I would be glad to know if anyone has encountered this problem, and what is the solution.

thank,
nir


Viewing all articles
Browse latest Browse all 898

Trending Articles