JDeveloper 11.1.1.2 Integrated Server will not start

A quick post as I find that the JDeveloper integrated server will not start with JDeveloper 11.1.1.2 in some cases, looks like when the user’s home directory has a space in the path.

You can work around this issue by adding a line to the JDeveloper configuration file at <JDEV_HOME>\jdev\bin\jdev.conf as follows:

AddVMOption  -Dide.user.dir=c:/jdev/jdevhome

You need to set the path name at the end to something without a space in it.

Note that this will “forget” about your old “mywork” directory, so you may want to copy your applications to the new location.

About Mark Nelson

Mark Nelson is a Developer Evangelist at Oracle, focusing on microservices and AI. Mark has served as a Section Leader in Stanford's Code in Place program that has introduced tens of thousands of people to the joy of programming, he is a published author, a reviewer and contributor, a content creator and a lifelong learner. He enjoys traveling, meeting people and learning about foods and cultures of the world. Mark has worked at Oracle since 2006 and before that at IBM since 1994.
This entry was posted in Uncategorized and tagged , . Bookmark the permalink.

Leave a Reply