高手帮我看看什么问题

问题描述

我不懂java,但是现在公司要我调个视频的程序郁闷高手帮忙看看是什么问题!Warning:RunningJAM,Ignoringallotheroptions(but"-Xheapsize",andOTAflagsifprovided)正在通过存储根C:DocumentsandSettingsAdministratorj2mewtk2.5.2appdbDefaultColorPhone来运行Runningwithlocale:Chinese_People'sRepublicofChina.936Runningintheidentified_third_partysecuritydomainExecutioncompleted.3570859bytecodesexecuted90threadswitches1665classesinthesystem(includingsystemclasses)18411dynamicobjectsallocated(577412bytes)1garbagecollections(0bytescollected)DeviceBluetoothAddress:0000000DECAFstartAppthrewanExceptionjava.lang.SecurityException:ApplicationnotauthorizedtoaccesstherestrictedAPIatcom.sun.midp.security.SecurityToken.checkForPermission(+459)atcom.sun.midp.security.SecurityToken.checkForPermission(+15)atcom.sun.midp.midletsuite.MIDletSuiteImpl.checkForPermission(+20)atcom.sun.midp.midletsuite.MIDletSuiteImpl.checkForPermission(+13)atcom.sun.midp.io.j2me.file.Protocol.checkWritePermission(+32)atcom.sun.midp.io.j2me.file.Protocol.doOpenPrim(+468)atcom.sun.midp.io.j2me.file.Protocol.openPrim(+24)atcom.sun.midp.io.j2me.file.Protocol.openPrim(+8)atjavax.microedition.io.Connector.openPrim(+299)atjavax.microedition.io.Connector.open(+15)atjavax.microedition.io.Connector.open(+6)atjavax.microedition.io.Connector.open(+5)atFileController.showCurrentDir(+9)atPowerVideo.startApp(+7)atjavax.microedition.midlet.MIDletProxy.startApp(+7)atcom.sun.midp.midlet.Scheduler.schedule(+270)atcom.sun.midp.main.CommandProcessor.run(+73)atcom.sun.midp.main.CommandProcessor.dispatch(+49)atcom.sun.midp.main.CommandProcessor.perform(+27)atcom.sun.midp.main.Main.main(+154)Executioncompleted.3520565bytecodesexecuted38threadswitches1673classesinthesystem(includingsystemclasses)18659dynamicobjectsallocated(577848bytes)3garbagecollections(482148bytescollected)Executioncompleted.3475992bytecodesexecuted21threadswitches1677classesinthesystem(includingsystemclasses)18106dynamicobjectsallocated(550256bytes)1garbagecollections(0bytescollected)

解决方案

解决方案二:
这个问题倒是自己解决了但是运行了之后手机没有初始化晕
解决方案三:
权限的问题.解决了就好.

时间: 2024-08-31 01:06:39

高手帮我看看什么问题的相关文章

24色位图,字母图片验证码识别,基于MFC对话框的程序,在线求助,高手帮帮忙

问题描述 24色位图,字母图片验证码识别,基于MFC对话框的程序,在线求助,高手帮帮忙 24色位图(如下图)字母图片验证码识别,基于MFC对话框的程序,在线求助,高手帮帮忙

php字符串转换-php 字符串转换为题,求高手帮看看那里有问题?

问题描述 php 字符串转换为题,求高手帮看看那里有问题? Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+" : this.getMinutes(), //minute &quo

sql server-SQL Server提示错误,求高手帮解决

问题描述 SQL Server提示错误,求高手帮解决 select gl.ccus_id 客户编码, gl.cexch_name 币种, gl.cbegind_c 金额期初方向, (case when gl.cbegind_c = '借' then SUM(ISNULL(gl.mb, 0)) + SUM(ISNULL(ap.iAmount_f,0)) - SUM(ISNULL(dts.iQuantity * dts.iTaxUnitPrice, 0)) else sum(isnull(-gl.m

path-c++代码,请高手帮我看一下这个代码怎么修改

问题描述 c++代码,请高手帮我看一下这个代码怎么修改 return 0; } TCHAR szPath[MAX_PATH] = { 0 }; HRESULT hr; hr = SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, szPath); if(SUCCEEDED(hr)) { CString strPath = szPath; strPath += _T("\temp"); hr = ::URLDow

load-VB提示编译错误,属性使用无效,高手帮我看看啊

问题描述 VB提示编译错误,属性使用无效,高手帮我看看啊 Private Sub cmdcancle_click() unload Me End Sub Private Sub frmaddpoem_load() cleartextbox initTC initlb End Sub Sub cleartextbox() Dim i As Integer For i = 0 To 3 txtpoem(i).Text = "" Next i End Sub 解决方案 initTC init

python文件语句解析-请高手帮我解释下这些语句的意思,跪谢!

问题描述 请高手帮我解释下这些语句的意思,跪谢! import osimport ref_cg=open('dm_cg.txt''w')f_sb=open('dm_sb.txt''w')dir_list=[]for file in os.listdir(): if os.path.splitext(file)[1] == '.txt': dir_list.append(file)dir_list.remove('dm_cg.txt')dir_list.remove('dm_sb.txt')#数据

跪求高手出现-求高手帮帮忙,不知道该怎样解决

问题描述 求高手帮帮忙,不知道该怎样解决 Exception in thread "main" java.lang.StackOverflowError at java.text.DecimalFormat.subformat(DecimalFormat.java:903) at java.text.DecimalFormat.format(DecimalFormat.java:692) at java.text.DecimalFormat.format(DecimalFormat.j

基础 发散-真心的求高手帮我看看代码,指教下,我很困惑

问题描述 真心的求高手帮我看看代码,指教下,我很困惑 命题:求求1+1/2+1/3+--+1/n的c语言编程 以下是我的代码: #include void main() { float i,j,sum; printf("请输入你想求的位数:n"); scanf("%f",&j); for(i=1;i<=j;i++) { sum+=1/i; } printf("结果为 %fn",sum); } 运行结果不对,但是我觉得思路很清晰,找不

xt分页-Ext 分页,高手帮我看看,grid已经可以显示数据了,可是分页就是没有数据,急死我了

问题描述 Ext 分页,高手帮我看看,grid已经可以显示数据了,可是分页就是没有数据,急死我了 Ext.onReady(function() { var itemsPerPage=30;//指定分页大小 Ext.regModel('Node', { fields:[{name:'UI_id'}, {name:'UI_Time'}, {name:'UI_Level'}, {name:'UI_Sys'}, {name:'UI_FlowID'}, {name:'UI_UserName'}, {nam

格式-请各位高手帮个忙 我真的弄不清楚了setter() and getter()的使用; 谢谢

问题描述 请各位高手帮个忙 我真的弄不清楚了setter() and getter()的使用: 谢谢 我真的弄不清楚了setter() and getter()的使用: 我要在eclipse中用setter 和getter来编写一个程序:请你给我示范一个最简单的格式 注释: 我在学java的, 解决方案 setter() 给对象设置属性 getter() 获取对象的属性 可以理解为set是存放 get是获取 解决方案二: get set 方法主要是控制访问权限的,一般类里面的属性设置为priva