Creating Runtime and Application Images with JLink (2021)
1–10 of 22 posts
Re: Creating Runtime and Application Images with JLink (2021)
#2Re: Creating Runtime and Application Images with JLink (2021)
#3This has nothing to do with SEGGER JLink. I wonder which is older.
Re: Creating Runtime and Application Images with JLink (2021)
#4Re: Creating Runtime and Application Images with JLink (2021)
#5Interesting thing. We also have native-image from graal, but that is a commercial project that you have to pay for to get all the features.
Re: Creating Runtime and Application Images with JLink (2021)
#6This has nothing to do with SEGGER JLink. I wonder which is older.
Re: Creating Runtime and Application Images with JLink (2021)
#7Btw, $MAIN-CLASS is a terrible name to be used in the examples, its idea was to resemble shell variables I guess, but they can't have minus sign inside.
Few paragraphs below there is another example of multi-word token and this time done properly with underscores.
This is bad, because readers might get the wrong impression that such syntax can be used for real variables. Also there's a chance for this article to be an input for various llms, thus increasing the confusion in the future.
Re: Creating Runtime and Application Images with JLink (2021)
#8Looks useful. Btw, $MAIN-CLASS is a terrible name to be used in the examples, its idea was to resemble shell variables I guess, but they can't have minus sign inside. Few paragraphs below there is another example of multi-word token and this time done properly with underscores. This is bad, because readers might get the wrong impression that such syntax can be used for real variables. Also there's a chance for this a…
Sounds good. Anybody who uses LLM output without any understanding of their own deserves it.
Re: Creating Runtime and Application Images with JLink (2021)
#9Right now it produces directory similar to JRE itself, so makes little sense to me, nobody cares about directory size, but single file ergonomics is a real deal.
Re: Creating Runtime and Application Images with JLink (2021)
#10Interesting thing. We also have native-image from graal, but that is a commercial project that you have to pay for to get all the features.