1. Gerardo Robledo Carreón
  2. PowerBuilder
  3. Wednesday, 7 August 2019 21:05 PM UTC

Hello

 

 

How I can change the JVM in IDE?. Im use powerbuilder 2017 R3. this produc have a versión 1.6.0_24 and I need to 1.8.22

Thanks

Olan Knight Accepted Answer Pending Moderation
  1. Thursday, 8 August 2019 19:53 PM UTC
  2. PowerBuilder
  3. # 1

Armeen -
   Oracle has decided that the newer version of Sun Java (which they own) will no longer be free. The last free version of Sun Java is version 1.8.

   Starting with version 1.9, users will need to pay Oracle multiple large buckets of money in order to use Oracle/Sun Java. I suspect that's why Gerardo is moving to v1.8 now while all the documentation and code is easily and readily available.


Later -

Olan

 

Comment
  1. Armeen Mazda @Appeon
  2. Thursday, 8 August 2019 22:03 PM UTC
Yes, I see how it makes sense to get to 1.8. It's just that we have changed our approach to a more universal approach of how to interoperate with Java - through Web APIs rather than having to offer a native/direct interface. For C#, we are providing a native/direct interface in Revision 2 of PB 2019 as an alternative to Web API approach.
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 8 August 2019 00:42 AM UTC
  2. PowerBuilder
  3. # 2

Hi Gerardo;

  The Java ClassPath is defined in the PB IDE's "System Settings" dialogue. You can change the JVM version there by pointing to the 1.8.22 bin folder.

  For PB App execution, you can set the ClassPath by starting your EXE via a BAT file & setting the ClassPath from there. Another alternative is to control access to the Java bin folder via the O/S's system path.

HTH 

Regards ... Chris

PS: I am using the JVM 1.8.x with my PB2017 & PB2019 apps currently.

Comment
There are no comments made yet.
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Thursday, 8 August 2019 00:16 AM UTC
  2. PowerBuilder
  3. # 3

Newer versions of JVM not supported.  What are you using this to do?

Gong forward, PowerBuilder's interoperability with Java is through REST Web APIs supported by the new HTTPClient and RESTClient objects.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.