java - saving running instance in netbeans -


i've created application in netbeans ide 6.9. want save running application. select various things in applications. want if run application again things should selected. want save running instance of application. can me this? -thanks in advance

the java language , runtime system not directly support kind of thing.

if want application save state can resume doing later, have code state-saving mechanism yourself; e.g. writing key data structures file or keeping persistent state in database of kind.

incidentally, few programming languages directly support application checkpointing , resumption. dialects of lisp do, did "persistent programming languages" ps-algol , napier-88. exception rather rule.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -