From: Sebastian M. <seb...@un...> - 2008-05-21 10:20:23
|
Am Tue, 20 May 2008 00:01:49 -0400 schrieb mooseydoom <moo...@gm...>: > So I think my linux problems were being caused by using Java GCJ. > Ubuntu installs GCJ Java by default if you install Eclipse using the > Ubuntu repository. I installed Sun's Java and changed Ubuntu's > settings to use the Sun Java binaries instead, and I can run the > 0.3.4 Vimplugin fine. Attached is the patch to get Vimplugin to work > under GCJ Java (v4.2.3). It uses Runtime.getRuntime().exec() instead > of the newer Java 5 ProcessBuilder. Intuitively I think this is not so good. I had a closer look at it: The ProcessBuilder class is in the GCJ-API. But it seems to behave differently than the one of Suns API in our context. I think, that the parameter "-nb" isn't evaluated correctly, since the plugin waits forever to establish the connection. I'll have a closer look at this. Thanks for the efforts anyway! Seb. -- __________________________________________________ Dipl.-Inform. Sebastian Menge Lehrstuhl Software-Technologie TU Dortmund, FB Informatik Tel: 0231-755 4895 Fax: 0231-755 2061 Email: seb...@tu... Web: http://ls10-www.cs.uni-dortmund.de/~menge __________________________________________________ |