On Tuesday 09 January 2007 12:26, Zoong PHAM wrote: > On Tuesday, 9 January 2007 at 13:37:37 -0300, Gustavo Rios wrote: > > Is it possible to build jdk;java directly from openbsd: I always > > believed i had to "install" linux emulation first. > > No, I don't think so. > > I just installed jdk-1.5.0p19 > from the port: very much "make; make install" > > After that, I could compile and run helloworld.java :-) > > If you want the packages, email me privately. > > HTH, > Zoong
Actually the answer depends on which sun java version you're trying to build. The devel/jdk/1.4 port requires linux emulation so it can execute the java vm necessary to complete the build. The devel/jdk/1.5 port depends on the lang/kaffe port for the java vm needed to complete the build (on most all of the 1.5 port flavors except the "native-bootstrap" flavor). JCR