File Not Found Error Message
Posted by
Shekar Eswarakrishnan on
Apr 12, 2009; 11:40pm
URL: http://imagej.273.s1.nabble.com/File-Not-Found-Error-Message-tp3692975.html
I keep getting an error that says:
"Errorjava.io.FileNotFoundException: Values.txt (Access is Denied)"
I'm trying to output values from a matrix to a text file and I keep getting this
error. It will not even let me output a string to the text file.
The matrix is the localTransform matrix created in the code and I want to output
the second and third values in the third column.
The attached code I made builds on the StackReg_ code already created for
imageJ. My additions are in lines 1801-1805 and the localTransform matrix is
created in line 1110.
Thank You
Shekar