How can I use Jacob开发者_开发问答 to create a graph in a MS Word document?Maybe the answers for What's a good Java API for creating Word documents? can get you started.
File file = new File("lib", "jacob-1.20-x64.dll"); System.setProperty(LibraryLoader.JACOB_DLL_PATH, file.getAbsolutePath());