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

TempestSDR jar file wont run #17

Open
DancingVixen opened this issue Feb 11, 2018 · 3 comments
Open

TempestSDR jar file wont run #17

DancingVixen opened this issue Feb 11, 2018 · 3 comments

Comments

@DancingVixen
Copy link

Im trying to run by double clicking, nothing happens, I tried to run as administrator, nothing happens, tried running from command line, still nothing.

Im using Windows 10 64bit

@mhoffmeyerDC
Copy link

java -jar JTempestSDR.jar to run the jar file.

Make sure the java is in your PATH.

Might be worthwhile to add a .sh for *nix and .bat files for Windows so this can be run from outside the CLI.

@DancingVixen
Copy link
Author

@mhoffmeyerDC Did that, still not working.

@assasinfil
Copy link

assasinfil commented Oct 28, 2018

tempest dont work witch java x86, but java x64 working normaly
C:\TempestSDR>java -jar JTempestSDR.jar окт 28, 2018 5:11:53 PM java.util.prefs.WindowsPreferences <init> WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Users\assasinfil\AppData\Local\Temp\TSDRLibraryNDK.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.System.load(Unknown Source) at martin.tempest.core.TSDRLibrary.loadLibrary(TSDRLibrary.java:185) at martin.tempest.core.TSDRLibrary.<clinit>(TSDRLibrary.java:195) at martin.tempest.gui.Main.<init>(Main.java:186) at martin.tempest.gui.Main$1.run(Main.java:165) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

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

3 participants