Top "Runtime" questions

Runtime is the time during which a program is running (executing)

java.lang.NoClassDefFoundError: Could not initialize class XXX

public class PropHolder { public static Properties prop; static { //code for loading properties from file } } // Referencing the class somewhere else: Properties …

java jar runtime noclassdeffounderror
Runtime vs. Compile time

What is the difference between run-time and compile-time?

language-agnostic runtime compile-time
How do you calculate program run time in python?

How do you calculate program run time in python?

python time runtime
Java Runtime.getRuntime(): getting output from executing a command line program

I'm using the runtime to run command prompt commands from my Java program. However, I'm not aware of how I …

java runtime
How to add property to a class dynamically?

The goal is to create a mock class which behaves like a db resultset. So for example, if a database …

python properties runtime monkeypatching
How to check whether java is installed on the computer

I am trying to install java windows application on client machine.I want to check whether requried JRE is installed …

java runtime
Java Error opening registry key

I get this error when I try to do anything with Java in command prompt: Error opening registry key 'Software\…

java dll runtime registry
Dynamically Changing log4j log level

What are the different approaches for changing the log4j log level dynamically, so that I will not have to …

java logging log4j runtime
Where to download Microsoft Visual c++ 2003 redistributable

I have an old dll that uses the Microsoft Visual C++ 2003 (7.1) run time package. Unfortunately I don't have that DLL …

dll visual-c++ runtime visual-studio-2003 redistributable
How to load a jar file at runtime

I was asked to build a java system that will have the ability to load new code (expansions) while running. …

java jar runtime classloader