martinmarinov / TempestSDR

Remote video eavesdropping using a software-defined radio platform
GNU General Public License v3.0
1.27k stars 241 forks source link

TempestSDR jar file wont run #17

Open DancingVixen opened 6 years ago

DancingVixen commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

@mhoffmeyerDC Did that, still not working.

assasinfil commented 5 years ago

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)