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
:MainTest.main()
//// 130263325-2019-11-13-01-09-24.ibf
Exception in thread "main" java.lang.IllegalStateException: Unknown history log record type: -2147483648
IBF ibf = new IBF(inputStream); this instruction cause the problem
what is exactly the id ? what does mean ?
The text was updated successfully, but these errors were encountered:
Now, i used the library in my Ubuntu
here is my code
`File directory = new File("/home/user/Desktop/ibm/");
`
here is the console output :
:MainTest.main()
//// 130263325-2019-11-13-01-09-24.ibf
Exception in thread "main" java.lang.IllegalStateException: Unknown history log record type: -2147483648
IBF ibf = new IBF(inputStream); this instruction cause the problem
what is exactly the id ? what does mean ?
The text was updated successfully, but these errors were encountered: