Search found 2 matches
- Sat Dec 12, 2020 12:59 am
- Forum: Help with my program
- Topic: Assist with issue
- Replies: 2
- Views: 61619
Re: Assist with issue
Hi! Try with this solution package domain; //add packge domain // and right over project select edit project properties and set main class option to : domain.HelloWorld public class HelloWorld { public static void main(String[] args) { // Class should be lowercase class Number { int number; public b...
- Fri Dec 11, 2020 6:09 pm
- Forum: Help with my program
- Topic: Assist with issue
- Replies: 2
- Views: 61619
Re: Assist with issue
Hi! try with this solution : package domain; //add packge domain // and right click over project select edit project properties and set main class option to : domain.HelloWorld public class HelloWorld { public static void main(String[] args) { // class should be lowercase class Number { int number; ...