emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <schulte.eric@gmail.com>
To: "Jason F. McBrayer" <jmcbray@carcosa.net>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: How-to evaluate Java-snippets in org-mode/org-babel?
Date: Wed, 06 Jul 2011 07:26:45 -0600	[thread overview]
Message-ID: <87hb6z5xxr.fsf@gmail.com> (raw)
In-Reply-To: 60823cb60ff097c37ecd62f5c9865914@marie.carcosa.net

"Jason F. McBrayer" <jmcbray@carcosa.net> writes:

> On Tue, 05 Jul 2011 10:07:19 +0100, Eric S Fraga wrote:
>> Torsten Wagner writes:
>>
>>> Hi all, I need to evaluate many small java snippets. I tried to do
>>> this
>>> in org-mode but so fare it didn't work out. org-babel seems to have
>>> no
>>> java support ?
>>
>> Not directly but, given the issues with class paths and naming
>> schemes,
>> I would suggest that the best route is to use babel to tangle code
>> instead of trying to execute it directly within org.
>
> 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.
>
>
> [1] http://www.beanshell.org/

I think the first place to look for executing Java from Org-mode code
blocks would be to check if any existing Emacs java modes already
provide support for interactive code evaluation.  When possible
piggybacking off of existing support modes is generally the easiest
solution.

See org/ob-C.el for an example of how to execute a code block which
requires compilation before execution.  I've (thankfully) managed to
avoid using Java throughout my CS career, so I'm not overly familiar
with the execution mechanics.  There are numerous examples in the ob-*
files of languages which write code block bodies to external files and
then pass those files to executables.

beanshell looks like it may provide the best option for :session
evaluation, however if no inferior java mode currently exists I would be
hesitant to try to wrap beanshell directly.

Cheers -- Eric

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

  parent reply	other threads:[~2011-07-06 13:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05  7:01 How-to evaluate Java-snippets in org-mode/org-babel? Torsten Wagner
2011-07-05  9:07 ` Eric S Fraga
2011-07-05  9:22   ` Eric S Fraga
2011-07-05 13:48   ` Jason F. McBrayer
2011-07-06 12:36     ` Torsten Wagner
2011-07-06 13:26     ` Eric Schulte [this message]
2011-07-06 15:14       ` Jason F. McBrayer
2011-07-06 17:11         ` Torsten Wagner
2011-07-06 19:15         ` Eric S Fraga
2011-07-06 12:28   ` Torsten Wagner
2011-07-06 13:38     ` Eric Schulte
2011-07-14  5:42       ` Torsten Wagner
2011-07-15 15:00         ` Eric Schulte
2011-07-18  1:31           ` Torsten Wagner
2011-07-18 14:53             ` Eric Schulte
2011-07-28 10:49               ` Torsten Wagner
2011-07-29  0:06                 ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hb6z5xxr.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jmcbray@carcosa.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).