Title: NullPointerException · Issue #24 · trung/InMemoryJavaCompiler · GitHub
Open Graph Title: NullPointerException · Issue #24 · trung/InMemoryJavaCompiler
X Title: NullPointerException · Issue #24 · trung/InMemoryJavaCompiler
Description: `System.setProperty("java.home", "C:\\Program Files\\Java\\jdk-11.0.1"); StringBuilder sourceCode = new StringBuilder(); sourceCode.append("package me.Perzan.compileString;\n"); sourceCode.append("class HelloClass {\n"); sourceCode.appen...
Open Graph Description: `System.setProperty("java.home", "C:\\Program Files\\Java\\jdk-11.0.1"); StringBuilder sourceCode = new StringBuilder(); sourceCode.append("package me.Perzan.compileString;\n"); sourceCode.append("...
X Description: `System.setProperty("java.home", "C:\\Program Files\\Java\\jdk-11.0.1"); StringBuilder sourceCode = new StringBuilder(); sourceCode.append("package me.Perzan.compileString;...
Opengraph URL: https://github.com/trung/InMemoryJavaCompiler/issues/24
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"NullPointerException","articleBody":" `System.setProperty(\"java.home\", \"C:\\\\Program Files\\\\Java\\\\jdk-11.0.1\");\r\n\t\tStringBuilder sourceCode = new StringBuilder();\r\n\t\tsourceCode.append(\"package me.Perzan.compileString;\\n\");\r\n\t\tsourceCode.append(\"class HelloClass {\\n\");\r\n\t\tsourceCode.append(\" public static void hello() { System.out.println(\\\"hello\\\"); }\");\r\n\t\tsourceCode.append(\"}\");\r\n\r\n\t\tInMemoryJavaCompiler compiler = InMemoryJavaCompiler.newInstance();\r\n\t\t\r\n\t\tcompiler.addSource(\"HelloClass\", sourceCode.toString());\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\tMap\u003cString, Class\u003c?\u003e\u003e classMap = compiler.compileAll();\r\n\t\t\r\n\t\tClass\u003c?\u003e helloClass = classMap.get(\"HelloClass\");\r\n\t\tMethod m = helloClass.getMethod(\"hello\");\r\n\t\t\r\n\t\tm.invoke(null);`\r\n\r\nSo at the line with 'Map\u003cString, Class\u003c?\u003e\u003e classMap = compiler.compileAll();' I get NullPointerException. I even set the property for JDK at the beginning. I'm not sure why this is happening, for my version is pretty much the same as your example...\r\n\r\n(Also the '`' things are not part of it, I was just trying to insert the code)\r\n\r\nAlso here is the stack trace:\r\n\r\n`\r\nException in thread \"main\" java.lang.NullPointerException\r\n\tat org.mdkt.compiler.InMemoryJavaCompiler.compileAll(InMemoryJavaCompiler.java:80)\r\n\tat me.Perzan.compileString.CompileTest.main(CompileTest.java:26)\r\n`","author":{"url":"https://github.com/Perzan","@type":"Person","name":"Perzan"},"datePublished":"2019-02-06T19:50:32.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/24/InMemoryJavaCompiler/issues/24"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:6d027a81-d49a-a889-f7df-5022b6022230 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9910:1D9F:FFF4DD:145B02C:697E744E |
| html-safe-nonce | ce5c430d2c1ff168a5976d62671be970d84e8b951a542d6be715cd6aef863019 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OTEwOjFEOUY6RkZGNEREOjE0NUIwMkM6Njk3RTc0NEUiLCJ2aXNpdG9yX2lkIjoiOTE1ODcxNzMxODkzNzYwNTE5OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 18f7948d2a52b535cddea89c2bfeeda1e1229da977d97b11393710030634157c |
| hovercard-subject-tag | issue:407402152 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/trung/InMemoryJavaCompiler/24/issue_layout |
| twitter:image | https://opengraph.githubassets.com/8fb46c1dead9df2b344b74833ff790f67f52ab19f147821ef18adad744051286/trung/InMemoryJavaCompiler/issues/24 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/8fb46c1dead9df2b344b74833ff790f67f52ab19f147821ef18adad744051286/trung/InMemoryJavaCompiler/issues/24 |
| og:image:alt | `System.setProperty("java.home", "C:\\Program Files\\Java\\jdk-11.0.1"); StringBuilder sourceCode = new StringBuilder(); sourceCode.append("package me.Perzan.compileString;\n"); sourceCode.append("... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | Perzan |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| go-import | github.com/trung/InMemoryJavaCompiler git https://github.com/trung/InMemoryJavaCompiler.git |
| octolytics-dimension-user_id | 24930 |
| octolytics-dimension-user_login | trung |
| octolytics-dimension-repository_id | 31716516 |
| octolytics-dimension-repository_nwo | trung/InMemoryJavaCompiler |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 31716516 |
| octolytics-dimension-repository_network_root_nwo | trung/InMemoryJavaCompiler |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width