Questions tagged [runtime-environment]

44 questions
2
votes
2 answers

Standalone Programs developed in Java

There are stand-alone programs which can be executed e.g. under Windows, of which the developers state that they wrote the program "using the Java programming language". I am not a Software developer or a programmer, but through some basic…
2
votes
2 answers

does every programme run in a runtime environment?

I know that some programmes like Java or .NET programmes use an extensive runtime system for execution. But I read something in a book about OS (which isnt explained in more detail there) that sounds like ANY programme written by a user runs in a…
user3813234
  • 1,580
  • 1
  • 29
  • 44
1
vote
1 answer

Task implemented in SWC in Autosar classic architecture

I am working in a Project with autosar 4.3. I am refering to an old version of the project where I can find that in a SW_C it is created a Task and using some OS primitive on it! is it safe or allowed in the autosar SW application component to…
khaled
  • 11
  • 1
1
vote
1 answer

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 OutOfMemory exception. The crash log also informs me…
Tom
  • 8,536
  • 31
  • 133
  • 232
1
vote
1 answer

how to make a runtime environment for Go to/on the Python Interpreter?

so if it possible to make it? just like what igo(https://code.google.com/p/jgo/) does! it provide a complete compiler and runtime environment for the Go programming language to/on the Java Virtual Machine! if possible! what i need to learn or…
Jove Yu
  • 11
  • 1
1
vote
0 answers

Unclear about use of undefined SDK enum constants at runtime

It might be best to start with an example: In OS X the following enum constants are defined in Foundation/NSString.h: NSCaseInsensitiveSearch = 1, NSLiteralSearch = 2, NSRegularExpressionSearch NS_ENUM_AVAILABLE(10_7, 3_2) =…
1
vote
3 answers

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 as I just found out about it. Also I wanted to…
user208018
0
votes
1 answer

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 application with it. I'm looking for a way to…
Yochai Timmer
  • 48,127
  • 24
  • 147
  • 185
0
votes
0 answers

How to build these run-time environments?

I`m troubling with constructing the runtime environment of using temporaries, local variables, parameters, locations reserved for return values, and return addresses, as well as the base pointer(bp), frame pointer(fp), and the stack…
0
votes
1 answer

Unable to add apache-tomcat 8 in Eclipse EE

When I try to add a new server into Eclipse, the option for Tomcat v8 server does not show up: screenshot tomcat So I've been trying to find a way to add the runtime environment, but it won't let me download available software. I'm using an old…
0
votes
0 answers

How to determine Java Version per Android OS version

I was looking (hoping) for a simple mapping from each android OS version to a version of Java. More specifically. I am focusing on the Android OS side (not the application side), the ART: what version of the JVM does it uses. I still have some hope…
triom
  • 1
  • 2
0
votes
1 answer

javascript ReferenceError: document is not defined How to set vs code to run in the browser instead of node.js?

Whenever I try to access the document object in vs code I get ReferenceError: document is not defined. It seems the problem is code running in node.js which doesn't have the document thing. My question is how do I set the vs code to run on the…
0
votes
1 answer

Google Apps Script How to access script from spreadsheet

I have written a Google Apps Script script using the Apps Script App in Google Suite. I also created a spreadsheet using the same account. I want to add a button to my spreadsheet that runs the script when I click it. I added an image, right…
Neil
  • 3,020
  • 4
  • 25
  • 48
0
votes
1 answer

Is C# wrapped in a runtime env, or is it like the traditional C/C++ languages where the programmer provides the compiler, debugger, and libraries?

I have the urge to look into other languages, and the one I keep considering again and again is C#. I don't know much about it, and was curious as to how it has been designed. Does C# make use of a Runtime Environment like many other contemporary…
JΛYDΞV
  • 8,532
  • 3
  • 51
  • 77
0
votes
2 answers

Terminal Error with Java Runtime, can't recognize class file versions > 52.0

I'm trying to run this applet (compiled in a way that the class file version is 54.0) in Linux from Terminal, and although I installed the latest version of java, it's version it's stuck to 1.8.0_181, with its Java(TM) SE Runtime Enviroment (build…
B.Castarunza
  • 135
  • 12