-
Notifications
You must be signed in to change notification settings - Fork 79
Description
hi Mechalikh,
thank you for your code. I used to have a running code in the past with a previous version!
I tried to use the latest version of the PureEdgeSim code and update the structure to one preferred by Maven and used the latest Java in Ubuntu 23.04.
(base) mike@mike-HP-ProBook-430-G5:~/.m2$ java --version
openjdk 18.0.2-ea 2022-07-19
OpenJDK Runtime Environment (build 18.0.2-ea+9-Ubuntu-2ubuntu1)
OpenJDK 64-Bit Server VM (build 18.0.2-ea+9-Ubuntu-2ubuntu1, mixed mode, sharing)
but I get issues.
Is it possible to update the structure to one preferred by Maven compilation and test with latest Java version in Ubuntu/Linux?
my-project/
├── src/
│ ├── main/
│ │ ├── java/ <-- Your Java source code goes here
│ │ │ └── com/
│ │ │ └── mechalikh/
│ │ │ └── pureedgesim/
│ │ │ └── MainApplication.java
│ │ └── resources/ <-- Resources (like properties files) go here
│ │ └── application.properties
│ └── test/
│ ├── java/ <-- Test source code goes here
│ │ └── com/
│ │ └── mechalikh/
│ │ └── pureedgesim/
│ │ └── MainApplicationTest.java
│ └── resources/ <-- Test resources go here
│ └── test-data.json
└── pom.xml <-- Project configuration file
Kind regards,
Mihalis