Exception in thread "main" java.lang.StackOverflowError
843810Jan 31 2005 — edited Dec 29 2009While running simple Java API's as for that encryption on Linux machine using java1.3 i am getting the following errors:
Exception in thread "main" java.lang.StackOverflowError
at sun.io.CharToByteConverter.getDefault(CharToByteConverter.java:50)
at java.lang.String.getBytes(String.java:751)
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:114)
at java.io.File.exists(File.java:543)
.........so on
i have checked there is 2.2GB space in my system.
kindly suggest this problem is related to which part .i think its not with the API's as they are running fine on windows system.
thanks
vigya