How to solve "java.io.IOException: error=12, Cannot allocate memory" calling Runtime#exec()?
- by Andrea Francia
On my system I can't run a simple Java application that start a process. I don't know how to solve.
Could you give me some hints how to solve?
The program is:
[root@newton sisma-acquirer]# cat prova.java
import java.io.IOException;
public class prova {
public static void main(String[] args) throws IOException {
…