Re: Java problem on Linux only

2002-04-13 Thread Timothy Reaves
On Sat, 13 Apr 2002 12:23:33 -0400 (EDT) "Thomas Cowdery" <[EMAIL PROTECTED]> wrote: --snip-- > Warning: Cannot convert string " Home,_Key_Begin" to type Virtual > Binding > --snip-- These can be safely ignored; they are just teliing you that they can not bind to particular (hot)key c

Odd problem: Error: Unable to locate class java.lang.Object

2001-10-30 Thread Timothy Reaves
I have an odd problem. I am trying to run a class file post processor. When I run it, it gives the err (in the subject line). My environment is setup correctly. Any idea what might cause this problem? -- To UN

Unix JNI library?

2001-10-05 Thread Timothy Reaves
Does anyone have a JNI library for access & modifing files on a unix FS? Specifically linux? I'd like to be able to query & modify group & owner permissions. Thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

Java 3D question

2001-10-03 Thread Timothy Reaves
I have linux Java 3D working on my box. Are there any actual applications out there for Java 3D, or just the little demos that show that it works? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

ssh question

2001-09-27 Thread Timothy Reaves
Does anyone know where I might find information of using ssh & scp from within java? In other words, do the equivilent of scp'ing a file to the local machien from a remote machine running sshd? Thanks! -- To UN

Re: SSL, RMI, and X509

2001-08-31 Thread Timothy Reaves
On Thu, 30 Aug 2001 22:21:45 -0400 John Molnar <[EMAIL PROTECTED]> wrote: > Which brings me to my question: if the RMIClientSocketFactory is > downloaded from the server to the node, how does one go about making > it work with the node's unique and specific keystore? How can i use > a locally

VetoableChangeListner question

2001-08-27 Thread Timothy Reaves
If a Swing field has a registered VetoableChangeListener registered, and it vetos the change, does that field lose focus? In other words, can I use this class to validate a field & prevent the focus from leaving the field. Thanks! -

seg fault with HotSpot

2001-07-06 Thread Timothy Reaves
I'me having a problem with 1.3.1 from both Sun & BlackDown. With Together 4.2 * ArgoUML, it seg faults. These are bout GUI applications, and in both cases, the splash screen appears, then it faults. This does not happen if I use -classic. I'm runnine a fairly stock SuSE 7.1

Re: Socket problem

2001-06-23 Thread Timothy Reaves
Seb Barre wrote: > I'm assuming you have one thread that "listens" on your connection port, > accepts the connection, and hands off the connected socket to another > separate thread that handles the actual sending/receiving of data? > This is correct. > If your main listening threa

Socket problem

2001-06-19 Thread Timothy Reaves
Hello all. I have an application that opens a socket to a server. Both client and server are Java, 1.3.1, and the distro's are SuSE 7.1 In running tests of this application, a situation has occured that I'm not sure how to solve. The client conencts to the sever and downloads

Very odd exception

2001-05-14 Thread Timothy Reaves
Hello. When I run the attached code, I often (as often as 50%) get the following, which I've never seen before: [treaves@double BoxMaintenance]$ java TestString String == rkmmDBV6 String length == 8 Another exception has been detected while we were handling l

Re: How to use Java options -Xms and -Xmx on Linux?

2001-05-11 Thread Timothy Reaves
Jonathan Doughty wrote: >>>>>>"Timothy" == Timothy Reaves <[EMAIL PROTECTED]> writes: >>>>>> > >>>Q2: is there any upper limit for -Xms and -Xmx values, or can >>>I use whatever value I want such as -Xms700m and >&g

Re: How to use Java options -Xms and -Xmx on Linux?

2001-05-10 Thread Timothy Reaves
[EMAIL PROTECTED] wrote: > Hi, > > It would be appreciated if someone could help me on the following questions. > > Q1: can I use "k", "m" and "g" to specify kbyte, mbyte and > gbyte, like -Xms700m (for 700 mb), -Xmx2g (for 2 gb)? You should. > > Q2: is there any upper limit

Re: [jswat-user] Still hanging...

2001-02-24 Thread Timothy Reaves
>> >> And finally, does anyone know an easy way to get rid of all of the leftover >> java processes without rebooting? I get something like eight per invocation. >> Fortunately they're usually idle. >> killall -9 java -- To

Re: JTable mouse click

2001-02-21 Thread Timothy Reaves
[EMAIL PROTECTED] wrote: > I have noticed you will get two 'sets' of mouse events for a double click > > mousePressed(where click count == 1) > mouseReleased(where click count == 1) > mouseClicked(where click count == 1) > > mousePressed(where click count == 2) > mouseReleased(where click count

Re: JTable mouse click

2001-02-21 Thread Timothy Reaves
Rob Kirkbride wrote: > Use blackdown :-) > > BTW. This is a blackdown mailing list. > > No, this is a BlackDown hosted Java-linux mailing list. I'll try the BlackDown to see it it does tha same thing. -- To UNSUBS

JTable mouse click

2001-02-20 Thread Timothy Reaves
When I double-click on a JTable, the MouseEvent event is saying the getClickedCount ==1. It always equals one regardless of the actual click count. I'm using JDK 1.3 from Sun. Any advice? -- To UNSUBSCRIBE,

Odd reflection issue

2001-02-20 Thread Timothy Reaves
I'm not sure what is going on with what I'm doing, so thought I'd ask for some help. My environment is Sun JDK 1.3. I am trying to understand reflection. When I run the command 'java com.bascom.TestClass3' from a terminal, I get this output (I'm only pasteing in the pertanent

Re: Thread Debugger Applications for Linux?

2001-02-13 Thread Timothy Reaves
Peter Pilgrim wrote: > > Are they any thread debugger open source applications for Linux? > > I don't believe so. There are two things people need to realize: a) if you haven't found it, you either didn't look for it or it doesn't exist, and b) not everything is open source.

local setting question

2001-01-01 Thread Timothy Reaves
I'm having a problem with Java after upgrading some of my RPM's to PLD. When I try to start Borland JBuilder, I get this message on the console: current local is not supported in X11, local is set to CX local modifiers are not supported, using default # # An unexpected exception has been

Shuting down a server app

2000-08-28 Thread Timothy Reaves
Has anyone found a nice way of trapping unix signals, or of shutting down a java app as part of the init process? Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [

Re: Java and window managers

2000-07-31 Thread Timothy Reaves
Julio Cesar Aguilar Cabrera wrote: > I'm using RedHat, XFree 3.3.6, and the latest IBM JDK 1.3 beta. > When I started writing visual programs in Java I noticed some > problems which I believe to be caused by AfterStep (1.8.1). > > I switched to KDE (1.1.2) and the problems dissapeared. > KDE is g

Re: Serious bug in System.identityHashCode() found.

2000-07-05 Thread Timothy Reaves
Miles Sabin wrote: > > Apart from anything else, hashCodes are ints, so there are at > most 2^32 distinct ones. A 64 bit implementation could support > more that 2^32 objects, in which case there'd have to be some collisions. This is not quite correct; only 21 bits are used for the HashCode.

Sun JDK 1.3 oddity...

2000-06-04 Thread Timothy Reaves
I have a JCombo that when the popup is displayed it is being treated as a separate window - i.e. it is given it's own window border and title bar. This does not happen with IBM 1.3, or Borland 1.2.2. Also different is the way the window itself is displayed (here I'm talking the app windo

Sun JDK 1.3 & hotspot

2000-06-04 Thread Timothy Reaves
I do not find documentation on how to enable hotspot. Have I overlooked it? Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Sun 1.3 src.jar file question

2000-06-04 Thread Timothy Reaves
Did anyone else get an exception when unjaring this file? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: J2SEE 1.3 for Linux!

2000-06-03 Thread Timothy Reaves
The race is on. I'm not sure that this is a good thing; who will us mere programmers determine which sdk is more stable and faster under linux? I've already been told by Togethersoft that they won't support 1.3 - it (the IBM version) is causing problems with their newest product. Well, when a de

Re: IBM Java 1.3: some problems.

2000-06-02 Thread Timothy Reaves
Kontorotsui wrote: > On 01-Jun-00 Timothy Reaves wrote: > > The Sun Windows 1.3 is the same way. This is the new way of doing things. > > I see. So the compiler error messages in 1.3, any 1.3, are changed, right?

Re: IBM Java 1.3: some problems.

2000-06-01 Thread Timothy Reaves
I have not had this problem. I have run two AWT programs, one large-complex the other small, and had no problem. I was not, however, running them for hours. Kristian Soerensen wrote: > Hi > > I just tried the IBM JVM 1.3 for Linux > With it's accompaining jit it's very fast, but it crashes X

Re: IBM Java 1.3: some problems.

2000-06-01 Thread Timothy Reaves
> > 3) This is not a bug, but is annoying... the compiling errors on the IBM 1.3 > Java compiler are less clear. The Sun Windows 1.3 is the same way. This is the new way of doing things. -- To UNSUBSCRIBE, email to [EMAIL PROT

java.net.UnknownHostException:

2000-05-26 Thread Timothy Reaves
I am getting this thrown when I try to create a socket. It does not matter if I use 172.16.1.50 or double.silverfields.com or localhost or what. They all resolve with nslookup. Am am using IBM 1.3 and Sun/Borland 1.2.2 with the same result. Any ideas?

Re: Persistency for java on Linux

2000-05-26 Thread Timothy Reaves
Well, I hate to disagree, but I'm going to have to. I still don't understand why one would use an OO language but not an OO storage system. Try PSE from http://www.objectdesign.com/. PSE is free for development, while PSEPro is like $99. The difference is that the Pro gives you OQL,

IBM 1.3 Netscape plugin

2000-05-12 Thread Timothy Reaves
When I try to use this (by coping to /usr/lib/netscape/plugin) I get the following error: [treaves@double treaves]$ netscape INTERNAL ERROR on Browser End: Could not load libjavaplugin_moz5.so: linking error=/home/treaves/.netscape/java/lib/libjavaplugin_moz5.so: cannot open shared object file

Unsupported encoding: ANSI_X3.4-1968

2000-04-13 Thread Timothy Reaves
I get this when I startup JBuilder 3.5. Any help? java.io.UnsupportedEncodingException: ANSI_X3.4-1968 at sun.io.Converters.getConverterClass(Converters.java, Compiled Code) at sun.io.Converters.newConverter(Converters.java, Compiled Code) at sun.io.ByteToCharConverte

Odd seg fault

2000-04-11 Thread Timothy Reaves
I've recient;y upgraded to RH6.2 Doing so broke wine. WPO2K did not work. So I read the wine newsgroup, and found this was due to the glibc that 6.2 uses. It said to put the LC_ALL=en line in my profile. I did. What does this have to do with java? Just a moment. I have open two

Java shell

2000-03-16 Thread Timothy Reaves
I saw - somewhere sometime - a java shell application, that would let you interactively execute java code. I've lost the link. Can someone provide some assistance? Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Odd Sun JDK problem

2000-02-04 Thread Timothy Reaves
I'm trying to end my use of windows. Now that JBuilder is available for linux this MIGHT happen. I say might because I'm having a very strange problem. I have an RMI server. When I brought it over this morning, I compiled, started it up, and all was well. I then corrected some of the

Re: JIT For linux??

1999-10-18 Thread Timothy Reaves
Borland has released one. Robert Simmons wrote: > Greetings, > > Is there a functional version of the JIT that works with the 1.2 Jdk on > linux ? I would love to install it before things get messy in my app. Ive > build most of the structure and now Im adding content like crazy and I could > ea