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 92636 - Instructions are incorrect for Direct attachment to Applet in browser
Summary: Instructions are incorrect for Direct attachment to Applet in browser
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 16:54 UTC by Alexander Kouznetsov
Modified: 2007-09-04 12:42 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 Alexander Kouznetsov 2007-01-16 16:54:22 UTC
Product Version         = NetBeans IDE Dev (Build 200701141900)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor; Home  = 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105; Sun Microsystems Inc.; C:\Program Files\Java\jdk1.6.0\jre

  Profiler 070115

Steps to reproduce:
- Invoke Attach Profiler
- Open Attach Wizard
- Select Applet, Local, Direct. Click Next twice
- RESULT: There are manual steps shown which have a string like this:

-agentpath:"C:\Program Files\NetBeans 6.0 Dev\profiler1\lib\deployed\jdk15\windows\profilerinterface.dll=\"C:\Program Files\NetBeans 6.0 Dev\profiler1\lib\"",5140

When entered into Java Applet Runtime Settings it will cause browser to shut down each time the applet has to be shown (reproduced with Mozilla Firefox and Internet Explorer, Java 1.6.0)

The correct value for windows is one of the following:

-agentpath:C:\Program Files\NetBeans 6.0 Dev\profiler1\lib\deployed\jdk15\windows\profilerinterface.dll=C:\Program Files\NetBeans 6.0 Dev\profiler1\lib,5140

-agentpath:C:\PROGRA~1\NETBEA~1.0DE\PROFIL~1\LIB\DEPLOYED\JDK15\WINDOWS\PROFIL~1.DLL=C:\PROGRA~1\NETBEA~1.0DE\PROFIL~1\LIB,5140
Comment 1 Alexander Kouznetsov 2007-01-16 18:13:27 UTC
The same issue is reproducible using JDK 1.5.0_10
Comment 2 Jiri Sedlacek 2007-02-12 10:20:08 UTC
The ideal solution would be to use short 8.3 path format in instructions, 
unfortunately this requires introducing of new native code. Needs to be fixed 
for 6.0.
Comment 3 J Bachorik 2007-09-04 12:42:35 UTC
updated instructions