Results 1 to 4 of 4
- 09-04-2008, 06:47 AM #1
Member
- Join Date
- Sep 2008
- Posts
- 4
- Rep Power
- 0
- 09-04-2008, 02:08 PM #2
There is a System property that has the classpath.
System.out.println("classpath=" + System.getProperty("java.class.path"));
- 11-22-2012, 11:48 PM #3
Member
- Join Date
- Nov 2012
- Posts
- 1
- Rep Power
- 0
Re: checking runtime classpath in Eclipse
In the Eclipse SDK, the command line used to launch a Java application can be viewed by selecting the associated process or debug target in the Debug View, and selecting Properties from the context menu. This displays a dialog containing the command line (including the classpath option) generated to launch a Java application. Examining the command used to launch a process can be useful when diagnosing launch problems.
Source: Launching Java Applications Programmatically
Launching Tomcat from Eclipse - Specifying a Classpath
Launching Java Applications
Debug View
Help - Eclipse Platform
The Debug View allows you to manage the debugging or running of a program in the workbench. It displays the stack frame for the suspended threads for each target you are debugging. Each thread in your program appears as a node in the tree. It displays the process for each target you are running.
- 11-23-2012, 01:29 AM #4
Similar Threads
-
java.lang.NoClassDefFoundError in Eclipse at runtime
By debu37 in forum New To JavaReplies: 5Last Post: 09-03-2008, 05:29 PM -
checking if there are equal numbers
By nalinda in forum New To JavaReplies: 1Last Post: 11-18-2007, 06:21 AM -
Adding JARs to the classpath at runtime?
By johann_p in forum Advanced JavaReplies: 1Last Post: 06-26-2007, 10:42 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks