Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
178 views

Just in Time compilation always faster?

Greetings to all the compiler designers here on Stack Overflow. I am currently working on a project, which focuses on developing a new scripting language for use with high-performance computing. The ...
3
votes
6answers
9k views

Explicit multi-core C# applications

Is there any easy way to explicitly make an already threaded application utilise a multicore environment? (if avaliable). The first problem would be how do I determine if my runtime environment ...
2
votes
2answers
33 views

Run Time Environment

I wanted to know what exactly is run time environment at system level(operating system). Is it somehow related to the resources required at run time or something else? I saw a similar question posted ...
1
vote
2answers
98 views

What is the role of a runtime environment?

In basic terms, what is a runtime environment, and what is it's role/purpose? Also, could you give me any web related examples? (Is XAMPP one?)
1
vote
8answers
3k views

Eclipse: Could not find Java 2 Runtime Environment

I just installed Eclipse 3.5. Before I could install the Android Plugin I needed to install a Java jdk, which I did. After restart Im not able to start Eclipse anymore, because I receive the following ...
0
votes
1answer
24 views

Accessing currently active CLRPolicy from a loaded dll

I'm trying to access the application's CLR runtime host and change its policy via the poilcy manager. The problem is that all the examples i've seen seem to create a new CLR runtime and start it the ...
0
votes
1answer
231 views

Set Java Application's virtual machine max memory without access to VM parameters because of custom launcher?

I'm using a Java application which allows you to import custom files. On import, these files are loaded into memory. The problem is that the files I want to import are very big, this causes an ...
0
votes
2answers
97 views

Java: hasJREfinishedInitialization() - how to check if jre has finished loading/initializing all core classes?

Is there a way to check if all boot (core) java classes (belonging to the Java Runtime Environment) have been loaded/initialized for use in Java? I need to check this in a rare situation where I have ...
0
votes
3answers
346 views

Write once, run anywhere languages & Unrar for AIR

I wanted to ask if there are any other Write Once, run anywhere languages like Java or AIR. I have mostly been a Java developer up till now, and a bit of Python and recently AIR has peaked my interest ...