geocortex

Geocortext IMF framework Null reference exception

Still having issues with this problem. Please help if you can. So I am trying to fix a piece of code using the Geocortex IMF framework. I get an error on line 40 which is basically pulling a null exception. It is a mix of java and html. For some reason I can't seem to find out why the error is pulling up a null. Even if I load the v...

Reading a Geocortex Session File Manually.

I have been trying to interpret a session file created by GeoCortex IMF framework manually. I know that a session file is a serialized java object. I found some code that would deserialize the object but it only reads the first line. The code is: import java.io.*; public class DeserializingObject{ public static void main(String...