b21 Ubuntu Gutsy
Leonel
lnunez at gmail.com
Sun Oct 7 18:45:11 PDT 2007
On 10/7/07, Leonel <lnunez at gmail.com> wrote:
> On 10/7/07, Mark Wielaard <mark at klomp.org> wrote:
> > Hi Leonel,
> >
> > On Sun, 2007-10-07 at 12:51 -0600, Leonel wrote:
> > > > > the icedtea I'm using is the one from http://people.debian.org/~mkoch/java/
> > > > >
> > > > > I've installed the icedtea jre and jdk
> > > > >
> > > > > I guess there's a library missing to install ...
> > > >
> > > > This icedtea is old, outdated, crap, whatever. I should remove them from
> > > > my webspace.
> > >
> > > Can it be builded with sun's java ?
> >
> > I don't believe anyone ever tried that. But I think it should work (and
> > afterwards you should have an icedtea that you can then use for future
> > bootstrapping). But you can install the ubuntu packages on Debian sid
> > the normal dependencies should just resolve, the only problem is with
> > the build-deps, but as long as you don't want to rebuild the deb itself
> > that shouldn't be a big issue. Add the following to your apt source.list
> > file:
> >
> > deb http://people.ubuntu.com/~doko/ubuntu/ gutsy/
> >
> > And aptitude update && aptitude install icedtea-java7-jdk
> >
> > Then you can bootstrap your own icedtea sources with:
> > ./configure --with-icedtea-home=/usr/lib/jvm/java-7-icedtea
> > make
> >
> > Cheers,
> >
> > Mark
> >
> >
>
>
> thank you it's working ..
>
>
> --
> Leonel
>
Just to let you know that :
leonel at ubuntu:~$ java -version
java version "1.7.0"
IcedTea Runtime Environment (build 1.7.0-b21)
IcedTea Client VM (build 1.7.0-b21, mixed mode)
leonel at ubuntu:~$ javac -version
javac 1.7.0-internal
This on Ubuntu Gutsy also tested the Servlet examples and JSP
examples with Tomcat 6 and all worked fine.
now to make more tests ...
a BIG thank you to all of you.
--
Leonel
More information about the distro-pkg-dev
mailing list