Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
In the beginning I did setup the JAVA_HOME, but it doesn't work when trying to run in visual studio
Then after I change the variable into %JAVA_HOME%\bin it will show like the following picture
Can anyone have a solution on it? Appreciate for the every help
I did tried to fix according to the picture, however, it still doesn't work. Does anyone have a solution on it?
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
So I'm creating a website and I want to have a mental health chatbox, but it's coded on replit as java. How do I link it or add it as basically a "interactive user accessible tool" to my website, please let me know if you have any ideas to incorporate the chatbox console or even a simpler way to have a chatbox. Thank you.
Rn I currently have no idea on how to code this.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
Could you please help me on this?
I am using UBUNTU OS and with Android studio, unable to format my code it aligned as below. Can anyone sort this issue?
The formatting looks good, what you want is to have "soft wraps" not enabled. Search for "soft wraps" in your IDE settings, you can manage them on many different levels.
See Android Studio disable line wrap
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
i want to show like ..i have taken one string vale="D://App//Test"
and this path have to make as Link.if i click on this this window path wil open.How to do.Can you please suggest me.
Using java.nio.file:
Paths.get("D://App//Test").toRealPath().toUri().toURL();
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Sorry I'm very new to question asking if you need more information please let me know. I really need this please reply if possible
see this https://netbeans.org/kb/74/web/quickstart-webapps-gwt.html
and also this http://www.gwtproject.org/doc/latest/DevGuideUiHandlers.html
That should take care of you.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I wan to make a refresh button to refresh / update for the page when i press it. but i not sure how to do it. Pls give me some help.
You can reference http://www.vogella.com/tutorials/AndroidActionBar/article.html Look at section 5.3. But what are you trying to do. Have you written any code.