Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 68383 invoked from network); 13 Jul 2006 06:50:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 06:50:17 -0000 Received: (qmail 23071 invoked by uid 500); 13 Jul 2006 06:50:10 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 23018 invoked by uid 500); 13 Jul 2006 06:50:10 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 23005 invoked by uid 99); 13 Jul 2006 06:50:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 23:50:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [82.130.70.14] (HELO XSMTP0.ethz.ch) (82.130.70.14) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 23:50:07 -0700 Received: from xfe0.d.ethz.ch ([82.130.124.40]) by XSMTP0.ethz.ch with Microsoft SMTPSVC(6.0.3790.2499); Thu, 13 Jul 2006 08:49:44 +0200 Received: from [172.30.83.156] ([129.132.208.59]) by xfe0.d.ethz.ch over TLS secured channel with Microsoft SMTPSVC(6.0.3790.2499); Thu, 13 Jul 2006 08:49:44 +0200 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: Marcus Deluigi Content-Transfer-Encoding: 7bit From: Marcus Deluigi Subject: javaflow: byte code enhancement Date: Thu, 13 Jul 2006 08:49:42 +0200 To: Jakarta Commons Users List X-Mailer: Apple Mail (2.752.2) X-OriginalArrivalTime: 13 Jul 2006 06:49:44.0819 (UTC) FILETIME=[8654AC30:01C6A648] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! I still have the problem of setting up the javaflow byte code enhancement. After the task did not work (as described within my previous email): --- -- Returns the error message: The type doesn't support the "destdir" attribute. I tried to use the continuation class loader: -- try { ClassLoader cl = new ContinuationClassLoader(new URL[] { new URL( "file:///.") }, A.class.getClassLoader()); // parent class // loader cl.loadClass("MyRunnable"); } catch (Exception e) { System.out.println(e); e.printStackTrace(); return; } Continuation c = Continuation.startWith(new MyRunnable()); -- but all I get is an illegal state exception, just as if I didn't use it. Am I missing something? Or is the javaflow jar corrupted? Thanks for any help! Greetings, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org