From owner-freebsd-java Fri Jun 8 8:17: 0 2001 Delivered-To: freebsd-java@freebsd.org Received: from outpost2.compassarts (outpost2.compassarts.org [209.131.74.70]) by hub.freebsd.org (Postfix) with ESMTP id 5AA9B37B407 for ; Fri, 8 Jun 2001 08:16:56 -0700 (PDT) (envelope-from diephouse@compassarts.org) Received: from compassarts.org (amnesiac.compassarts.org [209.131.74.71]) by outpost2.compassarts with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id KRYBB427; Fri, 8 Jun 2001 11:13:11 -0400 Message-ID: <3B20EC7A.7060304@compassarts.org> Date: Fri, 08 Jun 2001 11:17:14 -0400 From: Dan Diephouse User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-STABLE i386; en-US; rv:0.9) Gecko/20010606 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: Linux JDK 1.4 key problems References: <3B20E0A8.3020106@compassarts.org> <20010608163604.A5257@c187104187.telekabel.chello.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm using jedit from the ports tree, but I removed the swing distro. Here's my jedit file: #!/bin/sh # Java heap size, in megabytes (see doc/README.txt) JAVA_HEAP_SIZE=64 exec /usr/local/linux-jdk1.4.0beta/jre/bin/java -mx${JAVA_HEAP_SIZE}m ${JEDIT} -classpath "${CLASSPATH}:/usr/local/share/java/jedit/jedit.jar" org.gjt.sp.jedit.jEdit $@ and my class path is: .:/usr/local/linux-jdk1.4.0beta/lib/tools.jar Thanks, Dan Diephouse Ernst de Haan wrote: >Dan, > >Are you using JEdit from the ports tree? Doesn't that one come with its own >Swing distro (1.1.1) ? Are you sure it's JDK 1.4 that it uses ? > >Ernst > > >Dan Diephouse wrote: > >>I have just downloaded the linux jdk 1.4.0 beta. Unfortunately when I >>run jedit, a swing program, I can't get my shift key to work. >>Everything else works beautifully within the program. I can type lower >>case. But the shift key does not work. Any ideas? >> >>Thanks, >> >>Dan Diephouse >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-java" in the body of the message >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message