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
Trying to use FOP with .Net 8, but FopFactory.newInstance() fails with "Could not load source 'ClassLoader.java': Incorrect format of 'source' message.."
#605
I am trying to run FOP with using the following test program:
The project file is:
Stepping through the program fails on the line
and the following happens:
Some exceptions are thrown and a new file
ClassLoader.java
is opened in a newVS Code
tab with the following contents :But when I change the project file to:
all works as expected. But, to be honest, I would rather do it without this package.
The text was updated successfully, but these errors were encountered: