Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
Hello Jurgen-
What is the impact for you of closing Java applications? On most systems, Java is a browser plug-in. Obviously, that's a simplistic answer but is it disabling the Java plug-in for your browser? -
-
Hello,
We have the same issue here. We are developing a desktop Application based on Swing and Java SE, and when the user closes Nero Burning Rom it forces a closing of our main application . This is a critical problem because Nero is part of our business process, and because of that we are forced now to use other recording App.
Any Help would be great -
-
Hello Javier-
You can go to nero.com, support, contact, technical support and ask your question by submitting the contact form. If you do that, please let me know their response.-
Note that I edited my initial response since you identified the version number in the title of the thread. I need to pay more attention.
-
-
-
-
-
Javier,
Any application? I have no problem with this example from the net:
import java.util.Scanner;
/**
* A Java Scanner class example from http://alvinalexander.com
*/
public class JavaScannerExample
{
public static void main (String[] args)
{
// create a scanner so we can read the command-line input
Scanner scanner = new Scanner(System.in);
// prompt for the user's name
System.out.print("Enter your name: ");
// get their input as a String
String username = scanner.next();
// prompt for their age
System.out.print("Enter your age: ");
// get the age as an int
int age = scanner.nextInt();
System.out.println(String.format("%s, your age is %d", username, age));
}
}
I compiled and ran this example. At the prompt for my name, I opened Nero 2016 BurningROM, burned a DVD to the image recorder, and exited. Then, I entered my name into the Java app, etc.
This was on Windows 10 Pro, Java 1.8.0_112-
Javier,
I used Nero 2016. Yours? -
-
-
-
-
Javier,
I found a Swing example:
import java.awt.EventQueue;
import javax.swing.JFrame;
public class SimpleEx extends JFrame {
public SimpleEx() {
initUI();
}
private void initUI() {
setTitle("Simple example");
setSize(300, 200);
setLocationRelativeTo(null);
setDefaultCloseOperation(EXIT_ON_CLOSE);
}
public static void main(String[] args) {
EventQueue.invokeLater(() -> {
SimpleEx ex = new SimpleEx();
ex.setVisible(true);
});
}
}
This one crashes upon starting and immediately exiting Nero 2015 or 2016 BurningROM. The problem does not occur with Nero 12 or 2104 BurningROM.- view 18 more comments
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Wither 1,
I have no idea why you keep harping on this XBOX thing. I have written my own screen capture program that's good enough for me. I have also downloaded Bandicam after questions arose in topic program will automatically delete the video at the end of a period of 1 minute.. It's probably much more than I'll ever need.
But, I did watch some of the YouTube video:
That would be "hold down the Windows key while pressing the letter G". I tried it and, although it did record, it wanted to install the XBOX app from the Microsoft store when I stopped it. I won't be doing that. Later in the video, the narrator mentions that it will not record the desktop or some other windows such as File Explorer. Then, there's the comment that it is not suitable for recording tutorials or software reviews. -
-
I'm not harping about it. I just mentioned to you that the feature is there and you effectively said you couldn't make it work with the keystrokes I gave you. I have to disagree with the narrator. The article I read said that you must have the window open that you want to record when you launch the recorder. If I ever get time, I'll scan the article and post it. The thread you mentioned is the one I was thinking about when I posted. I think it was in that thread where you said the screen recorder that you created has no sound. You had already indicated that you downloaded the BandiCam the same as I did. It seems you might have purchased it. Right now, I'm working on trying to reproduce the problem in this thread.
-
-
-
-
Wither 1,
While away, I missed your last posts.
"Am I supposed to download the 8u112 kit?" That would be good.
"Also, how do I run a command prompt from the folder? Do I just select it from Windows while I have the folder open? While holding down the SHIFT key, right-click and select "Open command window here" from the context menu.- view 1 more comment
-
-
One more question- In step 3, what instruction do I need to provide to "compile" it? I'm in unfamiliar territory, as you know.
I have the Java SE installed. -
-
Wither 1,
3. Compile the program: "javac SimpleEx.java" at a command prompt in the file's folder.
4. Run the program: "java -cp . SimpleEx" (no extension). A small window should appear on the screen.
5. Run Nero 2017 BurningROM and exit.
6. If the problem exists, the small window will be gone and a log file as shown above will be in the file folder.
Caveats: You will probably have to use complete paths to for the "javac" and "java" commands - I don't think the PATH is automatically modified. On my system this would entail using the following compilation command:
"C:\Program Files\Java\jdk1.8.0_112\bin\javac" SimpleEx.java
"C:\Program Files\Java\jdk1.8.0_112\bin\java" SimpleEx
(Quotes are necessary since a space character is involved). -
-
-
-
- view 1 more comment
-
-
-
-
I had taken the spaces out because you said one needs to use the parentheses because of the presence of spaces and there were no parentheses for this part. If I get time tonight, I'll give it a try.
-
-
-
-
-
I should note that it actually started executing for about 5 seconds before the error came up.
-
-
-
-
-
-
-
- view 2 more comments
-
-
-
"C:\...\javac" -version
-
-
Wither 1,
If you add the location of your Java binaries to your PATH environment variable, you can javac and java commands without specifying the entire path.
C:\Program Files\Java\jdk1.8.0_112\bin -
-
-
-
-
-
Omega Tester-
It would be easier if you provide the exact command lines with your recent changes, as you did earlier. If you would, test them out first.- view 1 more comment
-
-
What you show in the two lines, is what I tried yesterday. It started executing and then threw up a flag about the javac. Previously, it had flagged the second line, which I changed at your direction before running those two commands.
-
-
Wither 1,
I have no idea what "flag" you are talking about. Have you tried to simply print the version number? -
-
-
-
- view 1 more comment
-
-
I was doing that after I last responded. The version is 1.8.0_112.
-
-
Wither 1,
So, please run the first command line that has javac in it. -
-
-
-
I ran the first line and it executed. I then ran the second command and the little window shows up. It's blank.
I don't know what the difference was between running both commands in one box vice running them separately.
I then ran burning rom, selected cancel and then closed. I'll give you the error message shortly. -
-
-
Wither 1,
So, you have confirmed that the bug exists in Nero 2017 BurningROM. My testing indicates that it also exists in Nero 2015 and 2016 BurningROM, but not in Nero 12 or 2014.
So, in order to help Javier, would you please have Nero get this fixed? -
-
Time for my beer and cigar break and then lunch. Then I'll suck up leaves. I'll be back tonight.
-
-
-
-
-
There's no compelling reason for me to escalate this. It's run of the mill business for tech support. Javier might already be talking with them for all I know. We'll just have to wait for him to come back.
-
-
Wither 1,
I don't think that Javier has mentioned going to Tech Support. He said, "This is a critical problem because Nero is part of our business process, and because of that we are forced now to use other recording App."
Besides, it would seem that the maintainers of "The elite of burning software! " would want to squash this bug before it squashes them!
It's totally beyond me how they've managed to stomp on another process, but, as you well know, ""A little learning is a dangerous thing; drink deep, or taste not the Pierian spring: there shallow draughts intoxicate the brain, and drinking largely sobers us again.". The modern meaning translates to mean that people with a small amount of knowledge often think that they have more 'expertise' than they really do."
Perhaps, hg-dude was correct when he railed about their total incompetence.- view 3 more comments
-
-
-
-
I enjoyed Java Jive!
-
-
Good album. I haven't played it in years.
-
-
-
-
Hello,
We have already requested an issue ticket to Nero Support, and We are now still waiting that it is processed.
Because of this problem, the system is using CDRTools now. We are considering to use Nero for the following versions, depending if it is resolved or not.
As I said before, This is an important issue for us.-
Thanks for the update. Let us know what tech support has to say.
-
-
-
-
-
-
-
-
-
Dear All, we can reproduce the issue and are working on a solution for Nero 2017.
-
Still working on it...
-
-
-
-
-
-
-
Since5.5,
This topic was created on October 19, 2015, more than 15 months ago! How long does it take? -
-
Addendum
Starting and exiting Nero 2014 BurningROM doesn't crash running Java programs:
But, starting and exiting Nero 2015 BurningROM DOES crash running Java programs:
-
-
-
-
-
-
Dear All,
This weeks online update for Nero Burning ROM 2017 resolves a incompatibility with other applications like Excel, Java, Adobe Creative Cloud. Please go to Nero ControlCenter > Update > Check for updates to get it. Please let us know if it works for you. Please note that we are not planning to update older versions of Nero Burning ROM in this regards. Please also note that the issue does not exist in any Nero Volume License products used in commercial enterprises. -