java - Modifying JVM parameters at runtime -


does know if possible modify jvm settings @ runtime (e.g. -dname=value)? need little trick run java stored procedure (oracle 10g).

assuming mean system properties (-d...; -d picks data model) system.setproperty(...) may want.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -