Re: JNI Problem

2013-10-29 Thread Sean Loughran
Thanks David! That was the exactly it! On Tue, Oct 29, 2013 at 12:07 PM, David wrote: > You are missing an extra () it should read: > *var colorScale = p_valhold...@com.ll.cidb.client.CIDBViewer > ::getColorScale()();* > * > * > > > On Tue, Oct 29, 2013 at 4:58 PM, Sean wrote: > >> Hey guys, I

Re: JNI Problem

2013-10-29 Thread David
You are missing an extra () it should read: *var colorScale = p_valhold...@com.ll.cidb.client.CIDBViewer ::getColorScale()();* * * On Tue, Oct 29, 2013 at 4:58 PM, Sean wrote: > Hey guys, I read the documentation on JNI and I think what I'm doing is > correct, but its not working. I'm trying to

JNI Problem

2013-10-29 Thread Sean
Hey guys, I read the documentation on JNI and I think what I'm doing is correct, but its not working. I'm trying to get values from JAVA into Javascript. Code Snippet: [...] /** * * @return */ public String getColorScale() { int selIndex =m_colorBox.getSelectedIndex(); return m_colorBox.get