You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate some files in folder target\generated-sources\com4j\java\events with an invalid package package .events; like for _CommandBarButtonEvents class
The text was updated successfully, but these errors were encountered:
this command line
java -jar "tlbimp-2.1.jar" -o "target\generated-sources\com4j\java" -p "my.test" "C:\Program Files (x86)\Microsoft Office\Office14\MSWORD.OLB"
generate java files in folder
target\generated-sources\com4j\java\my\test\events
using a right package definitionpackage my.test.events;
but the maven plugin
generate some files in folder
target\generated-sources\com4j\java\events
with an invalid packagepackage .events;
like for _CommandBarButtonEvents classThe text was updated successfully, but these errors were encountered: