Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JAVA JDK version

Former Member
0 Likes
355

Hi,

For implementing Daylight savings, I may need to look at JDK used in my system, The component is SAP_JEE. ( OSS Note - 983147)

Where to look at the version and how to implement it.

System is SAP R/3 4.6B and 4.7

Thanks,

Sam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
310

Hi Sam,

it depends on the operating system you have in use.

On Windows you have to call

java -version

on your system.

Regards

Bernd

1 REPLY 1
Read only

Former Member
0 Likes
311

Hi Sam,

it depends on the operating system you have in use.

On Windows you have to call

java -version

on your system.

Regards

Bernd