Monday, 27 June 2022

Maximo Sigoption not working giving attribute not found or null pointer exception

 Maximo Sigoption not working giving attribute not found or null pointer exception





When we apply sigoption on application we should apply datasource also to mainrecord so sigoption conditions work for main record for example if I am apply a condition worktype='EM' and does not give the mainrecord for sigoption then Maximo does not know what's main object for this cause worktype attribute not found or null pointer exception etc.....

Thursday, 2 June 2022

'jar' is not recognized as an internal or external command, operable program or batch file.

 Solution :-

set path=C:\Program Files\Java\jdk-11.0.13\bin

set JAVA_HOME=C:\Program Files\Java\jdk-11.0.13\


C:> jar

Usage: jar [OPTION...] [ [--release VERSION] [-C dir] files] ...

Try `jar --help' for more information.


To create jar file


jar -cvf C:\myJars myFolder

jar -cf C:\myJars myFolder

c is create

f is folder

v is verbose.