Michael Sims

Results 76 comments of Michael Sims

@fvarrui And I'm going to assume for the moment, that jdeps is used to compile Java code whether or not the project has any module files? Cause mine does not...

@fvarrui So this is probably where my confusion comes in with Java modularity ... has Java replaced the concept of dependencies and libraries with the module concept? Can you think...

@fvarrui I'll have to look a little deeper into how programs are distributed that are "command line" programs vs. "app" programs wrapped in an app package. I do know that...

@fvarrui I am also curious ... when I package a program using Linux and I direct JP to include the JRE and create a single program that just runs, it...

I'm curious about how code like this works in the first place ... I understand that it checks a URL of some kind to compare versions, but how does the...

@SaptarshiSarkar12 @shivanjaywagh - I actually wrote a class a couple of months ago that finds the full path to the currently running executable then it spawns a thread to launch...

@shivanjaywagh @SaptarshiSarkar12 As long as these three lines just after the class declaration look like this: ``` private static final String macAppName = "Drifty.app"; private static final String linuxAppName =...

@shivanjaywagh @SaptarshiSarkar12 I updated the class so that the name of the executable is no longer needed for static String assignment, it will find the name automatically. Tested in Mac...

@suhana17 Thank you for that article, it was very good. Where I seem to be having an issue is in getting the OTP secret for each account that I have...

@drusin @BillyGalbreath @brunoais @frypatch @raLaaaa ``` com.simtechdata WaifUPnP 1.0 ```