On Tue, Aug 10, 2010 at 11:38 PM, Philip Nienhuis <[email protected]> wrote:
> Is there a way to make __java__.cc check the running octave version and
> invoke the appropriate call? (#ifdef or so? - I'm not very proficient in
> c++, sorry)

Usually, this is better achieve with a configure test to check the actual
feature, than simply the octave version. I don't have time at the moment
to do it, though, so a simple version check might be quicker to implement.

> On a related note, Martin Hepperle made a "java-1.2.8" pkg a while ago. I'm
> helping him to turn it into patches (or separate files) suitable for
> committing into the svn tree.
> He made a number of IMO very useful additions and methods, e.g.,
> javarmpath(), dialog boxes, wrappers for better ML compatibility, etc.
> In addition, the split() call in javaclasspath.m should be replaced by
> strsplit() (which may break compatibility with older octave versions that
> -however- IMO are severely outdated at this point) and there are one or two
> other (minor) issues.
> When we're ready testing the "1.2.8" package, shall I send the changed and
> added files for reviewing to the list or just to you, Michael?

Yes.

Michael.

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to