I don't know a more suitable place to ask something related to a beta operating system from the late '90s, for developers only.
I'm testing Apple Rhapsody Developer Release 2 from 1998 on a virtual machine on my ordinary x86 system. It comes with JDK 1.1.5, so I wanted to test some basic programs on it. I wrote the usual "hello world" program. It compiles fine, but when I try to run it, it says it can't find the class.
When I tried JDK 1.1.8 (I think) on Microsoft Windows 95, I had none of those problems. I feel like I'm forgetting something stupid.
How do I get Java on this OS to run my classes? Or do I just have to forget it since it's a half-developed operating system? It's nothing important, but it would be cool if it worked.
The picture below shows that I'm in the correct directory, including the file I compiled and want to run. Also, I don't know why it's called "javai" despite that command not existing. If it didn't have the JDK, "javac" wouldn't work, would it?