You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The native-platform project is really cool. Just discovered it today and really liking it! Thanks for it.
I would like to suggest that the native-platform project should provide a method for retrieving the system hostname. There's really no good and reliable way to do this using pure Java. But it's a very common requirement -- along with getting the current process PID -- for many applications.
There's another project https://github.com/mattsheppard/gethostname4j by @mattsheppard which already provides this functionality. It's MIT LICENSE. It may make sense to leverage that code or perhaps even merge that project this into this one.
Keep up the good work!
The text was updated successfully, but these errors were encountered:
The native-platform project is really cool. Just discovered it today and really liking it! Thanks for it.
I would like to suggest that the native-platform project should provide a method for retrieving the system hostname. There's really no good and reliable way to do this using pure Java. But it's a very common requirement -- along with getting the current process PID -- for many applications.
There's another project https://github.com/mattsheppard/gethostname4j by @mattsheppard which already provides this functionality. It's MIT LICENSE. It may make sense to leverage that code or perhaps even merge that project this into this one.
Keep up the good work!
The text was updated successfully, but these errors were encountered: