Results 1 to 6 of 6
- 03-26-2009, 05:48 PM #1
Netbeans 6.5.1 & embedding in html page
I am able to embed a java applet into a html page but using netbeans has totally confused me, can someone tell me exactly how to do this.
I have tried placing the html page in the class folder but to no avail, I still get the error basically saying it cannot find the class
Thanks for your help!
- 04-04-2009, 03:50 PM #2
Netbeans 6.5 & embedding app in html page
I still have not managed to do this, has anyone embedded a java app from netbeans into a html page please, its driving me mad
:confused:
- 04-04-2009, 04:52 PM #3
Senior Member
- Join Date
- Dec 2008
- Location
- Hong Kong
- Posts
- 473
- Rep Power
- 5
- 04-04-2009, 05:27 PM #4
I have been to that link before but I have just tried it again, came up with the same problem
The html file when displaying cannot display the app.
I even followed the code in the tutorial came up with
The tutorial doesnt however tell me if I need the param, I have tried the Main.class and the gui class file, neither will display.Java Code:<html> <head> <title> This is a test applet </title> </head> <body> <APPLET CODE=frmBmi.class WIDTH=683 HEIGHT=482> <PARAM NAME=bmi VALUE=aGUI> </APPLET> </body> </html>
Any ideas?
Thanks in advance
- 04-06-2009, 03:39 AM #5
Senior Member
- Join Date
- Dec 2008
- Location
- Hong Kong
- Posts
- 473
- Rep Power
- 5
can you show us the error msg in the java console?
- 04-06-2009, 03:58 AM #6
Error Messages I am getting
Now remember this app works just fine in netbeans 6.5
I am now wanting to run the jar through the command window
I am getting the following errors
Exception in thread "main" Java.lang.NullPointerExceptionat assessment3Bmi.frmBmi.<init><frmBmi.java:69>at assessment3Bmi.Main.main<Main.java:19>
I have no idea why it is saying this as I say it works fine in netbeans
Thanks in advance
Similar Threads
-
How to open html page?
By smartsubroto in forum New To JavaReplies: 8Last Post: 08-16-2012, 12:13 PM -
Embedding Applet into HTML?
By Unome in forum Java AppletsReplies: 1Last Post: 02-21-2009, 03:40 AM -
redirect to html page
By simo_mon in forum Java ServletReplies: 3Last Post: 02-12-2009, 05:18 PM -
convert html page to pdf
By MarkWilson in forum Advanced JavaReplies: 2Last Post: 09-02-2008, 11:14 PM -
HTML page
By bbq in forum New To JavaReplies: 1Last Post: 07-05-2007, 03:46 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks