Error starting application
Install the version 1.4.0 and did some tests.
All worked well.
When you upgrade to version 1.4.2 started receiving the following error.
Listening for transport dt_shmem at address: Jabaco89454390x141
java.lang.NoClassDefFoundError: Module1
Caused by: java.lang.ClassNotFoundException: Module1
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:18
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
All worked well.
When you upgrade to version 1.4.2 started receiving the following error.
What could this be?
Listening for transport dt_shmem at address: Jabaco89454390x141
java.lang.NoClassDefFoundError: Module1
Caused by: java.lang.ClassNotFoundException: Module1
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:18

at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could you send me some additional information?
* Which operating system?
* Which Java version?
* Which folder open if you click "Project=>Open Working Directory"
* Could you create / write / read / delete files in this folder?
* Press F5 and check if there are any files in this folder.
* Have you tried to start Jabaco with admin-privileges?
* Which operating system?
* Which Java version?
* Which folder open if you click "Project=>Open Working Directory"
* Could you create / write / read / delete files in this folder?
* Press F5 and check if there are any files in this folder.
* Have you tried to start Jabaco with admin-privileges?
* Which operating system?
Win XP SP3
* Which Java version?
jdk1.6.0_11
* Which folder open if you click "Project=>Open Working Directory"
C:\DOCUME~1\ELTON~1.RAM\CONFIG~1\Temp\Jabaco113057406
* Could you create / write / read / delete files in this folder?
Yes
* Press F5 and check if there are any files in this folder.
No
* Have you tried to start Jabaco with admin-privileges?
It worked !!!!!
But my user is administrator.
Strange
what should I do here?
Win XP SP3
* Which Java version?
jdk1.6.0_11
* Which folder open if you click "Project=>Open Working Directory"
C:\DOCUME~1\ELTON~1.RAM\CONFIG~1\Temp\Jabaco113057406
* Could you create / write / read / delete files in this folder?
Yes
* Press F5 and check if there are any files in this folder.
No
* Have you tried to start Jabaco with admin-privileges?
It worked !!!!!
But my user is administrator.
Strange
what should I do here?
RE: Error running Applet or Form
It is a old error and I'm new here.
Get an Java error when start the applet or exe.
After continue the application is running.![]()
What is the error message?
If you mean the error, ehci is mentioned at
[ http://www.jabaco.org/board/629-error-ja…ethoderror.html ]
then you have to delete the WinLaF in the Jabaco-Framework (mentioned in the linked thread).
Java comes on Windows already with an Windows-LoolAndFeel. But up to and including Java 1.4 its LookAndFeel differs in some points to Native-Programs. For that on dev.java.net there exists the WinLaF project.
But until Java 5 WinLaF have no advantage over the Java-integrated WindowsLookAndFeel.
And with the last Java 6 versions and Java 7 WinLaF outputs errors and breaks the programs.
Greatings
theuserbl
RE: RE: Error running Applet or Form
Hi theuserbl,It is a old error and I'm new here.
Get an Java error when start the applet or exe.
After continue the application is running.![]()
What is the error message?
If you mean the error, ehci is mentioned at
[ [VERSION 1.5.2] Error: Java.lang.NoSuchMethodError ]
then you have to delete the WinLaF in the Jabaco-Framework (mentioned in the linked thread).
Java comes on Windows already with an Windows-LoolAndFeel. But up to and including Java 1.4 its LookAndFeel differs in some points to Native-Programs. For that on dev.java.net there exists the WinLaF project.
But until Java 5 WinLaF have no advantage over the Java-integrated WindowsLookAndFeel.
And with the last Java 6 versions and Java 7 WinLaF outputs errors and breaks the programs.
Greatings
theuserbl
Yes it is the same error.
I understand that I have to download the framework Source and delete WinLaf or just disable it?
I try to find it.
Still not working and I don't know how to delete WinLaf From Framework found the classes more then ones.
Have somebody a Jabaco.jar file where this is deleted??
Many thanks
This post has been edited 3 times, last edit by "swissmade" (Aug 5th 2011, 3:13pm)
RE: RE: RE: Error running Applet or Form
Yes it is the same error.
I understand that I have to download the framework Source and delete WinLaf or just disable it?
I try to find it.
Still not working and I don't know how to delete WinLaf From Framework found the classes more then ones.![]()
Have somebody a Jabaco.jar file where this is deleted??
Ok, have now created all four files:
http://jbaindi.googlecode.com/files/Jaba…movedWinLaF.jar
http://jbaindi.googlecode.com/files/Fram…movedWinLaF.jar
http://jbaindi.googlecode.com/files/Jaba…movedWinLaF.zip
http://jbaindi.googlecode.com/files/jaba…movedWinLaF.zip
Additional SVN updated. But cuttently only removed the dependency in JBLookAndFeel to WinLaF.
If this works, then I will remove it sometimes completly in SVN too.
Download Jabaco-rev83-removedWinLaF.jar, rename it to Jabaco.jar and copy it in your Jabaco-directory.
Then try, if it helps.
And because I am doing it, I have created and uploaded the other three filed, too:
- FrameworkTest-rev83-removedWinLaF.jar is the example program of the framework, which demonstrated all.
- jabacoframework-src-rev83-removedWinLaF.zip is the sourcecode with the example-program and so. If you don't know how Subversion works, use this package.
- JabacoFramework-OnTheFlyCompiled-rev83-removedWinLaF.zip Is the OnTheFly-compiled binaries. Jabaco can compile to Jar/Exe and OnTheFly. Decompiler can lot of easier read the OnTheFly compiled classes.
Greatings
theuserbl
RE: RE: RE: RE: Error running Applet or Form
Great it is working,Yes it is the same error.
I understand that I have to download the framework Source and delete WinLaf or just disable it?
I try to find it.
Still not working and I don't know how to delete WinLaf From Framework found the classes more then ones.![]()
Have somebody a Jabaco.jar file where this is deleted??
Ok, have now created all four files:
http://jbaindi.googlecode.com/files/Jaba…movedWinLaF.jar
http://jbaindi.googlecode.com/files/Fram…movedWinLaF.jar
http://jbaindi.googlecode.com/files/Jaba…movedWinLaF.zip
http://jbaindi.googlecode.com/files/jaba…movedWinLaF.zip
Additional SVN updated. But cuttently only removed the dependency in JBLookAndFeel to WinLaF.
If this works, then I will remove it sometimes completly in SVN too.
Download Jabaco-rev83-removedWinLaF.jar, rename it to Jabaco.jar and copy it in your Jabaco-directory.
Then try, if it helps.
And because I am doing it, I have created and uploaded the other three filed, too:
- FrameworkTest-rev83-removedWinLaF.jar is the example program of the framework, which demonstrated all.
- jabacoframework-src-rev83-removedWinLaF.zip is the sourcecode with the example-program and so. If you don't know how Subversion works, use this package.
- JabacoFramework-OnTheFlyCompiled-rev83-removedWinLaF.zip Is the OnTheFly-compiled binaries. Jabaco can compile to Jar/Exe and OnTheFly. Decompiler can lot of easier read the OnTheFly compiled classes.
Greatings
theuserbl
Many thanks
Similar threads
-
General topics, questions and discussions »-
Serial Port
(Feb 2nd 2009, 9:40pm)
-
General topics, questions and discussions »-
discussion: documentation & Jabaco Wiki & TOC
(Jun 14th 2009, 4:00pm)
-
General topics, questions and discussions »-
Date time picker
(Apr 1st 2009, 1:13pm)
-
General topics, questions and discussions »-
How to pass parameters to Console Application from command shell?
(Jan 12th 2009, 7:36pm)
-
General topics, questions and discussions »-
How to print some data on screen when using Console Application?
(Jan 12th 2009, 7:34pm)

.