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 am trying to work with Google App Engine.
I have Eclipse on my PC
and I have upgraded my Java to 1.7.0_45
Like this picture : http://ppt.cc/U9Wv
but I can't initialized
how can I resolve it ?
thanks
Please do the following:
In Eclipse, go to Window -> Show View. Select Problems. This should show a list of issues currently in your Project that is resulting in the Error.
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 7 hours ago.
Improve this question
I am using Apache tomcat server at time of mapping when i trigger that url in my webpage it gives me error 404.
I created it from scratch by using servlet as well by using maven tool.
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 2 years ago.
Improve this question
I have tried to create a new project using Spring Initializr in Intellij IDEA Ultimate, and I get this error message:
While creating the new project, the dialog windows gives you the option to add jdk. Add jdk15 location to the list and have it selected before you proceed to spring initalizer settings.
Else Goto Project Structure (CTRL+ALT+SHIFT+S) in windows and add Jdk15.
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 years ago.
Improve this question
Please help me, whenever I'm creating a new class in IntelliJ
It give me a popup box cannot create class
I tried my directory marking it as 'Sources Root'(got from stackOverflow), but still I cannot resolve my problem.
Currently I'm using Linux(14.04, 64-bit)-OS.
IntelliJ version-->Intellij IDEA 2017.1.3
I know my problem statements end's up in 2 lines..but this is the only what I could post
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 have a problem http://prntscr.com/437w8p
I have java jre8 installed
I tried with version jre7 and same.
Can someone please help me? I've tried everything...
The Android SDK does not have javax.sound. You need to use Android media APIs for audio playback on Android.
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'm working on a Java application, and I need to open up the Windows Start menu programmatically.
I searched cmd commands for this but I didn't find a solution.
You could try to use the Robot class to emulate a keypress on the Win-key.
One way is through the Windows shell.
Try doing this:
set wShell=wscript.createobject("wscript.shell")
wShell.sendkeys "^{ESC}"
Set WshShell = Nothing
By using the method outlined here -> http://www.javaquery.com/2011/02/how-to-execute-microsft-windowss-shell.html