IKVMC5033: Main class not found while converting .jar to .dll
I'm getting error while converting .jar to .dll by using ikvm-8.1.5717.0. The java version is 8.0.
C:UsersLENOVODownloadsikvm-8.1.5717.0bin>ikvmc D:JavaProjectDemodistJavaProjectDemo.jar
IKVM.NET Compiler version 8.1.5717.0
Copyright (C) 2002-2015 Jeroen Frijters
http://www.ikvm.net/
note IKVMC0004: Using main class "JavaProject.JavaProject" based on jar manifest
note IKVMC0002: Output file is "JavaProjectDemo.exe"
warning IKVMC0100: Class "org.jfree.chart.event.ChartProgressListener" not found
warning IKVMC0100: Class "javafx.application.Application" not found
warning IKVMC0100: Class "org.jfree.chart.ChartMouseListener" not found
warning IKVMC0100: Class "javafx.event.EventHandler" not found
warning IKVMC0100: Class "javafx.fxml.Initializable" not found
fatal error IKVMC5033: Main class not found
I have checked in manifest.mf
Manifest-Version: 1.0
Implementation-Title: JavaProjectDemo
X-COMMENT: Main-Class will be added automatically by build
Implementation-Version: 1.0
Permissions: sandbox
Codebase: *
JavaFX-Version: 8.0
Class-Path: lib/apache-commons-lang.jar lib/commons-math3-3.0.jar lib/
findpeaksG.jar lib/jama-1.0.3.jar lib/javabuilder.jar lib/javafx-ui-c
ommon.jar lib/jcommon-1.0.23.jar lib/jfreechart-1.0.19.jar lib/mysql-
connector-java-8.0.11.jar lib/sgsmooth.jar
Created-By: JavaFX Packager
Implementation-Vendor: USER
Main-Class: JavaProject.JavaProject
I'm using this tool for the first time so kindly help me in resolving this error.
java .net dll jar ikvm
add a comment |
I'm getting error while converting .jar to .dll by using ikvm-8.1.5717.0. The java version is 8.0.
C:UsersLENOVODownloadsikvm-8.1.5717.0bin>ikvmc D:JavaProjectDemodistJavaProjectDemo.jar
IKVM.NET Compiler version 8.1.5717.0
Copyright (C) 2002-2015 Jeroen Frijters
http://www.ikvm.net/
note IKVMC0004: Using main class "JavaProject.JavaProject" based on jar manifest
note IKVMC0002: Output file is "JavaProjectDemo.exe"
warning IKVMC0100: Class "org.jfree.chart.event.ChartProgressListener" not found
warning IKVMC0100: Class "javafx.application.Application" not found
warning IKVMC0100: Class "org.jfree.chart.ChartMouseListener" not found
warning IKVMC0100: Class "javafx.event.EventHandler" not found
warning IKVMC0100: Class "javafx.fxml.Initializable" not found
fatal error IKVMC5033: Main class not found
I have checked in manifest.mf
Manifest-Version: 1.0
Implementation-Title: JavaProjectDemo
X-COMMENT: Main-Class will be added automatically by build
Implementation-Version: 1.0
Permissions: sandbox
Codebase: *
JavaFX-Version: 8.0
Class-Path: lib/apache-commons-lang.jar lib/commons-math3-3.0.jar lib/
findpeaksG.jar lib/jama-1.0.3.jar lib/javabuilder.jar lib/javafx-ui-c
ommon.jar lib/jcommon-1.0.23.jar lib/jfreechart-1.0.19.jar lib/mysql-
connector-java-8.0.11.jar lib/sgsmooth.jar
Created-By: JavaFX Packager
Implementation-Vendor: USER
Main-Class: JavaProject.JavaProject
I'm using this tool for the first time so kindly help me in resolving this error.
java .net dll jar ikvm
add a comment |
I'm getting error while converting .jar to .dll by using ikvm-8.1.5717.0. The java version is 8.0.
C:UsersLENOVODownloadsikvm-8.1.5717.0bin>ikvmc D:JavaProjectDemodistJavaProjectDemo.jar
IKVM.NET Compiler version 8.1.5717.0
Copyright (C) 2002-2015 Jeroen Frijters
http://www.ikvm.net/
note IKVMC0004: Using main class "JavaProject.JavaProject" based on jar manifest
note IKVMC0002: Output file is "JavaProjectDemo.exe"
warning IKVMC0100: Class "org.jfree.chart.event.ChartProgressListener" not found
warning IKVMC0100: Class "javafx.application.Application" not found
warning IKVMC0100: Class "org.jfree.chart.ChartMouseListener" not found
warning IKVMC0100: Class "javafx.event.EventHandler" not found
warning IKVMC0100: Class "javafx.fxml.Initializable" not found
fatal error IKVMC5033: Main class not found
I have checked in manifest.mf
Manifest-Version: 1.0
Implementation-Title: JavaProjectDemo
X-COMMENT: Main-Class will be added automatically by build
Implementation-Version: 1.0
Permissions: sandbox
Codebase: *
JavaFX-Version: 8.0
Class-Path: lib/apache-commons-lang.jar lib/commons-math3-3.0.jar lib/
findpeaksG.jar lib/jama-1.0.3.jar lib/javabuilder.jar lib/javafx-ui-c
ommon.jar lib/jcommon-1.0.23.jar lib/jfreechart-1.0.19.jar lib/mysql-
connector-java-8.0.11.jar lib/sgsmooth.jar
Created-By: JavaFX Packager
Implementation-Vendor: USER
Main-Class: JavaProject.JavaProject
I'm using this tool for the first time so kindly help me in resolving this error.
java .net dll jar ikvm
I'm getting error while converting .jar to .dll by using ikvm-8.1.5717.0. The java version is 8.0.
C:UsersLENOVODownloadsikvm-8.1.5717.0bin>ikvmc D:JavaProjectDemodistJavaProjectDemo.jar
IKVM.NET Compiler version 8.1.5717.0
Copyright (C) 2002-2015 Jeroen Frijters
http://www.ikvm.net/
note IKVMC0004: Using main class "JavaProject.JavaProject" based on jar manifest
note IKVMC0002: Output file is "JavaProjectDemo.exe"
warning IKVMC0100: Class "org.jfree.chart.event.ChartProgressListener" not found
warning IKVMC0100: Class "javafx.application.Application" not found
warning IKVMC0100: Class "org.jfree.chart.ChartMouseListener" not found
warning IKVMC0100: Class "javafx.event.EventHandler" not found
warning IKVMC0100: Class "javafx.fxml.Initializable" not found
fatal error IKVMC5033: Main class not found
I have checked in manifest.mf
Manifest-Version: 1.0
Implementation-Title: JavaProjectDemo
X-COMMENT: Main-Class will be added automatically by build
Implementation-Version: 1.0
Permissions: sandbox
Codebase: *
JavaFX-Version: 8.0
Class-Path: lib/apache-commons-lang.jar lib/commons-math3-3.0.jar lib/
findpeaksG.jar lib/jama-1.0.3.jar lib/javabuilder.jar lib/javafx-ui-c
ommon.jar lib/jcommon-1.0.23.jar lib/jfreechart-1.0.19.jar lib/mysql-
connector-java-8.0.11.jar lib/sgsmooth.jar
Created-By: JavaFX Packager
Implementation-Vendor: USER
Main-Class: JavaProject.JavaProject
I'm using this tool for the first time so kindly help me in resolving this error.
java .net dll jar ikvm
java .net dll jar ikvm
edited Dec 5 '18 at 8:18
user2587
asked Nov 27 '18 at 10:06
user2587user2587
818
818
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53497209%2fikvmc5033-main-class-not-found-while-converting-jar-to-dll%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53497209%2fikvmc5033-main-class-not-found-while-converting-jar-to-dll%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown