« Lockhart's Lament | Main | Audio Drama »
March 28, 2008
Matlab Java error on Ubuntu
Got a similar error to:
awk: program limit exceeded: sprintf buffer size=1020
FILENAME="-" FNR=36 NR=36
Unrecognized option: -root
Could not create the Java virtual machine.
I found a German forum with a solution to this problem. Google translated it as:
For those who have the same problem:
You must install and gawk in the file $ MATLABROOT / bin / awk actiavtion.sh each by replacing gawk.
I'm not sure what that means, but I installed gawk (for some reason it wasn't installed by Ubuntu).
sudo apt-get install gawk
and then it worked. Yeah for German geeks
Posted by james at March 28, 2008 07:05 PM