Resource centre for ZX Spectrum games
using Manic Miner and Jet Set Willy game engines
Archive of the
Manic Miner & Jet Set Willy Yahoo! Group
messages
|
|
||
|
|
Message: 5440
Author: john_elliott_uk
Date: 15/01/2006
Subject: Re: BBC MM and JSW
--- In manicminerandjetsetwilly@yahoogroups.com, andrewbroad
> I had the same problem with the Dragon installer, but got around it
OK, try now. As you may have guessed from the error message, the
> using "java -jar dragon.jar". But the corresponding trick doesn't
> work for the BBC installer:
>
> Command Prompt> java -jar bbc.jar
> Exception in thread "main" java.lang.NoClassDefFoundError:
> info/seasip/jsw64/InstallDragon
manifest hadn't been changed from the Dragon version of the installer.
Failing that,
java -cp bbc.jar info.seasip.jsw64.InstallBBC
may work.
