-> (char) n);
It should not take so many obscure steps like this to turn a String into a
stream of chars!
I feel the Java API needs another method
Stream String.asChars()
thanks,
Anil
Thank you!
I set up ant and IDEA. If I understood you correctly, SDK should not be set
at all (screenshot below).
[image: image.png]
On Tue, Jul 23, 2024 at 6:41 PM Chen Liang wrote:
> Hi Anil,
> Ant is not a command-line tool of linux; it's an ancient Java build tool
> popula
Chen,
Thank you for your reply.
I am unable to find ant in cygwin64
anilr@ANIL-LAPTOP /cygdrive/c/users/anil/OpenJDK/jdk
$ bin/idea.sh
FATAL: cannot find ant. Try setting ANT_HOME.
When I run setup, I don't see it at all.
[image: image.png]
On Sun, Jul 21, 2024 at 6:46 PM Chen Liang
Chen,
Thanks for your reply.
Yes, I am using IntelliJ Community Edition (on Windows 11, Cygwin64).
I did not set up the project - I just opened the package in IJ
C:\Users\Anil\OpenJDK\jdk\src\java.base\share\classes\java\util\stream
Is there something different I should be doing?
thanks,
Anil
On
Hi,
I had a small idea on debugging of streams and was trying to implement it
to see if it works.
I am able to build the OpenJDK (on Windows 11, Cygwin64).
However, I am unable to find the implementing class of java.util.Stream.
Can you please help?
thanks,
Anil Philip