Foire Aux QuestionsSi vous avez des questions, envoyez moi un mail..Comme je n'ai pas accès à tous les types de machines et de configurations, surtout sur Mac, merci de m'envoyer un petit mail pour me signaler tous les bugs ! |
Frequently Asked QuestionsIf you have questions, mail me...As I can't have an access to all kind of machines et configurations, above all on Mac, thanks to send me a short mail to tell me about all bugs ! |
(dernière mise à jour : le 31/05/2005)
Java 1.4.1 sur Mac Os X 10.2 |
Java 1.4.1 on Mac Os X 10.2
|
Essayez l'un de ces
2 installeurs pour Java 1.4.1 : VersionTracker Apple |
Try one of these 2
installers for Java 1.4.1 : VersionTracker Apple |
"OutOfMemory error" avec de grosses images |
"OutOfMemory error" with big images |
Sur
le principe : Java ne peut pas fonctionner sans une taille
mémoire spécifiée. Dans le cas où elle
n'est pas spécifiée, il prend une valeur vraiment basse.
Donc, la taille mémoire est donnée dans la commande du
lanceur. Mais, comme Java a le mauvais comportement de prendre toute la
mémoire que vous autorisez, il n'est pas possible de donner une
valeur trop importante sans savoir combien est réellement
disponible sur la machine cible... Pour avoir plus : |
On
the principle : Java can't work without a specified amount of memory.
In case it is not specified, it takes a very low defaut value. So, the
amount of memory is given in the launcher command. But, since Java has
the bad behavior to take all the memory you allow, it is not possible
to give a too huge value without knowing how much is really possible on
the target machine... To get more : |
Installation manuelle : Ouvrez le lanceur ("AnaBuilderEN.bat" pour Windows, et "AnaBuilderEN.sh" pour Unix, Linux et Mac OsX) avec un simple éditeur de texte, vous trouverez une ligne spécifiant à Java d'utiliser 256M de mémoire : java -mx256m -classpath ".;.\JimiProCl.... La changer pour avoir par exemple 1024M de mémoire, comme ça : java -mx1024m -classpath ".;.\JimiProCl.... |
Manual installation : Open the launcher ("AnaBuildeEN.bat" for Windows, and "AnaBuilderEN.sh for Unix, Linux, and Mac Os X) with a simple texte editor, you will find a line that tell Java to use 256M of memory : java -mx256m -classpath ".;.\JimiProCl.... Change it to have for example 1024M of memory, like this : java -mx1024m -classpath ".;.\JimiProCl.... |
Installation automatique pour
Windows : Ouvrez le fichier de paramètres "AnaBuilder.lax" avec un simple éditeur de texte, vous trouverez une ligne spécifiant à Java d'utiliser 256M de mémoire (sinon, vous pouvez l'ajouter dans le fichier) : lax.nl.java.option.java.heap.size.max=256m La changer pour avoir par exemple 1024M de mémoire, comme ça : lax.nl.java.option.java.heap.size.max=1024m |
Automatic installation for Windows
: Open the parameters file "AnaBuilde.lax" with a simple texte editor, you will find a line that tell Java to use 256M of memory (otherwise, you can add it in the file) : lax.nl.java.option.java.heap.size.max=256m Change it to have for example 1024M of memory, like this : lax.nl.java.option.java.heap.size.max=1024m |
Installation automatique pour Mac
Os X: Voir ici. |
Automatic installation for Mac Os
X: See here. |