Try renaming the files to:-
SBSViewer.jar
map.dat
sv.conf
You may well find it worthwhile to edit sv.conf (with Notepad) to enter appropriate coordinates before trying to run the programme again. For info the crucial first few lines of the .conf file should look somewhat like these:
#
# Config File for SBSViewer
#
# Uncomment if you have a radarbox
#
hardware.rx = rb#
# The lat/lon is degree's and fraction of degree's (not minutes)
#
station.longitude = -00.368333
station.latitude = 51.8745#
# Feet, Used for Density Altitude calculation
#
station.alt = 525#
# The following is displayed on the window title
#
station.name = Luton EGGW#
# Must be one of the metar sites at
ftp://tgftp.nws.noaa.gov/data/observations/metar/decoded/# 3 sites maximum and we assume there will be at least metar1
#
station.metar1 = EGGW#station.metar2 = KPWA
#station.metar3 = KDEN
#
# Colors are Red, Green, Blue
also, adujst your screen settings to correct screen size and zoom, this works well for me:
# The address and port where the SBS-1 hardware is located
#
socket.address = 127.0.0.1
socket.port = 30003
#
screen.height = 1024
screen.width = 1280
screen.scale = .009That should get you going and then you can continue editing the .conf file to your requirements.
HTH Keith