vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, does anyone know how to develop java applications and/or run java applications on OpenBSD? I have the latest -RELEASE and would like to develop java on this machine as apposed to the other machines in the house. Can anyone give advice, please? If it's not available, what other *BSD platform has anyone been able to develop Java apps on? I appreciate your time, thank you. (An email reply would be nice, but not required) Thanks, Tim |
| |||
| On Mon, 7 Jun 2004, Tim Judd wrote: > Hi, does anyone know how to develop java applications and/or run java > applications on OpenBSD? I have the latest -RELEASE and would like to > develop java on this machine as apposed to the other machines in the house. cd ports/devel/jdk/1.3; make should do the trick. -- |
| ||||
| Ted Unangst wrote: > On Mon, 7 Jun 2004, Tim Judd wrote: > >> Hi, does anyone know how to develop java applications and/or run java >> applications on OpenBSD? I have the latest -RELEASE and would like to >> develop java on this machine as apposed to the other machines in the >> house. > > cd ports/devel/jdk/1.3; make should do the trick. > > -- Ooh, appreciated.. Thanks, I'll check into it! I didn't search under the right name under the ports.. the packages probably have something similar, I'll check into it... thanks, Ted! |