View Single Post
  #12 (permalink)  
Old October 23rd, 2006
arne_bab's Avatar
arne_bab arne_bab is offline
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default

Quote:
Originally Posted by Only A Hobo
Sorry I didn't reply to this before Gregor, I have to admit I lost the thread

I am going to show you my ignorance now and ask in more detail how you Start Phex as you described ... I must admit I did not think you could or needed to allocate memory in this way on a Mac, but something I saw on the Apple site proved me wrong.
No probs, I started that way, too

To start Phex that way, you need to open the "Terminal" and navigate to the Phex Program (
Code:
"cd <foldername>"
gets you into a folder. Pressing tab lets the system do autocompletion,
Code:
"cd <Phex.app"
gets you into the Phex.app bundle).

Then you need to enter the Folder "Resources" in Phex.app, therein the folder "Java". In there you can then use the code:
Code:
"java -Xmx256m -jar phex.jar"
, which will start Phex with more heap-space.

I hope I got everything right.... it's a long time since I last used MacOSX
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.
Reply With Quote