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 72778 - mobile app fails to run with jdk1.5.0_06
Summary: mobile app fails to run with jdk1.5.0_06
Status: RESOLVED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 15:35 UTC by maddo
Modified: 2006-10-23 16:41 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 maddo 2006-02-17 15:35:54 UTC
This works fine with 1.5.0_04.  The program fails on line 295 of the
build-impl.xml generic file where it says:
<nb-run jadfile="${dist.dir}/${dist.jad}" jarfile="${dist.dir}/${dist.jar}"
jadurl="${dist.jad.url}" device="${platform.device}"
platformhome="${platform.home}" platformtype="${platform.type}"
execmethod="${run.method}" securitydomain="${evaluated.run.security.domain}"
commandline="${platform.runcommandline}"
classpath="${platform.bootclasspath}:${dist.dir}/${dist.jar}"
cmdoptions="${run.cmd.options}"/>

It's obviously a security issue.  Switching back to version ...04 fixes it, but
it's not a permanent solution in light of the changes.
Comment 1 Lukas Hasik 2006-02-21 08:18:04 UTC
I'm running jdk1.5.0_06 without any problems. Is it in your local setttings?
Comment 2 Adam Sotona 2006-02-28 10:49:38 UTC
Closing as it works for me, please reopen if you find it again and with some
more details.

Is ther any error message it fails with?
You may also set the Verbose mode for Ant output, do it using Tools/Options.