Errors
***************************************************************
Exception in thread "main" java.lang.Error: java.lang.Error: Unresolved compilation problems:
Type mismatch: cannot convert from SecretKey to KeySpec
skey cannot be resolved
SecretKeySpec cannot be resolved to a type
kgen cannot be resolved
The method getBytes(String) is undefined for the type Integer
The method decodeBuffer(String) in the type CharacterDecoder is not applicable for the arguments (Integer)
keytScramble_2 cannot be resolved to a type
The constructor SecretKeySpec(char[], String) is undefined
Cipher cannot be resolved to a type
Cipher cannot be resolved
ALGORITHM cannot be resolved to a variable
Cipher cannot be resolved to a variable
valueToEnc cannot be resolved
BASE64Encoder cannot be resolved to a type
Void methods cannot return a value
The method getBytes() is undefined for the type Integer
The method decodeBuffer(String) in the type CharacterDecoder is not applicable for the arguments (Integer)
*********************************************************************************************
Hi,
Thanks for that. There's obviously issues in my component, I have issues on my side too. I'll try to find some time today to work on it and fix it.
I'll let you know once I release a fixed version.
Have you been able to do any progress so far? I think that such a component would be a really nice thing to have.
(I have also tested the component as well and I encountered the exact same issues as saikrishna)
Razvan
Hello, I don't know if it's the good explanation for the case problem but i see a similar problem after un copy / paste of the studio. In this case, just recreate a new workspace and import your batchs. After that, the problem is solved. Otherwise, you can also try to recreate a new workspace with an other JDK. Jérémy