Skip to content

sscarduzio/eclipse-vert.x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Notes on Eclipse integration for Vert.x 1.3.x

This is how you're getting your Vert.x Java code to run and debug into Eclipse IDE.

  1. create a conf folder in your project, and put there the langs.properties file vertx needs to startup. adding conf folder

  2. In maven, add vertx-lang-java dependency to your pom.xml. If you are not using maven or other build tools, just add a user library with all the jars that come with Vert.x distribution. adding maven dependency

  3. Then go to debug configurations and fill in the Main class as "org.vertx.java.deploy.impl.cli.Starter" main class

  4. Setup the program arguments to something similar to what you would run to command line: run com.example.MainVerticle -conf ${project_loc:/VertxProject}/configuration.json -cp ${project_loc:/VertxProject}/target/classes:/path/to/optional/other/jars" And if you are not using JUL logging, add to the VM arguments the logging handler of you choice. main class

About

Notes on Eclipse integration vor Vert.x 1.3.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published