Hi,
I am currently evaluating Aspose.Words Java version 14.4.1 on RedHat 5.5 with Java JDK 1.8.0_05.
I have downloaded the examples from GitHub (GitHub - aspose-words/Aspose.Words-for-Java: Aspose.Words for Java examples, plugins and showcases) and unzipped them in my Aspose folder.
So, I have the following strucuture in my Aspose folder:
- Aspose_Words_Java-master
- doc
- examples
- lib
- license
readme.txt
where the folder Aspose_Words_Java-master contains the examples.
I have opened the project example with IntelliJ 13.1.2.
I had to change the project library since the path was not correct for the aspose_words_14_4_jdk16.jar file.
With this configuration, I can run most of the examples but the example in viewersandvisualizers/document/java is not working.
I can run the main method in DocumentExplorer.java, MainForm.java and Program.java but I get only an empty window each time.
Also, when I tried to open the DocumentExplorer.form I got an error from IntelliJ stating that “Form file is invalid: Not IntelliJ IDEA Designer form file”.
Thanks for your help,
Antoine Soubret