Page 1 of 1
Need help installing this
Posted: Sun Oct 07, 2018 7:47 pm
by gigino
Brent!
I FINALLY found a program that can make .d81 Commodore images on a MAC! The issue is that I am having problems understanding how to do this. Can you tell me step by step (CLI and all) how to install this as I need to get this running fast.
Thanks!
http://droid64.sourceforge.net/#home
Re: Need help installing this
Posted: Mon Oct 08, 2018 9:52 am
by hendrb01
Okay, well I think I got the .jar to load. The instructions on the website are pretty straight forward, though with a bit of inaccurate information (LINKS).
I was unable to get it to work with just installing the JRE (Java Runtime Environment), and had to install the full JDK (Java Development Kit.).
I used JDK 8
https://www.oracle.com/technetwork/java ... 33151.html
Since I tried installing JDE first, I am not sure if you need to install both JDK and JDE. Here is the link to the runtime environment in case just the JDK alone does not work.
https://www.oracle.com/technetwork/java ... 33155.html
Once you have the JDK installed open the terminal.app and type java. You should see output and be returned to the command prompt.
Now download droid64
For testing, if you already have a dev directory in your home directory awesome, if not either create one with mkdir dev
or put the the file to the location of your choice. The easiest way to do this is type in your command window cp<SPACE> then drag the droid64-0.15b.jar file into your command window. Notice it will input the absolute path into the command line with a space for you. Simply enter the destination path, or ./ for the current directory. Press <Enter>
Now do a directory listing to make sure the file was copied, and enter java -jar ./droid64-0.15b.jar <ENTER> to test. It should how load.
Figuring out how to use it is up to you.
Once you confirm that it is working, let me know and I tell you a couple of methods to get this to execute from anywhere in your terminal or create an icon that will execute a script.
Re: Need help installing this
Posted: Wed Oct 10, 2018 8:40 pm
by gigino
No bueno...
Any ideas?
Luigis-Mac-Pro:dev luigi$ pwd
/dev
Luigis-Mac-Pro:dev luigi$ java -jar ./droid64-0.15b.jar
Error: Unable to access jarfile ./droid64-0.15b.jar
Luigis-Mac-Pro:dev luigi$ cp /Users/luigi/dev/droid64-0.15b.jar
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
Luigis-Mac-Pro:dev luigi$ ./
-bash: ./: is a directory
Luigis-Mac-Pro:dev luigi$ cp /Users/luigi/dev/droid64-0.15b.jar
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
Luigis-Mac-Pro:dev luigi$
Re: Need help installing this
Posted: Thu Oct 11, 2018 11:09 am
by hendrb01
Can you send me the output of the ls of your /dev directory?
Why is dev in root? I would suggest putting it in your home directory /Users/<shortname>/
Or use the shortcut ~ (Which denotes your home directory in paths).
Re: Need help installing this
Posted: Mon Oct 22, 2018 3:36 pm
by hendrb01
Good morning,
I still have not seen the reply with the contents of your /dev directory.