|
Re: An Enjoyable(Not) Java Compiler Error (Stack Guard)
Quote:
Originally Posted by lopsided98
Are you accidently trying to run the code on the simulator (by choosing the "WPILib Java Simulation" rather than "WPILib Java Deploy" in the Run As dialog or some other reason)?
That is the only reason I could think of that a native library would be needed on your computer. If you are using a 64bit Java VM, then loading the 32bit simulation library could possibly cause this issue.
|
This is what I think too. The key here is
You shouldn't be invoking the JNI at all...
e/ well maybe the compiled file invokes the JNI on the roboRIO but it shouldn't be executed compile-tile
__________________
FRC Team 1684 - Head Programmer (2013-2016)
FRC Team 5460 - Programming Mentor (2015-2016)

FIRST in Michigan - Technical Crew (2015-continuing)
|