Gentoo Archives: gentoo-dev

From: Matthew Baxa <mbb1810@×××.edu>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Java ebuild problems
Date: Wed, 03 Apr 2002 14:20:01
Message-Id: 3CAB0E79.9020304@ksu.edu
1 While trying to work on a EJB project in Gentoo, I needed to emerge the
2 Java stuff. The sun-j2ee.ebuild needed to be modified to take the
3 correct version available (j2sdkee-1_3_1-linux.tar.gz instead of the old
4 j2sdkee-1_3_01-linux.tar.gz) as well as "S=${WORKDIR}/j2sdkee1.3.1"
5
6 But my problem lies with Ant. After emerging ant (and sun-jdk) when I
7 try to run ant I get:
8 bash-2.05a$ ant
9 Exception in thread "main" java.lang.NoClassDefFoundError:
10 org/apache/tools/ant/Main
11
12 Any ideas on how to fix?
13
14 ---------------------
15 Matthew Baxa
16 http://www.cis.ksu.edu/~mbb1810/
17 Student Systems Administrator

Replies

Subject Author
Re: [gentoo-dev] Java ebuild problems mbutcher <mbutcher@××××××××××.tv>