Search the web
Sign In
New User? Sign Up
tcljava
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 567 - 596 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
567
You might be able to turn off the jit by setting the JAVA_COMPILER env var to "" or NONE. I know that works with Jacl (which uses the java executable), but I...
Mo DeJong
mdejong@...
Send Email
Jan 3, 2000
9:49 pm
568
Setting JAVA_COMPILER to NONE worked. Thanks, David Birtwell ... The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe: send mail to...
David Birtwell
davidb@...
Send Email
Jan 3, 2000
10:20 pm
569
I'm trying to place all the class data from my package's .class files inside Tcl files as binary strings for loading when required. As a first step in that...
Vince Darley
vince.darley@...
Send Email
Jan 5, 2000
8:05 pm
570
On Wed, 5 Jan 2000, Vince Darley wrote: Off the top of my head, I would be willing to bet that the problem you are having is because a class you want to define...
Mo DeJong
mdejong@...
Send Email
Jan 5, 2000
8:56 pm
571
... This doesn't seem to be the entire problem (I'm sure it's part of the problem, though). For instance the following test class won't load: package medical;...
Vince Darley
vince.darley@...
Send Email
Jan 5, 2000
10:23 pm
572
Perhaps you are going about this the wrong way. What you really want to do here is wrap up your classfiles in some way that they can be loaded by the JVM...
Mo DeJong
mdejong@...
Send Email
Jan 5, 2000
11:09 pm
573
Hello *, in jacl web pages I've read that Jacl 1.25 won't work in browsers. Is there some plans for future to support Jacl in applet? Is there some workaround?...
Lubos Vrba
lubos.vrba@...
Send Email
Jan 6, 2000
8:13 am
574
... This is a tricky issue. Jacl (using Tcl commands in an applet) works but the java::* commands do not. ... There is nothing wrong with Jacl that we could...
Mo DeJong
mdejong@...
Send Email
Jan 6, 2000
8:22 pm
575
Hi all. I checked some recently posted bug fixes into the tcljava CVS and I think we are about ready for a 1.2.6 release. If you would like to test it out,...
Mo DeJong
mdejong@...
Send Email
Jan 8, 2000
1:42 am
576
Hello *, Is it possible to get all variables defined in some interptreter? I mean defined via tcl "set" command and via "setVar" Jacl command. Thanks, Lubos ...
Lubos Vrba
lubos.vrba@...
Send Email
Jan 11, 2000
12:39 pm
577
Hello, ... I think, 'info vars' will do the trick: tclsh8.2 [~] info vars tcl_rcFileName tcl_version argv argv0 tcl_interactive tcl_traceCompile auto_oldpath...
Christian Krone
krischan@...
Send Email
Jan 11, 2000
2:06 pm
578
... Thanks for answer. I'm still trying to find some workaround. In FAQ is written: 1.For remote applets, both Netscape and IE disallow the introspection of...
Lubos Vrba
lubos.vrba@...
Send Email
Jan 17, 2000
4:13 pm
579
Actually, you can use Jacl in an applet; at least in Netscape. By using the Java 2 plug-in there is a finer-grained security mechanism called "policies." By...
Thomas McKay
mckay@...
Send Email
Jan 17, 2000
4:32 pm
580
What was the problem you were running into? Would the applet fail to run without the patch you suggest? Could you post a diff -u style patch for the change you...
Mo DeJong
mdejong@...
Send Email
Jan 17, 2000
6:46 pm
581
That is an easy one. Run these commands to check out tcljava from the cvs. % setenv CVSROOT :pserver:cvs@...:/cvsroot % cvs login (password is...
Mo DeJong
mdejong@...
Send Email
Jan 17, 2000
7:13 pm
582
Sorry, I'm a little pressed for time at the moment and honestly don't know if I still have the original to diff against. The problem boiled down to a security...
Thomas McKay
mckay@...
Send Email
Jan 17, 2000
7:17 pm
583
In jacl, is there anyway to interrupt the interpreter while it is executing (say an infinite loop is being executed)? Chris Trella 480-675-1347 ...
Trella Christopher-P2...
Chris.Trella@...
Send Email
Jan 18, 2000
8:19 pm
584
Nope. Mo Dejong Red Hat Inc. ... The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe: send mail to TclJava-request@... ...
Mo DeJong
mdejong@...
Send Email
Jan 18, 2000
8:35 pm
585
Trella, Not sure if this will help but a solution that we have used successfully in TCL 8.x is the Tcl_CreateTrace function. This function permits you to ...
Steve Carter
steve@...
Send Email
Jan 18, 2000
8:38 pm
586
Hello! I've still problem to run jacl in applet. I tried to run jacl in signed applet in NN with plugin1.1.3 but it looks like I can't signed it :) But what is...
Lubos Vrba
lubos.vrba@...
Send Email
Jan 19, 2000
11:02 am
587
Hi all. I seem to have run into a really big problem with the java::bind command that I need some help with. The problem only seems to show up in Tcl Blend,...
Mo DeJong
mdejong@...
Send Email
Jan 19, 2000
10:58 pm
588
I'm still running into problems trying to use 'java::defineclass $data' vs just using java::new. I have a very simple class which just fails to be loaded with...
Vince Darley
vince.darley@...
Send Email
Jan 22, 2000
10:23 pm
589
defineclass is known to be broken with JDK 1.2.x on Solaris only, the bug in question does not occur with JDK 1.1.x on any platform or on JDK 1.2.x on any...
Scott Redman
redman@...
Send Email
Jan 22, 2000
11:23 pm
590
I'm only running on WinNT, and so far only with jdk1.2.2. This is with the latest tcljava sources from cvs too. Vince. ... From: Scott Redman To:...
Vince Darley
vince.darley@...
Send Email
Jan 23, 2000
12:25 am
591
Do the TclBlend and Jacl test suites run fine? -- Scott ... The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe: send mail to...
Scott Redman
redman@...
Send Email
Jan 23, 2000
1:01 am
592
Yes, the tests run perfectly (including the JavaDefineClass test). The problem seems to be that some classes load fine, and others do not, even when the...
Vince Darley
vince.darley@...
Send Email
Jan 24, 2000
3:28 pm
593
Hi, everyone: I have a question about tcljava and namespace. I wrote Tcl extension using tcljava class lib (eg. public class Ext extends tcl.lang.Extension and...
zhanglei
zhanglei@...
Send Email
Jan 25, 2000
4:25 pm
594
... Just create the namespace and then use a namespace qualifier for each of the commands you create. Like so. interp.eval("namespace eval ext {}"); ...
Mo DeJong
mdejong@...
Send Email
Jan 25, 2000
9:27 pm
595
Vince, I took a quick look at the example you posted, but I am a little confused about exactly where the problem is. The class you are trying to load with...
Mo DeJong
mdejong@...
Send Email
Jan 26, 2000
12:32 am
596
While creating numerous ReflectObjects w/in a Java command, I inconsistently get a message "table entry did not match arguments" The error is thrown in...
Thomas McKay
mckay@...
Send Email
Jan 26, 2000
12:36 am
Messages 567 - 596 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help