Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

if you're running Jython

import platform platform.system() 

return 'Java'
here has some discussionhere has some discussion, hope this helps.

if you're running Jython

import platform platform.system() 

return 'Java'
here has some discussion, hope this helps.

if you're running Jython

import platform platform.system() 

return 'Java'
here has some discussion, hope this helps.

Post Made Community Wiki
Source Link
sunqiang
  • 6.5k
  • 1
  • 34
  • 32

if you're running Jython

import platform platform.system() 

return 'Java'
here has some discussion, hope this helps.