create a project in intellij IDEA [closed] - java

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 years ago.
Improve this question
After installing intelliJ IDEA, when I create a new project, I'm presented with this:
But those pages should be opened with JAVA EE :
Should I install anything else?

Edit.: Understood what you mean - I managed to restore some of the sections in the Java by enabling corresponding plugins: Hibernate, Google App Engine, etc.
So, you need to do the same and enable plugins that you want.

if i understand, you don't see the Java EE plugin in your version of intellij.. if it is the case, i think you have to continue ( Next till your project opens). once it's done go to File -> Settings ->Plugins.
you should see this.
Java EE plugins.
this is the list of plugins you need.

Related

How to install maven on mac os and implement it in intellij IDE [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am only starting programming on Java and want to decided to create a simple Java Web Application. I've read that the maven and tomcat is needed(I've already installed tomcat), pls help me.
Install homebrew (https://brew.sh/) then brew maven. But IntelliJ already comes with maven, so if you work only with IntelliJ, maybe you do not need to download maven at all. You can simply use maven that is bundled with IntelliJ..

I'm new in java. How to build a maven project in Intellij? [closed]

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
I just want to build a opensource program, [program]: https://qupath.github.io
However I barely used Java and maven before, I downloaded the code of itself, but, I don't know how to build or run the code..
I already watched several utube videos, but It doesn't help. I got problem at a below point.
If you need to work with a Maven project (in good shape) with recent versions of IntelliJ, you should just "File -> Open" the folder containing the pom.xml file.
After a bit of pondering, you should be able to right-click on the class you need and choose "Run" or "Debug".

Guidness according JavaFX and OSGI development [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need some guide regarding the development of an OSGI Equinox system with JavaFX as GUI.
What should be the architecture of my system? Any useful materials or tutorials or source code examples?
I looked at e(fx)clipse and frankly didn't get it, so help!!
Regards.
There's a wizard in e(fx)clipse:
File > New Project ...
JavaFX > OSGi > OSGi Application Project
which would produce an initial setup of a pure JavaFX + Equinox application from there on you only need your hopefully existing OSGi and JavaFX knowledge. If your application gets more complex you might want to look at http://wiki.eclipse.org/Efxclipse/Tutorials to see how to use e4+JavaFX

Configure additional libraries for use in JSP (Tomcat) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have a JSP-based website in Netbeans which requires some additional libraries. Everything's fine, unless I copied all the project into the ROOT folder of Tomcat. I don't know how to config Tomcat to use those libraries, and so the project cannot be run.
As far as she is using Netbeans, her best bet is to configure Tomcat with Netbeans, its a matter of second and quite handy.
Otherwise, if she is following the standard directory structure she should be able to just drop the whole application directory into TOMCAT_HOME/webapps directory. And she will find her application listed in Tomcat manager.
I hope this would help. Moreover, her best bet is to ask herself. :)

How do I set up my environment for ESC/Java2 in Windows and build/run with ESC/Java2? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How do I set up my execution environment for ESC/Java2 in WindowsXP? And furthermore, how do I build and run, in WindowsXP, projects with ESC/Java2. It is hard to tell from their specifications/readme and documentation, specially considering the fact that they seem to be talking more about Unix based operating systems.
You can use Eclipse Europa (3.3) (or higher, at your own risk...most plugins are upwards-compatibile) and its associated Eclipse Plugin.
To install a plugin, go to help->Software Updates->Find and Install, then add a new remote site from the plugin's update site. You can then select the plugin to install, and click through the "ok" prompts. Restart Eclipse and it should be installed then.

Categories

Resources