Login  Register

What version of Java to use when running Windows 10

classic Classic list List threaded Threaded
6 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

What version of Java to use when running Windows 10

Nekoda Gerding
3 posts
I am using windows 10 and when I go to run my And16.hdl file it is telling me I have an error on Line 4. Another student in my class has the exact same code as mine and isn't getting an error. Is there a certain Java version I should be running?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: What version of Java to use when running Windows 10

ybakos
566 posts
Nekoda, can you run And.tst and tell us what the error is?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: What version of Java to use when running Windows 10

Nekoda Gerding
3 posts
It says Comparison Failure at Line 4
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: What version of Java to use when running Windows 10

ybakos
566 posts
There is indeed a problem with your And16.hdl chip. If you send it to me via email (click my profile name) I can take a look.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: What version of Java to use when running Windows 10

Nekoda Gerding
3 posts
In reply to this post by Nekoda Gerding
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: What version of Java to use when running Windows 10

cadet1620
Administrator
2607 posts
Have you implemented and tested your Not16.hdl?

Line 4 is where the test will fail if you are trying to use the skeleton Not16.hdl that has no implementation.

--Mark