Hi Issac,
 
I develop an application. And i just find out that it take a lot of place. I want to reduce the mmemory place of it. Fisrt if i can reduce code by importing only the right class and second how to get back the memory place when i remove object.
 
thanks
 
PS: let me know what kind of information you need to be able to help me
 
-----Message d'origine-----
De : Isaac Brobbey <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : samedi 29 mars 2003 03:45
Objet : Re: [JAVA3D] Memory Problem

Hterrolle,

 

No that is will have little effect on the memory thing. Can you tell us what exactly you want to do?

At what point does the memory get full? Are you sure it is not memory leaks ?

I can look into your problem if you can tell me what you are trying to do.

 

 

 

 

 

Isaac Brobbey

Java2 & Java3D

MS/CIT Project

-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of hterrolle
Sent:
Friday, March 28, 2003 3:58 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Memory Problem

 

Hi again,

 

I try the solution of setting the object to null but no amelioration. But i think my problem is more about coding. So the question is:

 

   Does the import are copied into the running code. So ! if i witre ( import java.io.* ) the code will be bigger than if i only write ( import.io.file )

 

thank you in advance.

 

herve

Reply via email to