chamanx64 wrote: > Thanks again for ur reply. Ill try to do as u said, and be posting any results i get. > > regards, > Germán hello again! last time you asked for a SSCE and here i got you one: public class test { public static void main(String[] args) { System.out.println("Hello world"); } } Nothing more simple! now then lets run it: germanr@germanr:~/Desktop/test$ wine java.exe test Hello world germanr@germanr:~/Desktop/test$ wine java.exe -Xmx512M test Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. I must have started this post with the last example. So doesn't it give you any idea of what could be happening? Thanks in advance for your reply! regards, Germán