Send keystrokes with button press

2005-05-29 Thread Mike Adolf
implement my menu items if they could send a Ctrl C or Ctrl V when selected. Does anyone know how to send keyboard Ctrl C to the app by, say, pressing a button in the same app. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Highlighted text detection

2005-05-27 Thread Mike Adolf
(click and drag). Isn't there some way to detect highlighting with out multiple listeners? Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE:JRE 1.3.1 on Xscale

2003-02-18 Thread Mike Sprauve
that I have not set, that is limiting the performance of the JRE 1.3.1 Mike __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com

Re: Running j2sdk-1_3_0_02 on Redhat7.1

2001-05-17 Thread Mike Shorter
ariable is Mozilla 0.9, as far as I know right now. Hope this helps. Mike On Wed, 2 May 2001, Homayoun Yousefi'zadeh wrote: > Hello there, > > I am using Redhat 7.1 and Kernel 2.4.2. > > I have tried both binary and rpm pkgs > of j2sdk-1_3_0_02 on this box and the &

RE:Java-Linux on StrongArm

2001-05-05 Thread Mike Sprauve
Can anyone tell me what the status is of the JDK running on Linux to the Intel StrongArm. I also need AWT support of that port __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

Re: AW: AW: C# -- the Java killer?

2000-06-29 Thread Mike Christiansen
x27;s version if one was interested in MS to MS interaction. The article can be found at: http://windows.oreilly.com/news/soapreview_0600.html Mike "Hildebrandt, Kai (VIS32)" wrote: > >>In order to compete successfully with Java it has to be free. > >>It is not typi

What

2000-04-28 Thread Red Mike
give a brief discription waht scheme JVM use to do garbege collection? Thank you very much! Mike __ Do You Yahoo!? Talk to your friends online and get email alerts with Yahoo! Messenger. http://im.yahoo.com

RE: Java security question

2000-04-21 Thread Red Mike
Hello, sandbox is a concept in jdk1.1 and it means: applet runns inside sandbox and local applicaiton has access to all system resource. jdk1.2 security manager is much more complex now. which enable an applet have access to all system resource if it is signed and the signner has an entry in poli

Re: Free MSSQL JDBC driver

2000-01-23 Thread Mike Christiansen
- www.freetds.org Its free but I don't know how good it is... - www.inetsoftware.de/English/produkte/JDBC2/Default.htm I'm using this one. Its not free, but the demo supports a limited number of connections. Mike Marek Gmyrek wrote: > > Hi, > > is there any free

Re: another possibility wrt the press-release.

1999-12-11 Thread Mike Ajemian
n't want to dialog with scraps (I have big feet and don't like the taste of them, if you know what I mean.) cheers, Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: another possibility wrt the press-release.

1999-12-11 Thread Mike Ajemian
. Do yourself a favor and ask a few questions of somebody *before* you flame them or start calling them names. cheers, Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: another possibility wrt the press-release.

1999-12-10 Thread Mike Ajemian
ture of java on Linux. You have an opinion on that, I'd like to hear it. To me, the prospect of collaboration was worth more than a couple of phone calls. cheers, Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: another possibility wrt the press-release.

1999-12-10 Thread Mike Ajemian
ion was made pretty high up to accept this as a reasonable loss, the blackdown piss-off, and a greater gain vis-a-vis perception of a better, more stable jdk from a commercial source. Like Linux and RedHat. "The market" is validating Linux because a commercial company is behind it.

Re: Any EJB for Linux?

1999-12-09 Thread Mike T. Miller
[EMAIL PROTECTED] wrote: > Are there any EJB Server for Linux currently Available. > An excellent open source EJB server is JOnAS from Bullsoft. It's pure java and I use it on big Sun iron at work and on my wimpy laptop under linux. Check it out at www.bullsoft.com

"no awt in shared library path"

1999-10-07 Thread Mike Tinnes
I get the following error while trying to run a servlet that utilized the awt classes.. "no awt in shared library path". I'm using RH6.0, Apache JServ 1.1b1 and jdk117v3. I'm assuming the VM needs the LD_LIBRARY_PATH set to the awt shared libraries,

Re: We need change, I think...

1999-08-17 Thread Mike Christiansen
oices. Thanks for your time. Mike Riyad Kalla wrote: > This is how I personally feel and would urge anyone in the > same boat to help row, errr... to support this. > > I would like some indication FROM Blackdown for the > following things just so I'm not so in the dark: >

Re: Food for thought...

1999-08-16 Thread Mike Christiansen
Riyad Kalla wrote: > These are good points.. and I think the reason Sun doesn't support Linux so readily > is simply because it would be shooting its self right in the Solaris-Foot. If it > provides a high performance, solaris quality Java implementation... they may loose > a bit of business. I d

Re: Food for thought...

1999-08-16 Thread Mike Christiansen
VM which rivals Sun's in performance and reliability. Linux is the perfect platform for hosting application servers and can attract the attention of vendors and developers alike, but this is only possible if a first class VM is m

How can I help?

1999-08-02 Thread Mike Christiansen
I have wanted to contribute to Linux for a while now. I would most like to help make my favorite programming language successful on my favorite OS. What can I do? Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: sunwjit slows down JDK

1999-06-07 Thread Mike Greaves
Paul Ignacio Pacheco Piemonti wrote: > > with sunwjit: It takes about 28 seconds to load. > without a JIT: It takes about 19 seconds to load. > with tya: it takes about 13 seconds to load. And I was just noting how much of a boost the sunwjit seems to give. I ha

JIT in pre2???

1999-06-06 Thread Mike Greaves
Stefan Proels wrote: > > > cannot find the JIT (sunwjit) and that it is switching to interpreted > chmod 755 jdk1.2/jre/lib/i386/libsunwjit.so ^^^ -- ? Excuse me for asking, but am I to understand that Blackdown JDK1.2, as of prerelease 2, now inclu

Re: Compiling to a binary

1999-06-01 Thread Mike Greaves
Also, have a look at 'binfmt_misc.txt' and 'java.txt' in: /usr/src/linux/Documentation (or wherever your kernel docs are). I haven't tried out the Misc Binary interface yet, but it looks useful for your kind of requirement. Mike Greaves Ernst de Haan wrote: > &

RE: Access Violation

1999-05-11 Thread Mike Petersen
---Reply to mail from Farhan Killedar about Access Violation > The error message is: > > sj -g -classpath > C:\VisualCafePDE\Programming\;C:\VISUALCAFEPDE\BIN\COMPONENTS\SYMBEANS.JAR;C > :\VISUALCAFEPDE\JAVA\LIB\;C:\VISUALCAFEPDE\JAVA\LIB\SYMCLASS.ZIP;C:\VISUALCA > FEPDE\JAVA\LIB\CLASSES.ZIP;C:\

Re: Where is swing.jar? And: Support for CORBA?

1999-03-20 Thread Mike
Hi Christopher, Well, but where is IDL compiler? I saw one at sun's site but it looks like binary package and I'm not sure it will work with linux... Do you know about any alternative IDLC? Mike Christopher Hinds wrote: > > Here is an answer to both of your questions : >

Re: IDE for Java

1999-03-19 Thread Mike van der Merwe
#x27;s a bit sluggish. What's more, it's free for non-commercial use. For commercial use it's very reasonably priced too. Later Mike >I'm looking for a good IDE for Java on Linux. >Is everybody using emacs? Or is there anything better? >I am Java programmer but new

You guys rule

1999-03-14 Thread Mike Vitalo
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Missing font (urgent to porters)

1999-03-10 Thread Mike
t kind of I'll post a report. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

classes

1999-03-01 Thread mike dobbs
I'm learning java, and I cannot get a hsa.Console class to work on linux? Where can I get this? Thank alot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [rtl] Re: Java and rtl (was LabView for Linux)

1999-02-26 Thread mike cravens
I haven't Nikolay Ognyanov wrote: > Hi James, > > Could you please tell us a bit more about your project? The problem > of putting RT Linux into FLASH has been raised several times on > this list but as far as I can recall you are the first one to present a > real case study. Could you tell more

Re: [rtl] Re: Java and rtl (was LabView for Linux)

1999-02-26 Thread mike cravens
eaded within one actor. It was originally designed as a distributable microkernel, with a small kernel providing real-time executive services for other client components. Regards, Mike Cravens Alcatel USA [EMAIL PROTECTED] [EMAIL PROTECTED] Nikolay Ognyanov wrote: > Hi James, > > Co

Downloading JDK or Linux

1999-02-16 Thread Pent, Mike
Steve, When I try to access the mirror sites, via your 'here' links, I receive the following error: Not Found The requested URL /java-linux/Mirrors.cgi was not found on this server. Am I doing something wrong, or do those links need to be changed? Th

Re: Save a canvas as a GIF file

1999-01-25 Thread Mike Mondragon
that takes the array and makes a gif out of it. Hope this helps. Mike Mondragon

Netwinder

1998-12-15 Thread Mike Zauzig
kdown diffs are for 1.1.6 and JavaSoft won't give me the source to older versions. So..., anybody have suggestions on how to get the 1.1.6 source or the 1.2 diffs, preferrably for RISC architectures? It's not life or death, but I'm guessing that it would be somewhat educational. Tha

Re: Java 1.2

1998-12-14 Thread Mike Zauzig
I asked this question a month ago and did not get a single response. So I'm assuming one of two possibilities: either Sun has virtually taken over the porting of Java2 to Linux and the Blackdown developers are being hush hush about it for some unknown reason, OR, everybody's just too busy and not

Re: for the record

1998-12-01 Thread Mike Song
> > > > > > I benefit from almost all the posts to this list and have > found very few of the posts "off topic". > > Mark If you did benefit from the list then how about letting people benefit something from YOU by shutting your mouth up. Don't try to start another argument on this list because it's even worse than continuing the old arguments. Be nice, at least give it a try. Regards, Mike

Java 1.2 on Netwinder Linux?

1998-11-30 Thread Mike Zauzig
Anybody know who's working on porting Java 1.2 to the Netwinder? What would JavaSoft's involvement be? Thanx.

Re: Netscape/CLASSPATH question

1998-11-24 Thread Mike Song
It will do if I remove MOZILLA_HOME and CLASSPATH from the .bashrc file (so they are not defined). It sounds strange but it works somehow. Mike -- Mike Song wrote: > Hello all, > > Question: > Netscape complains that it could not find java40.jar in > the directories listed in $CL

Java programming env (newbie question)

1998-11-23 Thread Mike Song
Hello all, I installed RH Linux 5.2 and I found that 'javac', 'java' and 'appletviewer' are already there and I am able to compile and run simple java programs. The question is: Does this mean that I already have JDK installed? Thanks a lot Mike

Re: Unidentified subject!

1998-10-20 Thread Mike Price
What is going on with this email thing? -Original Message- From: friend <[EMAIL PROTECTED]> To: friend <[EMAIL PROTECTED]> Date: Tuesday, October 20, 1998 4:30 PM Subject: Unidentified subject! >hehehehe... u got me the email virus.. from urself >