On Sat, Aug 13, 2011 at 3:57 PM, Mark Phippard wrote:
> On Sat, Aug 13, 2011 at 6:59 AM, Patrick Mayweg wrote:
>
>> Hello Mark,
>> you should definitely move the class. As the name suggests, I used the
>> class to throw error from the native code.
>>
>
> Thanks for the confirmation. Will commit
On Sat, Aug 13, 2011 at 6:59 AM, Patrick Mayweg wrote:
> Hello Mark,
> you should definitely move the class. As the name suggests, I used the
> class to throw error from the native code.
>
Thanks for the confirmation. Will commit and nominate fix shortly.
--
Thanks
Mark Phippard
http://mark
Hello Mark,
you should definitely move the class. As the name suggests, I used the
class to throw error from the native code.
Regards,
Patrick
Am 12.08.2011 17:10, schrieb Mark Phippard:
Just ran into this bug in Subclipse.
In the JavaHL native code in JNIUtil.h there is this code:
static
Just ran into this bug in Subclipse.
In the JavaHL native code in JNIUtil.h there is this code:
static void throwError(const char *message)
{
raiseThrowable(JAVA_PACKAGE"/JNIError", message);
}
There is a class in the old JavaHL package with this name, but there is no
class in th
4 matches
Mail list logo