Statically linked Java?

2007-02-05 Thread Jim C.
Is this possible? We want to run a program from a memory stick and we don't want to have to do a full JRE on the stick in question. Think of it as a "Live CD" type of Java app. ;-) Jim C. -- To UNSUBSCRIBE,

A good article on software usablilty

2007-01-04 Thread Jim C.
http://tinyurl.com/yat4au -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Color for disabled controls

2006-11-09 Thread Jim C.
Jim C. wrote: > OK, so there is this bug in Sun's JTable. > Calling JTable.setEnabled(false) doesn't also cause the table header's > appearance to changed. It functions properly but there is no visible > change in the header. > > Question: > > What are so

Color for disabled controls

2006-11-08 Thread Jim C.
led state? I.E. how should the foreground/background colors change? I would think that they should have White added to them if they are disabled. Your thoughts? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

How to load help jars dynamically?

2006-10-06 Thread Jim C.
27;m certain it can be done, I don't see how it can be done with a jar that contains no classes. Anyone? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Are private methods final?

2006-09-21 Thread Jim C.
A private method cannot be extended, so does that mean it is final also? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: jdk1.5 and sparc

2006-09-04 Thread Jim Watson
on for linux users is gcj/gij, this works fine for example build and run openoffice.org using GCC4.1.2 jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: read file in my own .jar

2006-07-28 Thread Jim C.
where you get arguments from. Wirte your self an experimental program that accepts a parameter and then prints it using System.out.println(). Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: need a better file copy method - SOLVED?

2006-05-04 Thread Jim C.
, this seems to be working for now. :-) Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

need a better file copy method

2006-05-01 Thread Jim C.
anner without adding Thread.sleep(n) after calling flush on the output stream? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: sparc-linux

2005-02-03 Thread Jim Watson
I dont see any sparc debs in my mirror. thanks jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Licensing questions

2005-01-07 Thread Jim Watson
t (or if necessary privately) when you have a final answer on how the diffs may be obtained. I supprt the blackdown team and respect their rights to decide how they handle this, but it would just be useful to know if it is possible and how on

status of sparc linux java porting

2005-01-03 Thread Jim Watson
Hi, I could not find any recent mention about the sparc linux port, since the 1.4.1 release. Are there any specific problems or is it just a lack of time etc? I would like to try building this myself. Are the blackdown diffs available, I could not find any links? thanks jim

Integration of Blackdown features into the Sun JVM?

2003-12-21 Thread Jim Hazen
tures available.  If Blackdown features were merged quicker into the Sun version I'd be cool with that.  I heard that some Blackdown folks were on the Tiger working group.  Does that mean more involvement, quicker adoption of Blackdown Linux features in the Sun Linux JVMs? -Jim signature.a

Re: [ANNOUNCE] Blackdown J2SE 1.4.2-rc1 for AMD64 and i386

2003-12-21 Thread Jim Hazen
This release seems a bit *faster* on my machine.  Netbeans is a little more responsive and the Java2D and SwingSet demos seem a little peppier. I'm not running on an SMP machine.  Kernel 2.4.22, Glibc 2.3.2. -Jim On Sun, Dec 21, 2003 at 08:21:49PM +0100, Juergen Kreileder <[EMAIL P

Re: Blackdown Java 1.4.1-01 - Problem with RedHat 9

2003-08-08 Thread Jim Hazen
Days have turned into weeks.  Any idea when Blackdown 1.4.2 will be available? There aren't many differences between Sun's 1.4.1_03 and our 1.4.1_01. A Blackdown 1.4.2 for x86, AMD64, and probably SPARC will be available in a few days.     Juergen -- Jim Hazen <[EMAIL PROTECTED]>

J2SE 1.3.1 and GCC 3.2

2003-03-26 Thread Jim Hazen
Does anyone know the availability of a 1.3.1 JVM for GCC 3.2.  I'm thinking of upgrading to Mandrake 9.1, but have to run 1.3.1 apps.  Anyone know if I'll be able to do so? -- Jim Hazen <[EMAIL PROTECTED]>

1.4 Status?

2002-07-15 Thread Jim Hazen
still be grateful when it comes. :) Time to play with Java 3D 1.3-beta2 a little. -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Why do threads take so long to wake up underlinux

2002-02-19 Thread Jim Hazen
send my JMS message is just too long then the pros and cons of tweaking the kernel should be discussed. -Jim Generally better responsiveness is caused by a higher chance that scheduler will sonner finish schedule interactive jobs - because time quantums are 10 times smaller thus especially

Re: Why do threads take so long to wake up underlinux

2002-02-19 Thread Jim Hazen
as a 10ms penalty if one wanted to use this mechanism, now there isn't (but with the risk of many more context switches). My experience seems to indicate that this penalty outweighs the savings of fewer switches. -Jim The downside for sure it that you now interrupt the cpu 1000 times pe

Re: Why do threads take so long to wake up underlinux

2002-02-18 Thread Jim Hazen
Ok, I've rebuild the a kernel with HZ 1000 (and bumped CLOCKS_PER_SEC to 1000 too). The output is now closer to what one would expect.  Also if you always sleep for 10ms, you get a total time of 10 ms for nearly every run (some runs were 11-13ms, but most ~27 were 10). Hope this helps.  I

A Blackdown take on Sun's 1.4 release?

2002-02-14 Thread Jim Hazen
Sun has finally come out with their 1.4 Java release.  What does the Blackdown team think about the Sun VM and 1.4 in general?  How will the Blackdown VM differ from Sun's (on x86 Linux)?  When will a public Blackdown release be made? Thanks all, Jim

1.4 Public Release?

2002-02-05 Thread Jim Hazen
ct a 1.4 public (beta) release?  I don't mind the lack thereof, I understand that there is a lot to do and that the Blackdown team works hard.  I'd just like an update as to when a release can be expected (since January has come and gone). Thanks, Jim

Using this() in constructors

2002-01-09 Thread Jim Hazen
' is seen later, throw an exception", kind of thing I'd be interested in knowing what it is. I ended duplicating code since I *really* didn't want to throw that type of exception. Any suggestions how this might be handled in the future. Any chance t

Blackdown 1.4 release schedule?

2001-11-26 Thread Jim Hazen
interested in running 1.4 on Linux and love the 1.3.1 Blackdown port, however if the Blackdown 1.4 FCS isn't slated until Q2 or later next year I'd like to know. -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

Re: JDK 1.4 port status

2001-10-23 Thread Jim Hazen
Sounds great. Blackdown rocks. -Jim > Jim Hazen <[EMAIL PROTECTED]> writes: > > > Back at the end of August it was said that a first Blackdown release > > (beta) of JDK 1.4 would happen in two weeks. It's been a bit longer > > than that. Anyone know what&

OFF TOPIC: (WAS "Faking out an app that requires a GUI")

2001-09-13 Thread Jim Caley
managed to snag a binary from http://ferret.wrc.noaa.gov/Ferret/. Using Xvfb is real simple as well. Again, thanks for the efforts. Dave" Jim -- Jim Caley wrote: > > Ahhh... Thanks, guys. Yes, it was xvfb that I was thinking of. > > I posted this on behalf of a guy from a

Re: Faking out an app that requires a GUI

2001-09-13 Thread Jim Caley
this would work, but this is not feasible for what I'm trying to do." Thanks again, Jim -- Nathan Meyers wrote: > > On Wed, Sep 12, 2001 at 06:25:00PM -0700, ed phillips wrote: > > Are you referring, Jim, to an Expect like feature set for Java. > > > > Is there such

Faking out an app that requires a GUI

2001-09-12 Thread Jim Caley
#x27;t remember.) I'm not finding this in the archives. Does anyone know what I'm talking about? Thanks, Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JDK 1.4 port status

2001-08-28 Thread Jim Hazen
It runs faster (than the Sun version), works better, doesn't crash. Couldn't want much more in a JVM. I'm looking forward to Blackdown's take on 1.4, but since their promise on 6/25 that a beta would be available soon, I haven't heard or seen

[Fwd: Re: Mouse click under KDE2]

2001-07-25 Thread Jim Hazen
Original Message Subject: Re: Mouse click under KDE2 Date: Thu, 26 Jul 2001 09:13:41 +0800 From: Chin Ling Jia <[EMAIL PROTECTED]> Organization: KOOPrime Pte Ltd To: Jim Hazen <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> &l

Re: Mouse click under KDE2

2001-07-25 Thread Jim Hazen
guess the JDK or it's interaction with KDE2 doesn't like the us keyboard layout. Anyway give this a shot. -Jim PS: The settings are in control pannel/personalization/keyboard_layout. > I have been able to reproduce similar behavior in any Java program's > file chooser, in jEd

Blackdown J2SDK 1.4 port?

2001-05-23 Thread Jim Hazen
that 1.3.1 support is in the works and will be a few days, cool. Any idea when a 1.4 port might be ready? Thanks, Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Stacktraces without line numbering?

2001-05-04 Thread Jim Caley
Hi Lars, You need to run without the JIT compilation, i.e. java -Djava.compiler=NONE Regards, Jim -- Lars Degerstedt wrote: > > Hi all, > > I get stacktraces without line numbers (just "compiled code") for > Blackdown JDK 1.2, in spite of the fact that the source

Mouse click problems with Mandrake 8.0 + KDE

2001-05-03 Thread Jim Hazen
rk I'm using an updated savage driver at home the nvidia driver (latest 769). Only gotcha is that the nvidia driver used to work under Mandrake 7.2. I don't know what the deal is. Any hints? Any fixes? This really adversely effects Ne

Status of JDK 1.4 (Merlin) port

2001-04-23 Thread Jim Hazen
time, and that the Blackdown team is most likely understaffed, but a quick status update would be very much appreciated. Thank you, Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Reading CD audio data in Java in Linux

2001-04-16 Thread Jim Hazen
e other library (LGPLed)? Thanks, Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: postgresql jdbc driver

2000-08-08 Thread Jim Caley
more info. Anyway, I think the first thing many over there may say is to go to v. 7.0.2 -- it's far superior to 6.x. I know in 7.x I've never had problems finding interfaces/jdbc. (Could that be the problem... are you looking for "interface" rather than "interfaces&quo

Re: Java on Red Hat linux 6.2

2000-07-11 Thread Jim Caley
/bin:$PATH HTH, Jim -- AMIT VERMA wrote: > > Hello Sir, > >A brief about myself. I am a computer > programmer working on Vb from last 4 years. > > I recently installed Linux 6.2 from a monthly PC Quest > in India. > > I have also done java 1.2.2 on Win

Re: How to start using PostgreSQL?

2000-05-22 Thread Jim Caley
docs at http://postgresql.org. Hope this helps, Jim -- Janet wrote: > > Hello! > > I'm totally new to Linux. And I have troubles using the DBMS PostgreSQL. > > I installed Redhat 6.0 and find there is postgresql already installed on my > computer. > R

Re: Installing J2EE

2000-03-31 Thread Jim Caley
That did it -- many thanks! Jim -- Juergen Kreileder wrote: > > >>>>> Jim Caley writes: > > Jim> According to the message below (I grabbed it from the > Jim> Java-Linux archives), to get J2EE installed I should download > Jim> the port fo

Installing J2EE

2000-03-31 Thread Jim Caley
mean I should use the Windows version on Linux? TIA, Jim Caley -- >Re: j2ee on linux ... any hope? >From: Larry Sanderson >Subject: Re: j2ee on linux ... any hope? >Date: Wed, 19 Jan 2000 21:41:12 -0800 >Yup. >First, download and install the J2EE port for Solaris. It'

Re: J2EE on Linux

1999-12-30 Thread Jim Kimball
I downloaded BEA Weblogic (30 day trial) and have been able to access the server with a browser as well as implement a simple "Hello World" stateless session bean and access it with a client. Jim "John N. Alegre" wrote: > > Anyone

Re: Sun/Inprise/GPL Linux JDK

1999-12-09 Thread Jim Kimball
I was actually trying to make a reference to the fact that I have not yet seen a mention of Red Hat in our discussions of who should be driving Java on Linux. Why is that? Jim Tony Dean wrote: > > Jim, > > There is such an organization. Its called the Opensource movement. You &

Re: sun announcement

1999-12-09 Thread Jim Caley
It's right there on http://java.sun.com -- the first link under "Headlines & Features." Jim Caley -- Jacob Nikom wrote: > > It looks like they forgot to connect it to the rest of the site - > even search of their web site does not find it. > > Jacob >

Re: Sun/Inprise/GPL Linux JDK

1999-12-09 Thread jim
oration with those kind of financial resources... Jim -- ===== Jim Kimball [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

Re: Font quality question

1999-12-08 Thread jim
I have to specify a font size of 11 in order to get fonts the same size as native windows apps which have the font size set to 8. (I run JDK 1.2 on Windows, 1.1.7 on RH 6.0) Jim -- = Jim Kimball [EMAIL PROTECTED] -

Re: about using JFC

1999-09-09 Thread Jim Caley
You can download Sun's Java Tutorial at http://java.sun.com/docs/books/tutorial/information/download.html and then work through the "Creating a GUI with JFC/Swing" trail. Regards, Jim -- sn_java wrote: > > Hello java-linux, > > where can I download swing tut

Re: Unidentified subject!

1999-08-27 Thread Jim Sublette
Ungur Adrian-Alin wrote: > Dear people, > I wish to thank to all of you who wrote me. I finnaly got a running > JRE1.2 on my RedHat 6.0. I still have a little problem: Any of the > programs who need Java during their building process or for running > not seem to actually "see" Java. For exemple:

Re: Background processes?

1999-08-27 Thread Jim Kimball
while processes exec'd in C shell are not. Jim Dustin Lang wrote: > > Hi, > > Can anyone tell me if there is a way to Runtime.exec() a process that > lives longer than the Java process that spawns it? > > How obvious is it that I'm not a (real) C/Uni

Running multiple Java apps using the same JVM.

1999-08-27 Thread Jim Clawson
, Pentium MMX, PII, PIII, Dual-PII, Dual-PIII, Quad-PIII Xeon, or RHLinux running on UltraSparcs. I am also working with SGI boxes, NeXT boxes, possibly some HPUX boxes, a few DEC Alpha boxes, and, when the JVM is mature enough, some nice multiprocessor Intel boxes running BeOS. ThanksJim

Re: JDK1.1.7 on RH 6.0

1999-08-24 Thread Jim Hazen
You need to make sure you're using the glibc version of the JDK. Try the version located in: ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/JDK-1.1.7/i386/glibc/v3/ -Jim > I just come to upgrade my Linux RH 5.2 to RH 6.0 > After this operation my Java does not wo

Re: We need change, I think...

1999-08-17 Thread Jim Hazen
hink that as long as IBM keeps their current position and keeps things Open Source, that everyone, Linux community and IBM will be happy. -Jim > I'm just curious. Why is no one talking about the possible experience to be > gained from IBM? Because the legal problems are too great, th

Re: We need change, I think...

1999-08-17 Thread Jim Hazen
doing? What can we do to help? When can we expect the next release? What's been the hold up in production? -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

unsubsribe

1999-08-16 Thread Jim Chen
please unscribe this  [EMAIL PROTECTED]

modal dialogs

1999-08-12 Thread Jim Kimball
standard Windows apps whereby clicking on the parent window brings focus to the dialog. I am using JDK 1.1.7 v3 with (I believe) swing 1.1. If this is expected behavior, how have people worked around it in a platform independent manner? Thanks Jim FWIW - behavior of dialogs under Windows is not

Re: Help needed

1999-07-22 Thread Jim Hazen
I don't have a problem with 1.1.7B, and if you use 1.2pre2 and put a System.out.println to print out sum after your loop, it will exit normally with a sum of 9604. Without the println, 1.2pre2 bombs for me too. Strange.

Re: Netscape 4.61 bus error

1999-07-22 Thread Jim Hazen
nyone have better results? I've not had that many problems with Netscape and Java. Sure it will crash or lock up sometimes, but not every time. For the most part it's usable. I'm using a Mandrake RPM, but it will work on a RH6 system. If you want to give it a try look at: ftp://ftp.wt

Re: NoClassDefFoundError... argh!

1999-07-19 Thread Jim Caley
Are you sure the same JVM is being invoked for each run? You can get the NoClassDefFoundError exception when using the wrong JVM. Regards, Jim Caley -- Dustin Lang wrote: > > Hi, > > My app has recently started throwing NoClassDefFoundErrors. It started > after I made some fa

Re: JIT instability w.r.t. bad code?

1999-07-16 Thread Jim Kimball
It was my understanding that code wrapped in an exception handler introduces more overhead to the JVM. I am sure I have seen articles on this exact topic in Java World or Java Report. Jim Dimitris Vyzovitis wrote: > > SHUDO Kazuyuki wrote: > > > > Personally I pref

Re: RMI Activatable Object

1999-07-02 Thread Jim Hazen
;t already. -Jim > Was wondering if any other Linux/Java developers have run into problems > when developing RMI Objects. I have a Runnable, Activatable Object, > which has been subclassed from an Activatable RMI Server Object. When > instantiated, the RMI Server Object starts a thread a

Re: Modal JDialog never returns (Bug?)

1999-06-29 Thread Jim Hazen
Actually I've heard problems with glibc 2.1 too, but in this case it works. -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: native threads Java with glibc 2.1

1999-06-09 Thread Jim Hazen
hat I can do more work with JNI, and write other complex threaded apps that don't fink out when I don't use green threads. I'd consider this a priority before JMF and JAI. -Jim > > Hi all- > I should start by saying "Thanks!" for all the great work tha

Re: Question about classpath

1999-06-09 Thread Jim Hazen
your path in order find the new binaries automatically. Read the README included in the distro for more info. -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: jdk-1.2 and redhat 6.0

1999-06-09 Thread Jim Hazen
. Make sure you DL the glibc 2.1 version if you're using RH 6. The one that used to work for RH 5.2 won't work with the new libraries in RH 6. -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Problem with downloading 1.2 pre-release

1999-06-08 Thread Jim Jensen
Check the information at http://www.blackdown.org/java-linux/jdk1.2-status/jdk1.2-status.html The archive you downloaded is just debug versions - you probably want: jdk1.2pre-v2.tar.bz2 -Jim Jensen[EMAIL PROTECTED

Re: Memory Leaks with jdk1.2pre2

1999-06-08 Thread Jim Hazen
this using green threads try the SwingSet demo Splitpane). My friends program does not use any Java2D method calls. I'm running RH 6.0, Black down jdk1.2pre2 Glibc2.1. -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Re: This works on Linux/ W95 not on NT. Why?

1999-04-03 Thread Jim Frost
le compilers, the most mature compilers, the most available IDEs, the most mature IDEs, the most available debugging tools, the most mature debugging tools Well, I'm sure you get the picture. jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Bzip2

1999-03-31 Thread Jim Dovey
. And a really good thing about bzip2? It compresses the JDK a *lot*. I bunzip2'ed it and then gzipped it so's I could keep it stored away and tar zxvf when I wanted to reinstall, but upon looking at the file size, I found that it had gone up by (oh, I can't remember now...) I think i

Re: This works on Linux/ W95 not on NT. Why?

1999-03-31 Thread Jim Frost
istrator and see if it works then. It's more likely to be a path issue of some kind. jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Java Clipboard operations on Linux

1999-03-19 Thread Jim Watson
Subject: Java Clipboard operations on Linux >The Java Clipboard APIs seem to follow the paradigm of the Windows >Clipboard (ie. one application copies text to the clipboard, and then >another gets the text from the clipboard). This is platform specific. java-linux port and the sun source code u

Re: Clipboard cut & paste and JVM/X/Swing

1999-03-09 Thread Jim Watson
This was the first thing I looked at in the source, the reference to "CLIPBOARD" is still hard coded in the source which I think is calling native code to set up the selection using XLib, atoms and all that, so I would guess the answer must be no. I think this is a platform specific issue for X.

Re: JDK 1.2

1999-03-05 Thread Jim Watson
When the jdk1.2 diffs are released, do we need a working jdk1.2 to do the build? and if so, how was the first port built? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Re: Porting JDK1.1.7 to Linux

1999-02-12 Thread Jim Watson
It is caused by a empty line at the end of the source for appletviewer! this causes a "\" to appear in the diff file. my versions of patch\diff get upset by this. in which case it has to be removed from the diff file by hand in order to get things working. > >>>I can not tell why this would hap

RE: Swing 1.1 & Netscape Communicator?

1999-02-11 Thread Jim Caley
Thanks for the tip, I tried it but still have the same problem. Regards, Jim -- [EMAIL PROTECTED] wrote: > > > From: >[EMAIL PROTECTED] > To: >[EMAIL PROTECTED] > Cc: >[EMAIL PROTECTED] > Date: >Thu, 11 Feb

Swing 1.1 & Netscape Communicator?

1999-02-10 Thread Jim Caley
ccessfully built and ran a small Swing 1.1 *application* using the 1.1 JAR files, so I suspect that the files are not corrupt. I've also tried the Swing 1.1.1 Beta 1 with no different results. Is there anything I can do to get Swing 1.1 to work with Communicator? TIA, Jim Caley E-mail: [EMAIL PROTECTED]

JDK 1.2 Linux port

1999-01-26 Thread Jim Arlet
Hello, Any release date on the JDK 1.2 port to Linux? Regards, Jim Arlet

Java2

1999-01-09 Thread Jim Waldo - SMI Software Development
Hi folks -- Any words on when the Java 2 (aka 1.2) port is available? I would love to get a port of Jini out on Linux early (and often), but we are completely 1.2 based. Any words you could give would be a help. Thanks, Jim Waldo

Re: what tools do you use for programming

1998-12-12 Thread jim watson
I have NT4 and Linux on separate partitions. NT has a boot loader, which can run msdos, i just put a autoexec.bat file to run loadlin with the kernel in the dos directory, and away it goes - under this arrangement i think NT does not have any way to even know linux is there, but it had to be NT

Re: linux

1998-11-19 Thread jim watson
Mehrdad, if you have slackware 3.3, you may need the libc5 version of jdk. when i had slackware 3.4, it did not have glibc or bunzip2, Unless you have installed these yourself, you will need the libc5 and tar.gz version such as - ftp://ce.usu.edu/pub/mirror/linux/JDK/JDK-1.1.7/i386/libc5/v1a/jdk

Linux JDK Bug -

1998-11-14 Thread Jim Arlet
ing RedHat and Blackdown for help regarding this problem, but cannot find anything. I am not sure if this a bug, or some config problem on my part. Any help you can provide will be greatly appreciated. Regards, Jim Arlet [EMAIL PROTECTED]

Re: Java Web Server1.1 on Linux

1998-10-29 Thread jim watson
jim watson wrote: is the diff out of date? Hmmm... or do i need to get the JavaWebServer 1.1.2 upgrade first, before applying the diffs for the 1.1 "final"?

Re: Java Web Server1.1 on Linux

1998-10-29 Thread jim watson
> Matt Zagni wrote:Is there an easy way to apply the diff's, or is it a manual i went and got the JavaWebServer1.1 and applied the diffs from http://www.blackdown.org/java-linux/products.html most of the diffs succeeded so i guess i have done it correctly, but a number of the diffs rejected: it

Re: Clipboard interaction between Swing/JDK and X11

1998-10-29 Thread jim watson
the conclusion i have reached (after much agony) is that java is only required to support copy and paste from java to java, otherwise it is platform specific, and not a java problem...can someone confirm this is correct? thanks jim watson

Re: Ok...

1998-10-29 Thread jim watson
mklinux and build something with minor changes using the v0 diffs - email me when you have the diffs...but be warned this is strictly unofficial, just something to play with while we are waiting jim watson

Re: Error: Can't load libXpm.so.4

1998-10-29 Thread jim watson
I got slackware 3.5 late july but do not recall having any problems with jdk116v5, it ran ok "out of the box", email me direct if you would like to find out what is different in our installations, jim watson hiro wrote: > Hello > > > I am using slackware 3.5. I have i

Re: Java Web Server1.1 on Linux

1998-10-26 Thread jim watson
diff's etc. This is only my opinion, but there is no substitute but to read some books, i got SAMS "Slackware Linux Unleashed" and WROX "Beginning Linux Programming". The software is free but you need to spend some $$$ to find out how to use it... jim watson

Re: Clipboard interaction between Swing/JDK and X11

1998-10-26 Thread jim watson
CLIPBOARD is hard coded in lesstif(and motif?) XA_CUT_BUFFER0 is hard coded in xterm

Re: JDK1.2 Port to Linux?

1998-10-26 Thread jim watson
Daniel Harris wrote: > any info of plans on a JDK1.2 port... last Saturday, Steve Byrne wrote: "...we haven't advertized the fact until now that Sun has licensed the JDK 1.2 pre-release sources to the porting team and that we are starting to work with the 1.2 port. Being a full licensee (just

Re: Is there a decent file explorer for Linux?

1998-10-26 Thread jim watson
I have looked at http://sunsite.unc.edu/javafaq/mailinglists.html jim watson

Re: Is there a decent file explorer for Linux?

1998-10-26 Thread jim watson
Chi-Ming Yang wrote: > Hi there, >Is there a decent file explorer (manager) for Linux? try this, it will make any sissie feel like a geek... > http://people.mainz.netsurf.de/~bolik/tkdesk/

Re: Clipboard interaction between Swing/JDK and X11

1998-10-24 Thread jim watson
s both the cutbuffer and the CLIPBOARD. So there must be a better way... (i am using slackware 3.5) jim watson

Re: Clipboard interaction between Swing/JDK and X11

1998-10-23 Thread jim watson
[EMAIL PROTECTED] wrote: > [ Subject was Re: Working Button mnemonics under Linux Java?] > > Hello Jim > > Another another thing: Can anyone get a X11 selection, say from an XTerm or > Emacs and paste it directly into a JTextArea or JTextField? I cannot do it. > Is this Sw

Re: Clipboard interaction between Swing/JDK and X11

1998-10-22 Thread jim watson
[EMAIL PROTECTED] wrote: > [ Subject was Re: Working Button mnemonics under Linux Java?] > > Hello Jim > > Another another thing: Can anyone get a X11 selection, say from an XTerm or > Emacs and paste it directly into a JTextArea or JTextField? I cannot do it. > Is this Sw

Re: Working Button mnemonics under Linux Java?

1998-10-21 Thread jim watson
i make it say KeyChar='i' and modifiers=Alt ? thanks jim watson = import java.util.*; import java.awt.*; import java.awt.event.*; public class Keys extends Frame implements KeyListener{ Keys(){

Re: Slackware and static versus ELF

1998-10-20 Thread jim watson
only need set the PATH, thats all... jim watson

Re: installation?

1998-10-19 Thread jim watson
in the docs at: http://www.javasoft.com/products/jdk/1.1/docs/relnotes/demos.html jim watson

Re: libawt.so purgatory

1998-10-18 Thread jim watson
ing NS_JAVA=true in a otherwise good setup... regards jim watson

Re: Working Button mnemonics under Linux Java?

1998-10-16 Thread jim watson
press when i hit the spacebar...! jim watson import com.sun.java.swing.*; import java.awt.*; import java.awt.event.*; public class HelloSwing extends JFrame implements ActionListener { private JLabel label; private static String labelPrefix = "Number of button clicks: ";

Re: setup question--aka, lifeless javac with RedHat 5.0 and jdk116_v5

1998-10-16 Thread Jim Ridenour
tributions/redhat/updates/5.0/i386/ At 11:05 AM 10/15/98 -0400, Michael Sinz wrote: >On Thu, 15 Oct 1998 07:44:31 -0400, Jim Ridenour wrote: > >> First let me say I'm new to Linux, but I do run other programs on it >>successfully. >>I have two questions: >> &

  1   2   >