From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: How-to evaluate Java-snippets in org-mode/org-babel? Date: Wed, 06 Jul 2011 21:36:00 +0900 Message-ID: <4E1456B0.50206@gmail.com> References: <4E12B6DB.4090001@gmail.com> <87tyb1jdtk.fsf@pinto.chemeng.ucl.ac.uk> <60823cb60ff097c37ecd62f5c9865914@marie.carcosa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeRKo-0006BV-Oj for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 08:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeRKm-0008Ap-5x for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 08:36:06 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:48250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeRKl-0008Aj-Qf for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 08:36:04 -0400 Received: by pvc12 with SMTP id 12so7844096pvc.0 for ; Wed, 06 Jul 2011 05:36:02 -0700 (PDT) In-Reply-To: <60823cb60ff097c37ecd62f5c9865914@marie.carcosa.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Jason F. McBrayer" Cc: Org Mode Mailing List Hi Jason, > My guess is that if you want to execute it directly within org, the > thing to do is to run it in beanshell[1], like JDEE does. I'm not > really familiar enough with org-babel to tell you how to go about > doing that, though. Maybe this works nice too. However, so fare Erics solution turns out nice. Would need to see which advantages I would have using beanshell. Maybe code debugging might be easier then. Thanks for the tipp Totti