-
Trying to upgrade cstruct would cause a downgrade of tyxml (why?):
$ opam install cstruct.1.3.1
The following actions will be performed:
- downgrade tyxml.3.1.1 to 3.0.0
- upgrade cstruct.1.3.0 to…
-
- if you have an installed package which is not in the universe anymore, it will not propose to uninstall it
- @avsm reported that some base packages where not installed properly
-
From a cl-mirage [question about cohttp](https://lists.cam.ac.uk/pipermail/cl-mirage/2012-September/msg00062.html):
```
depends: [ "ocamlfind" "re" "uri" {>="1.3.2"} "ounit" ]
depopts: [ "async" {="1…
avsm updated
10 years ago
-
I used "lein uberjar" command to packup my project, then I tried to run the .jar file with "java the-jar-file.jar" but then I got error message as below:
```
Error: Could not find or load main class …
-
Exception in thread "main" java.lang.NullPointerException
at sql.XMLParser.(XMLParser.java:14)
at MazeGame.packUp(MazeGame.java:402)
at MazeGame.begin(MazeGame.java:90)
at MazeGame.mai…