Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java error #133

Open
chronoss09 opened this issue Feb 13, 2023 · 9 comments
Open

Java error #133

chronoss09 opened this issue Feb 13, 2023 · 9 comments

Comments

@chronoss09
Copy link

Capture d’écran 2023-02-13 124934

Windows 11 and my Java is up date !!!

@developersu
Copy link
Owner

If you're running jar, go to cmd/powershell and run it via java -jar ns-usbloader-7.0.jar
Paste here output. There will be more information.

Or just use installer. It has java runtime inside.

@chronoss09
Copy link
Author

Capture

@Masamune3210
Copy link

Masamune3210 commented Feb 15, 2023

Update java, run the java uninstall tool first, it seems that somehow your path has a old version on it somewhere

@developersu
Copy link
Owner

Yeah, just old JDK.
To check you can type java -version. Install JDK 11 or later if you want to use jar instead of exe.

@dothackjhe
Copy link

Yeah, just old JDK. To check you can type java -version. Install JDK 11 or later if you want to use jar instead of exe.

I followed this instruction, but I'm getting this error: #137

@dothackjhe
Copy link

Update java, run the java uninstall tool first, it seems that somehow your path has a old version on it somewhere

I've only one instance of JRE installed after deleting the 32-bit one (JRE got duplicated). But it did not address the issue that OP raised, which I am also experiencing.

@DeadlyVoyage
Copy link

@developersu, why did you remove support for Java 8 Runtime? It doesn't make sense for me to install JDK just for this one app when the Java 8 Runtime supports MANY apps, including NS-USBloader v6.1 and lower. So why remove support and make things more complicated?

For anyone else having this issue, you have to either install JDK 11, or use the "Installer-7.0.exe" which will add more unnecessary bloat to your computer, or just keep using NS-USBloader v6.1 which works just fine with Java 8 Runtime. I'm just gonna keep using NS-USBloader v6.1. There is nothing new or notable in v7.0 to justify needing to install JDK 11. Just looks like the usually devs releasing an update just to release an update. SMH

@developersu
Copy link
Owner

@DeadlyVoyage because I don't know how to code using latest JDK LTE (e.g. Java 17) and make it work with JRE 8. Maybe I miss something and it's possible. If so, please let me know (!).
I prefer later versions of Java since this is what I need to learn better to find a job. Also it's kinda easier in some aspects like many nice features added since Java 8 (it has been released at 2014!), but yeah, that's not the main reason.

Soooo the answer is somewhere between "I wanna use latest Java features" and "I don't know how to make it work with JRE 8".

Surely your position make sense. Thank you for the feedback!

@DeadlyVoyage
Copy link

DeadlyVoyage commented May 20, 2023

@developersu fair enough bro, at least you tried and have a good reason. I can respect that more than some other devs who only care about using the latest version just because it's the "latest version" and doesn't really offer anything new and useful.

Thanks for the explanation and for your hard work, it's much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@Masamune3210 @developersu @chronoss09 @dothackjhe @DeadlyVoyage and others