Questions tagged [runtime-environment]
44 questions
0
votes
1 answer
Triggering LogicApp from datafactory
i have a data factory with selfhosted runtime environment of windows 2016 VMScaleSet.
I have created logic app with access control configured to access from vmss. i created http trigger in logic app.
when i try to invoke http trigger from…

PMC Karur
- 125
- 2
- 3
- 10
0
votes
1 answer
(Mac) jshell cannot find runtime environment
I am trying to use jshell to learn basic Java behavior. When I use terminal to navigate to the directory where jshell is located:
cd /Library/Java/JavaVirtualMachines/jdk-11.0.6.jdk/Contents/Home/bin
And then type jshell into the command prompt, I…
0
votes
1 answer
Eclipse 2019 12 lack of Tomcat 9.0 in Runtime Environment
I need to develop simple servlet using Tomcat 9.0, but once I try to add it as my Runtime Environment it does not show on the list of available ones. I am using latest version of Eclipse, and I have installed JST Adapters, Java EE Developer Tools…
0
votes
1 answer
Can you import data into an Access database using only the runtime environment?
I have developed an Access database for a small business and wish to create a way of adding new entries remotely, I am not sure how exactly, but I'd like to know if there is a way to import data if said business is utilizing access only with the…

Daniel
- 95
- 3
- 11
0
votes
1 answer
What is the solution for this error in selenium web driver?
I'm new to selenium web driver automation.
When I try this code snippet to run, I got this error message.
I'm getting nervous bcz I did it according to the online web tutorial.
Please help me to go ahead.
Here is the code I tried.
package…

thsumia
- 53
- 1
- 9
0
votes
1 answer
Access query from excel without access being installed
I have an Access database with a few tables and several queries. I already have this working perfectly in Access but my boss wants me to replicate the results using excel 2010. I have tried using the MS query inbuilt into excel but I can’t get the…

kit
- 83
- 4
- 16
0
votes
1 answer
Compile Java source files against running JVM from within Java
Compiling Java source code from within java is a task that is aided by the Java Compiler Tools within the javafx.tools package. However there is something I can't seem to find any information about.
The question I ask is if it's possible to compile…

D3_JMultiply
- 1,022
- 2
- 12
- 22
0
votes
2 answers
How do I make a java .exe to allow user to interact as I would in the eclipse command window?
I wrote a simple java code that would take simple inputs from the user in the command window (of eclipse for me) using nextInt() and nextLine(). However, I realized that others need JRE (I believe?) on their computer to run the executable jar file…

Eric
- 71
- 1
- 9
0
votes
2 answers
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 have access to the JRE but not to the actual…

Tom
- 8,536
- 31
- 133
- 232
0
votes
1 answer
Create RuntimeEnvironment from Remote .jar
Im trying to run Jbpm Project, using de .jar file created in a remote Server.
In my old project i created my RuntimeEnvironment with a .bpmn file...
@Produces
@Singleton
@PerProcessInstance
@PerRequest
public RuntimeEnvironment…

Luis Abrantes
- 3
- 2
0
votes
1 answer
What would it take to run any Microsoft application on an Android tablet?
Just completely out of curiosity, what would it take to run any Microsoft application on an Android tablet? I'm guessing just loading a version of Windows 7 onto a tablet is out of the question, since it can't handle touch-capability. Would it be…

rphello101
- 1,671
- 5
- 31
- 59
-1
votes
1 answer
Environment variable not recognized when used for reusable workflow in github actions
In the below workflow github actions when I'm able to print and get the value of environment variable XML_PATH in a different JOB but the same variable XML_PATH errors as unrecognized when used in a different JOB having reusable workflow.
How is the…

Ashar
- 2,942
- 10
- 58
- 122
-1
votes
1 answer
Is Create-React-App (CRA) a Node App in the same way that Express is a Node app?
I used to think that Node was only used in the server-side app because of the use of the npm command and the ensuing generation of the node_modules folder.
But I noticed that CRA also uses node, so does that make the front-end a Node app?
I…

HJDesulme
- 16
- 6
-2
votes
1 answer
autosar-RTE module responsible-to-handle the timing of Message to RTE
Can someone explain which module is responsible to handle the timing of Message to RTE?
I am really new to autosar, and I am really confused about this point

TfJ
- 1