안녕하세요 스페로 입니다.
comp.lang.java.softwaretools 뉴스 그룹에 질문 했더니 답변이 왓네요
아래의 링크...
http://groups.google.de/groups?dq=&hl=de&lr=&ie=UTF-8&oe=UTF-8&threadm=pan.2003.03.13.07.27.05.457531%40yahoo.de&prev=/groups%3Fhl%3Dde%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26group%3Dborland.public.jbuilder.linux
내용은
hi,
small description "how to install jb on debian", if jb installation breaks
with:
This application will now exit. (LAX)
Stack Trace:
java.lang.NoClassDefFoundError
it's happen, because jb uses the jdk from sun's jdk and this
needs old glibc. fist check, which glibc is installed:
debuger:~# ls -la /usr/lib/libstdc++-libc6.1-1.so.2
ls: /usr/lib/libstdc++-libc6.1-1.so.2: No such file or directory
so you can install the old lib (1) or create symbolic link to new (2):
(1) apt-get install libstdc++2.9-glibc2.1
(2)
debuger:~$ la -la /usr/lib/libstdc++-*
... 256240 Feb 19 2000 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
... 288444 Feb 27 01:18 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
make symbolic link:
debuger:~# ln -s /usr/lib/libstdc++-libc6.1-1.so.2 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
check it:
debuger:~# ls -la /usr/lib/libstdc++-libc6.1-1.so.2
... 30 Feb 9 17:45 /usr/lib/libstdc++-libc6.1-1.so.2 -> libstdc++-2-libc6.1-1-2.9.0.so
now is java runnable :) for test, install sun jdk (1.3.x or 1.4.x) and
start any swing application. if the application is running, you can try
to install jb.
good luck
marcin
ps. about installing sun's jdk:
topic: "Best way to install JDK 1.4 on woody?"
link:
http://lists.debian.org/debian-java/2002/debian-java-200205/msg00144.html
Folgetext zu diesem Beitrag schreiben
Debian Users 님이 쓰신 글 :
: 팁란에 보니... 한컴 리눅스에 jbuilder를 설치하는 방법이 있던데...
: 한컴두.. 래드햇 기반이니.. 설치는 무리 없다구 생각됩니다..
: jbuilder 시스템 요구사항을 보면... redhat만 있던데...
: redhat 외에는 지원을 안하는지요?
: 저는 debian을 쓰구 있는데... 이경우 설치는 안되는지요?
: 아무리 삽질을 해두 잘 안되네요...
: 누구 데비안에 설치하시분 안계시는지요.....-_-;;;