flaing / jnibwapi

Automatically exported from code.google.com/p/jnibwapi
0 stars 0 forks source link

Eisbot in Eclipse can't find main method #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new java Eclipse project
2. Place all Eisbot code in the source folder
3. Select "eisbot" project and select "run as java application"

What do you see instead?
- An error message saying "Selection does not contain a main type"

What version of the product are you using? On what operating system?
- Eclipse 3.6.2 (I think; http://www.eclipse.org/downloads/ Eclipse IDE for 
java developers)
- Windows vista

Please provide any additional information below.

The program does have a main method though, in ExampleAIClient.java;

public static void main(String[] args) 
        {
                new ExampleAIClient();
        }

Original issue reported on code.google.com by arcticre...@gmail.com on 7 Jun 2011 at 5:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This looks like an issue with Eclipse rather than JNIBWAPI - if it is still 
outstanding, please followup here and I'll give you a hand, but meantime I'm 
marking this as not an issue.
Luke

Original comment by LukeDic...@gmail.com on 15 Jul 2011 at 6:28