Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Netbeans 8 Beta and Java ME SDK 8 EA

ATael-OracleFeb 11 2014 — edited Feb 12 2014

Hello,

I can't get Netbeans 8 Beta to work with Java ME SDK 8 EA. The steps I did was:

1. Download and install Netbeans 8 Beta from https://netbeans.org/community/releases/80/.

2. Download and install Java ME SDK 8 EA and Netbeans plugin from Java ME SDK 8 EA - Downloads | Oracle Technology Network

3. I added the plugin to Netbeans

4. Enabled Java ME Plugin

All installed without any errors.

Now when I try to create an Java ME Embedded application Netbeans tells me to Install a SDK/Platform/Emulator (which I have done in step 2 & 3 above)? I am not sure what I am doing wrong here, everything looks good (comparing to my Nebeans 7.4 installation).

Any help is good help ;-)

--Andy

This post has been answered by Terrencebarr-Oracle on Feb 12 2014
Jump to Answer

Comments

InoL

I do not know anything about BI Publisher, but I assume it has an option to send the output to a printer. Simply Googling for it:
Configure a Printer in Oracle Analytics Publisher
Browsers cannot send output directly to a printer. There is always some user interaction before sending the output to a printer.

Small print: there is a non-standard way to send some output directly to the printer from a browser. However, it involves hacking the Windows registry (I only know this trick for Windows):
Create a PDF file with extension .pdfp. Windows doesn't know this extension, so it will create a new registry entry for pdfp.
Change the Open behaviour in the registry (find it somewhere in \HKEY_CURRENT_USER\SOFTWARE). Instead of opening the file, print it. In my case, I use Sumatra pdf:

"C:\Users\someuser\AppData\Local\SumatraPDF\SumatraPDF.exe" -print-to-default "%1" %*

Of course, this command will change per configuration.

TexasApexDeveloper

If the print engine was NOT Bi Publisher, I'd recommend Apex Office Print. They have functionality to print to a network printer included with the product. Since this is a Bi Publisher question, you MIGHT get a better response if you posted it to that products support forum..
Thank you!
Tony Miller
White Rock, NM

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 12 2014
Added on Feb 11 2014
1 comment
2,862 views