Date: Fri, 08 Jun 2001 11:17:14 -0400 From: Dan Diephouse <diephouse@compassarts.org> To: freebsd-java@freebsd.org Subject: Re: Linux JDK 1.4 key problems Message-ID: <3B20EC7A.7060304@compassarts.org> References: <3B20E0A8.3020106@compassarts.org> <20010608163604.A5257@c187104187.telekabel.chello.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B20EC7A.7060304>