This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgcj/8685: CNI Invocation of Java code from C++ example fails


Synopsis: CNI Invocation of Java code from C++ example fails

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Mon Dec  2 20:07:39 2002
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Mon Dec  2 20:07:39 2002
State-Changed-Why:
    The problem is that the executable name isn't set.
    One workaround is to call _Jv_ThisExecutable before calling
    JvCreateJavaVM.  Any argument is fine, though argv[0] is best.
    
    This is still bad, though, since that isn't really part
    of the API.  I'm not sure what we should do here.
    I'll ask on-list.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8685


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]