Mork Afur

- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Mork Afur created a post, IDEA doesn't do anything on JavaScript "onclick"
I have a simple JSF project (from the Core JavaServer Faces, 3rd Edition, Ch 4.), but the onclick doesn't appear to be executing the actual JavaScript file.IDEA (14.1.4) seems happy with all the pa... -
Mork Afur created a post, Basic AppCode 3 Problems
Trying to create the simplest example similar to the JetBrains Screencast did not work.Problem 1: After creating the basic project, no "xib" file was shown in Appcode 3 so I could edit the form. I ... -
Mork Afur created a post, Virus Detected in IDEA Update
Today (April 22, 2014), when I updated Intellij to 135.690, I got virus detection warnings in "idea.updater", and in "groovy_rt.jar".Possibly false positives, but VERY concerning nonetheless.... -
Mork Afur commented, -
Mork Afur created a post, Cannot get IDEA to see JAR file when running simple Java Application from IDE
I have a simple Java application where I'm trying to read a file in a JAR file like this:InputStream inputStream = classLoader.getResourceAsStream("resource.properties");This "resource.properties"... -
-
Mork Afur created a post, Creating Simple Java Application Not Working As Expected
If I create a simple Java application with a main method and a System.out.printn() method, then right-click in the code window, I no longer see the various Run/Compile options.The project has Java ... -
Mork Afur created a post, AnsweredDoes Intellij Automatically Handle Nexus
We have a Maven project already so I'm wondering if I need to install the separate Sonatype war file for the nexus repository of if Intellij will automatically handle getting whatever is required f... -
-