This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64609 - Appletviewer disregards applet.policy
Summary: Appletviewer disregards applet.policy
Status: CLOSED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: applet (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 16:58 UTC by ibxmike
Modified: 2006-03-24 12:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ibxmike 2005-09-18 16:58:44 UTC
File i/o permissions denied to applet being run or debugged via Netbeans 4.1
built-in appletviewer.
Comment 1 Petr Blaha 2005-09-19 09:26:39 UTC
Hi, can you write steps to reproduce the issue? Thanks. Petr
Comment 2 Jaroslav Pospisil 2005-09-19 12:45:35 UTC
Cannot reproduce on Windows 2000 and NB4.1FCS(JDK1.5.0_05)
I also tried the same build and latest dev build,both on WinXP.In all cases
everything worked O.K.
Comment 3 ibxmike 2005-09-19 17:46:24 UTC
Using JRE SE 1.4.2._07
Project was imported from existing operational Netbeans 3.5.1 project sources
applet.policy shows up under project files, contains the following:

grant {
permission java.security.AllPermission;
};

Project compiles and executes but io error is reported at bottom of appletviewer
Comment 4 ibxmike 2005-09-19 19:11:38 UTC
This now is no longer an issue - I destroyed the project, rebuilt it without 
making any mistakes and it works to the extent it has no permission problems.

Summary: if faulty classpaths are introduced, their removal leaves Netbeans in 
a state from which it cannot recover. Since this happened some time ago, I 
believe I had a source package folder above my two source folders: e.g I have 
two source folders "client" and "server", but I also added "java", the 
directory above both client and server. 
Comment 5 zikmund 2005-09-21 09:17:43 UTC
It has not been Fixed in NetBeans code - reopening.
Comment 6 zikmund 2005-09-21 09:20:18 UTC
Resolved by reporter - see comments above. Marking as WorksForMe.
Comment 7 Lukasz Grela 2006-02-23 14:56:06 UTC
v.