Could not find the the main class: IBM on build of feature
I get a pop-up window with a Java Virtual Machine Launcher error when attempting to start the build of the feature.
The error text is:
Could not find the main class: IBM. Program will exit.
The feature project appears to be similar to the feature project's in another repository. The error does not occur for the other developer's on their repository.
I updated the JRE to IBM Java Runtime 6.0 SR8-FP1 for Windows. The error continues.
Any help is appreciated.
The error text is:
Could not find the main class: IBM. Program will exit.
The feature project appears to be similar to the feature project's in another repository. The error does not occur for the other developer's on their repository.
I updated the JRE to IBM Java Runtime 6.0 SR8-FP1 for Windows. The error continues.
Any help is appreciated.
One answer
I get a pop-up window with a Java Virtual Machine Launcher error when attempting to start the build of the feature.
The error text is:
Could not find the main class: IBM. Program will exit.
The feature project appears to be similar to the feature project's in another repository. The error does not occur for the other developer's on their repository.
I updated the JRE to IBM Java Runtime 6.0 SR8-FP1 for Windows. The error continues.
Any help is appreciated.
Additional info:
The following errors are being recorded in \workspace\.metadata\.log:
!ENTRY org.eclipse.ant.ui 4 120 2010-09-23 10:57:38.873
!MESSAGE Error logged from Ant UI:
!STACK 0
java.net.SocketTimeoutException: Accept timed out
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(Unknown Source)
Not sure they are related to the error listed in the pop-up.