using APEXExport to automate application exports
I thought using APEXExport from the command line would be straightforward; John Scott's book makes it look trivial (Pro Oracle Application Express 4, Second Edition). However, I'm having an issue running the export on a single application:
IllegalAccessError. It seems like I'm having classpath issues, but I don't know exactly which .jar files to include in the classpath. This Oracle forum post is very similar to what my issue is.
0