You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jni4net
I have run proxygen on a jar file with LOTS of .class files in it.
This step ran fine and the build.cmd was generated.
The build.cmd runs fine on all of the classes except one. On that one
it returns the following error:
jvm\com/threerings/jpkg/webos\MaintainerScript_.java:37: cannot find
symbol
symbol : class MaintainerScript$Type
location: package com.threerings.jpkg.webos
public native com.threerings.jpkg.webos.MaintainerScript$Type
getType();
^
This is found fine in the original source files, but from the JNI4NET
proxy java it can't find the right symbol.
Any idea why this is not found in the autogenerated files?
Pavel Šavara
unread,
Feb 3, 2012, 5:00:20 AM2/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jni...@googlegroups.com
build.cmd is not intended for big projects like your own. Try to create ant build script for it or use Java IDE to build it.