Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Alternative Civs > Clash of Civilizations > Running Clash on Macintosh
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
04.Sep: `FC` 2.0.5 COMPLETED AND RELEASED
27.Jul: `FC` 2.0.4 COMPLETED AND RELEASED
16.Jul: `FC` 2.0.3 COMPLETED AND RELEASED

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
PGrignon is offline PGrignon
Settler

Oct 2002
time: 05:23
  Old Post 24-10-2002 16:31
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Running Clash on Macintosh Suffering from ads?

Hi guys,

I have just downloaded v7 and try to make it work on an Macintosh iBook under MacOS X (10.2). (800x600 screen, 128 Mb RAM, 500Mz).

This is amazingly simple and works well. At least I was able to begin a game and to start reading the embeded tutorial scenarios.

After download of the .zip archive uncompress it. Then I renamed the .bat file into rund7.sh and replaced the shell with the following command:

java -jar ClashD7.jar -classpath ./

then in a terminal window, go to the directory where is located the jar file and type:
sh rund7.sh

=> it works fine!

I start further investigation.


Pierre.

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:23
Thumbs up  Old Post 24-10-2002 21:54 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Increase the size of your Attachments

Hey Pierre, Thanks for posting the how-to guide!

BTW my email is out at home, so if you replied to me recently by email, I haven't gotten it yet. Hopefully it will be fixed when the cable guy comes today.

Back to the purpose of this thread...

Once we get a few more details down on your approach I'll put it on the D7 download page. Two questions occur to me as I read:

1. Can you give details on the url at which they should download java? Is there a JRE for mac, or do mac users need to download the whole sdk?

2. I wasn't clear to me what "replaced the shell" means. Is that a command in the renamed .bat file, or something else? When we're ready to 'go live' with this, if you could just provide a file mac users can use, we can put it in the zip file, it'd be great.

Thanks again!

-Mark

MacHatter is offline MacHatter
Chieftain

Jun 2000
time: 21:23
  Old Post 24-10-2002 23:17
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton

I'm another mac user and I think I can answer the questions.

The JRE is built into OS X. If clash uses Java 2 (likely), it probably won't run on OS 9.

I'm using 10.1, and the procedure is actually simpler than what was described. All mac users need to do is disregard the batch file and double click on the jar file.

PGrignon is offline PGrignon
Settler

Oct 2002
time: 05:23
  Old Post 25-10-2002 12:21
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton

Mark,

Andy is right.

- On MacOS X, JRE comes 'natively' with the system hence a simple double click on the jar file is sufficient. However, on previous versions of the OS (8 and 9) I guess you have to download additional libs. Moreover the way to start the game might differ. I will check this out since I kept an old MacOS 9 on my iBook and hopefully the MRJ libraries (Mac Runtime for Java)necessary to run this.

However, all the details about the Mac Runtime For Java and the optional developpement kits (for programmers) can be found on:

http://developer.apple.com/java/download.html


- As for updating the RUN_D7.bat, it is more for the 'programmers'.
I just went to a terminal window (unix shell).I renamed the RUN_D7.bat file into RUN_D7.sh and then edited the new file and replace the old text by

java -jar CLASHD7.JAR -classpath ./

================================================
As a conclusion, in order to launch the game, we might just say:

For players:
- On MacOSX: double click on the jar
- On MacOS 8, MacOS 9: (to be checked)

For programmers:
- Idem as for players
- Use the RUN_D7.sh shell. (here you can specify options if you want, since I read that you have defined some options that can be passed to the game main() )

Pierre.

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:23
Cool  Old Post 25-10-2002 21:58 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton

Thanks, Andy and Pierre, for all the good suggestions. It's great to have this information available for Mac users!

I'll put a link to this discussion in the Demo 7 Download and Comments thread right now, and will also mention it in the download page next time we redo it.

Please put any bugs/feature requests that relate to the Mac running of the demo in the demo 7 thread. You should probably specify that you are running on a Mac along with the bug report just in case.

Thanks again,

Mark

PGrignon is offline PGrignon
Settler

Oct 2002
time: 05:23
  Old Post 31-10-2002 13:49
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
MacOS 9 and Clash of Civilisations Support Apolyton, buy Civilization: The Boardgame

Hi all,

I have checked the possibility to compile and run clash on Mac under MacOS9.

It does not work for the obvious reason that clash uses Java 2 Standard Edition classes. Some classes such as HashMap exist only in this new version of java.

The latest MRJ for OS9 (Mac Runtime for Java) is MRJ2.5.5 and is based on JDK 1.1.8 (an older version of java).

If anyone knows about a J2SE version of the MRJ for MacOS9 let me know.

Thank you.

Meanwhile I go back to the incredible MacOS X!

==================================
For additional details you can have a look at:

http://java.sun.com/apis.html (java apis specifications)
http://developer.apple.com/java/download.html (MRJ + MRJ SDK)
java.sun.com/products/jfc/download.archive.html (swing 1.1.1)

Narz is offline Narz
Warlord
Seeker of Wisdom
Jul 2002
time: 00:23
  Old Post 19-11-2002 03:24 Visit Narz's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Browse Apolyton AD-FREE

Where exactally can I download Clash for Mac? And also, is it completely impossible for it to work under system 9?

Thanks
- Narz

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:23
  Old Post 19-11-2002 07:04 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton, buy Civilization 2

Hi Narz. You just need to download the zip file per the windows instructions (see Demo 7 thread), and then unzip the .jar file from it. Then, as said above, you just double-click on the jar file icon... provided of course you're using OS X. For OS 9, I guess you'll have to wait and see if any of the java-mac people can come up with the right download of java for you. Sorry I can't be of more help!

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:23.
Apolyton Time is 00:23.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0339 seconds (87.12% PHP - 12.88% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net