octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #51152] "[java] java.lang.NoSuchFieldException


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #51152] "[java] java.lang.NoSuchFieldException: ..." errors
Date: Fri, 9 Jun 2017 14:37:10 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46

Follow-up Comment #4, bug #51152 (project octave):

A simpler test case that can be included in Octave's test suite:

>> jstr = javaObject ("java.lang.String", "some string")
jstr =

<Java object: java.lang.String>

## errors out now, but should work:
>> jstr.matches ("some other string")
error: [java] java.lang.NoSuchFieldException: matches
## works fine:
>> javaMethod ("matches", jstr, "some other string")
ans = 0



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51152>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]