Comment by Federico klez Culloca on how to resolve exception while reading...
You can't share the file you're reading for obvious reasons, so please check whether the first answer here (the last part, in particular) helps.
View ArticleComment by Federico klez Culloca on Upgrading Java 11 to 17
"Is there any java version that has no vulnerabilities?" software like that probably doesn't exist. By the way, you're using an unmainteined version of debian, of course it's gonna have bugs that don't...
View ArticleComment by Federico klez Culloca on Which methode should i use in this idea?
I think that this topic is off-topic because it's, at its core, a "write some code for me" question and assumes domain knowledge on the part of the readers. Please read How do I ask a good question?
View ArticleComment by Federico klez Culloca on How can I print Unicode characters in Java?
Where are you printing/displaying this?
View ArticleComment by Federico klez Culloca on how to resolve exception while reading...
You can't share the file you're reading for obvious reasons, so please check whether the first answer here (the last part, in particular) helps.
View ArticleComment by Federico klez Culloca on Where is java keyStore
@user19680179 the keystore position is specified by the code that loads it. Look in the code, you should see a call to load.
View ArticleComment by Federico klez Culloca on How to build a fully functional Website...
Then you're on the wrong site. Sorry.
View ArticleComment by Federico klez Culloca on using write.table function in R with...
Even supposing a glob could work, how do you expect the program to know in which test directory it has to write? Or do you want to write in all the test folders at the same time? Please clarify your...
View ArticleComment by Federico klez Culloca on how to check multiple variables for 1...
Also, we must assume that none of those getters returns null
View ArticleComment by Federico klez Culloca on Question about license of external libraries
Also, please read the descriptions of the tags you're using. The fact that licensing questions are off-topic is clearly spelled in the "licensing" and "lgpl" tags descriptions
View ArticleComment by Federico klez Culloca on not able to upload file with size more...
Please [edit] your question to include a minimal reproducible example so that readers can run your code to answer your question.
View ArticleComment by Federico klez Culloca on Can I pass a Base64Encoded file as a...
Hello and welcome. Please provide a minimal reproducible example
View ArticleComment by Federico klez Culloca on I have problem her I use library itextpdf
Hello and welcome. Please post your code as (formatted) text inside your question, not as a picture.
View ArticleComment by Federico klez Culloca on Method signature is a correct variable...
Even you recognize that the question is confusing (is it talking about the method itself? About a and b?), so how do you expect a 100% correct answer to an unclear question?
View ArticleComment by Federico klez Culloca on Programming II Project - ATM System using...
You forgot to ask a question.
View ArticleComment by Federico klez Culloca on x+=++x why doesn't shorthand use the...
Why did you assume the first x (the one outside the parentheses) is not evaluated first?
View ArticleComment by Federico klez Culloca on this.focusInsets = null
Please don't include pictures of text. Instead, [edit] your question to include the full stack trace as text.
View ArticleComment by Federico klez Culloca on How to find the specific point someone...
You should also clarify how Java enters the picture here. Are you sure the question is not about JavaScript instead? If so, please change your tags accordingly.
View ArticleComment by Federico klez Culloca on Primenum calc Java - array problems
Hello and welcome. What do you mean it won't run? Do you get an error? No output? Also, where is the main method? How are you trying to run this? Please [edit] your question to add some more detail.
View ArticleComment by Federico klez Culloca on JAVA 1.6 in Eclipse IDE
I'm afraid Eclipse doesn't support such an old version anymore, and I frankly can't blame them.
View Article