- This topic has 7 replies, 5 voices, and was last updated 19 years, 12 months ago by
Markus Doering.
-
AuthorPosts
-
Markus DoeringMemberHi,
I try to configure jboss 3.2.7 and jboss 4.0.2 with myeclipse 4.0M2/eclipse 3.1.0. Every time I try to configure an extended library path using the “Append to library path” box in the Paths section of the JBoss AS configuration of myeclipse which contains spaces in the directory names I get errors “Coult not find the main class. Program will exit.”
This worked in older my eclipse versions.
Any help would be greatly appreciated.
Jochen
July 11, 2005 at 4:34 am #232658
Markus DoeringMemberAdditional Info:
As a workaround I deleted the library paths from the Path part of the configuration and added an Optional Java VM Argument in the JDK Tab of the AppServer configuration:“-Djava.library.path=C:/Programme/IBM WebSphere MQ Workflow/BIN/MQServer;C:/Programme/IBM/WebSphere MQ/Java/lib;C:/Programme/IBM WebSphere MQ Workflow/BIN;C:/Programme/IBM/SQLLIB/BIN”
Using the quotation marks everything works fine now.
I think adding this quotation marks to your code would fix the problem.
Jochen
July 11, 2005 at 8:25 am #232679
Scott AndersonParticipantJochen,
Thanks for the bug report. We’ve entered it and will address it in an upcoming release. Also, thank you for posting the workaround, as this will help other users in the interim.
July 11, 2005 at 8:56 am #232683
chad.robertsMemberHow can I track this bug? Is there an issue number for it? Is the bug tracking system public? Thanks.
July 11, 2005 at 9:09 am #232688
Riyad KallaMemberThe issue tracking system is not public because we use it to track other issues, not just ME development.
July 12, 2005 at 2:10 pm #232812
Tarry SinghMemberi’m having the same trouble on my JBoss app server. What I don’t understand is what has tcc-‘s vm start parameter of websphere got to do with the jboss app server?
July 12, 2005 at 2:55 pm #232820
chad.robertsMemberI think the point is that you need to move any of the paths you have defined that have spaces in them an move them into into the JDK tab in the VM arguments section. The point was not to use his paths verbatim. Notice that he using quotes fixes the spaces problem. HTH
“-Djava.library.path=C:/put/your/paths with spaces/here”
July 13, 2005 at 10:52 am #232896
Markus DoeringMemberMy example is a bit confusing, because WebSphere implies using the WebSphere Application Server. But this is not the case. I’m using the WebSphere MQ Workflow Workflow Engine in an application running in the jboss app server. That’s why the path contains the word websphere.
-
AuthorPosts