User bio
The first two systems I worked with using InterSystems technology were a PDP-11 running M11+ and a VAX 11/750 running M/VX. Too many years ago to count! 😊
Since then I've used most, if not all, InterSystems products up to IRIS and HealthShare today.
I'm Italian living in Switzerland and I work as Senior Consultant at GAIVOTA consultin SA, we provide professional services for InterSystems and other technologies.
Curiosity: apart from DC, I don't have ANY social account! 😁
Show all
Member since Aug 4, 2017
Posts:
Replies:
Just a little trick, instead of:
set file="/ext/Stream.html"
set stream=##class(%Stream.FileCharacter).%New()
set sc=stream.LinkToFile(file)
You can use:
set file="/ext/Stream.html"
set stream=##class(%Stream.FileCharacter).%OpenId(file)
😉
Just add another "if" within the "else" block?
Certifications & Credly badges:





Global Masters badges:







Followers:
Following:
Enrico has not followed anybody yet.
It really seems that there is no java executable in the (supposed?) java home directory you specified.
Can you check if the following file exists:
C:\Program Filey\Java\jdk-11\bin\java.exe
Then there may be issues with the java version, maybe not.