

jyothiprasads
Members-
Content count
0 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout jyothiprasads
-
Rank
Newbie
-
Passing named parameters for javafx application not working after enabling multiapp feature
jyothiprasads replied to jyothiprasads's topic in How Do I?
we have to modify the above statement as start program.exe "mainclasspath" -Mode=1 where "mainclasspath" is the main entry point of the appliacation. With this modification it started working. -
Passing named parameters for javafx application not working after enabling multiapp feature
jyothiprasads posted a topic in How Do I?
With excelsiorJET I had generated program.exe for my jar files. we are able to pass the named parameters (to javafx application) and launch the program as shown below: start program.exe --Mode=1 But after enabling the multiapp option, the system property provided is not taken into consideration. Please provide any inputs. -
Providing two different application main class in excelsior
jyothiprasads replied to jyothiprasads's topic in How Do I?
Thanks for the response. I will try the same and get back if there is any difficulty. -
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system exception
jyothiprasads replied to jyothiprasads's topic in How Do I?
We have some issues with our java application itself and corrected the same. Thanks for the prompt response. -
Providing two different application main class in excelsior
jyothiprasads posted a topic in How Do I?
I have a set of jar files, Is it possible to provide two different application main class in the same project, instead of creating two different projects? -
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system exception
jyothiprasads posted a topic in How Do I?
we are getting the exception - "JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system exception". if we check the file, there is no other information apart from below lines. How to get a stack trace to identify where the exact exception happened? JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system exception at 0x6498f20c Please, contact the vendor of the application. -
what is the java Profile used by jet12.0-pro-x86?
jyothiprasads replied to jyothiprasads's topic in General Discussion
Thanks a lot for the Response -
what is the java Profile used by jet12.0-pro-x86?
jyothiprasads posted a topic in General Discussion
When I install the jet12.0-pro-x86 able to see the profiles - profile1.8.0_121 & profile1.8.0_144 in the directory. What is the profile used by it? How can i use the java version 1.8.0_181 with excelsior?