If I compile the following code in Debug mode, this executes fine. If I compile it as Release, I get the following error:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference
If...
Hi to everyone.
I have a class with two private strings declared in Class_Globals.
Private ExportFolder As String
Private FtpExportFolder As String
Now I want to declare setters for those properties. This is what I do:
public Sub setExportFolder(Value As String)
ExportFolder = Value
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.