07-10-2020 07:06 AM
I think I've figured out how to compile CVP Java projects in Call Studio 12.5 using Java 1.8:
1.In Studio 12.5, select the Window menu at the top and go to: Window > Preferences.
2.In the left pane, expand Java, select "Installed JREs"
3.In the "Installed JREs" pane, press Add...
4. Select JRE Type: "Standard VM" (Next>)
5. In the JRE Definition pane, next to JRE Home, press "Directory" and browse to C:\ProgramFiles(x86)\Java\jre1.8.0_221 (OK).
6.Finish
7. Back in the Installed JREs pane, select the checkbox for the jre1.8 you just added.
8. Press OK
Screenshot of this is online.
07-10-2020 07:34 AM
Janine,
For someone who hasn't done any custom dev work on 12.5, what was the issue that was happening?
david
07-10-2020 07:52 AM
07-10-2020 08:45 AM
07-10-2020 09:09 AM
That's funny as I'm a separate Eclipse+Maven user and then bring in the compiled jar's into studio. Thank you for the clarification.
david
07-29-2020 09:05 AM
I'm retracting my previous post...
While you can point Studio to use JRE1.8, you can NOT set the Java compiler compliance to that level. So it looks like you'll have to install your own JDK1.8 and some other editor for compiling java. :-(
07-29-2020 06:17 PM
Welcome to the dark side. :) I'll work on creating some post about my workflow with Eclipse and Maven to see if it gives you some inspiration.
david
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide