A bit overkill to call Java for a UUID - but I suspect that you have not declared an explicit constructor for the class, which leaves the default one generated by the compiler, which is not very accessible - add an explicit constructor.
If on Linux, you can just use EXECUTE: https://www.digitalocean.com/community/tutorials/workflow-command-line-basics-generating-uuids Jim On Fri, Sep 24, 2021 at 11:25 PM StuartB < [email protected]> wrote: > Can someone point me in the right direction. I'm attempting to get a uuid > using the java util class. I've tried a few different permutations. Just > keep getting system(0) = 6 "Cannot find object constructor". > > p = null > CALLJ "java.util.UUID","$randomUUID",p SETTING ret > CRT "out: ":SYSTEM(0), ret > > out: 6 32768 > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jbase/8d646f77-755e-4f86-853c-8faeb97f0a83n%40googlegroups.com > <https://groups.google.com/d/msgid/jbase/8d646f77-755e-4f86-853c-8faeb97f0a83n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jbase/CAGPPfg90eS5S%2BwjwhV5whmaH-8xiUz%3DuuLDpNBCH3uEw_OytbQ%40mail.gmail.com.
