launcher

How to tweak this eclipse.ini file to improve the performance of eclipse(Helios)?

匿名 (未验证) 提交于 2019-12-03 09:02:45
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Here's my eclipse.ini file -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m What all should i add to improve the speed of eclipse to this.I have a 3GB Ram so i am looking

MuleStudio studio:studio goal failed to execute

匿名 (未验证) 提交于 2019-12-03 08:57:35
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I copied/pasted a working project in my Mule Studio workspace (from within Mule Studio) to create a new project. After that, I could do a mvn clean install on the new project and everything worked fine. Then, after any modification on the pom (i.e. add a blank line), I'm getting the following error (On an exclamation mark over the project name). I can still execute mvn clean install without errors and obtain a jar that I can deploy. However, I'd like to eliminate the error. Build problem on project ProjectName, studio:studio goal failed to

Eclipse won't open in Linux Mint and Java won't open in different directories

匿名 (未验证) 提交于 2019-12-03 08:56:10
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I had Installed Eclipse in /opt/eclipse in Linux Mint 18.2 cinnamon with openjdk-9 (please don't tell me switch over oracle jdk). Whenever I click on Eclipse icon this window shows up: Here is the content of that window: JVM terminated. Exit code=1 /usr/bin/java -Dosgi.requiredJavaVersion=1.8 -Dosgi.instance.area.default=@user.home/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx1024m --add-modules=ALL-SYSTEM -jar /opt/eclipse//plugins/org.eclipse.equinox

Is it possible to install an application via adb but still get Google Market updates?

匿名 (未验证) 提交于 2019-12-03 08:54:24
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: My company is distributing both the hardware (samsung galaxy tab 10.1) and the software (my application) to our customers. My intent is to "skip" the google account linking and use adb to install my production-signed application directly onto the tablet (identical as the apk I upload to google market). This will allow me to pre-configure the tablets for our customers, change the screen background to our logo, etc. However, once the tablet has been delivered to the customer, I would want them to attach a google account to the tablet

Netbeans JNLP Webstart error

匿名 (未验证) 提交于 2019-12-03 08:54:24
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have been fighting with this all day and I simply cannot figure out what I am doing wrong. I have a project in netbeans that I created a web start page for, as per the method in the netbeans tutorial but every time I try to run either the tutorial project or my project as a web start I get the following error: java.lang.NumberFormatException: For input string: "\Users\<snip>" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at com

app launcher icon changed to default icon on Oreo

情到浓时终转凉″ 提交于 2019-12-03 08:49:57
I have created an Android app with its own launcher icon. It worked well with Nougat. But with Oreo, my icon is replaced by the default Android icon. I have defined ic_launcher.png and ic_launcher_round.png in the mipmap resources for several densities. My manifest contains the following line: android:roundIcon="@mipmap/ic_launcher_round" What should I do to make my own icon appear on Oreo ? For API 26+ default Android application template defines another icon resource folder mipmap-anydpi-v26 That folder (usually) contains two xml files ic_launcher and ic_launcher_round that match icon

Android Lollipop: Launcher crashes when adding app widget to Home Screen

匿名 (未验证) 提交于 2019-12-03 08:46:08
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: The Launcher crashes on Android Lollipop when adding a Widget giving the following message (It works fine on previous Android versions): Edit: This only happens in landscape orientation. 12-16 12:35:10.208: E/AndroidRuntime(960): java.lang.RuntimeException: Unable to resume activity {com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=5, result=-1, data=Intent { (has extras) }} to activity {com.android.launcher/com.android.launcher2.Launcher}: java.lang

New Maven install: mvn -version java.lang.ClassNotFoundException

匿名 (未验证) 提交于 2019-12-03 08:44:33
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: So I've installed maven with the following details: Install path: C:\Program Files\Apache Software Foundation\apache-maven-3.0.3 Env vars: JAVA_HOME C:\Progra~1\Java\jdk1.6.0_25 M2_HOME C:\Program Files\Apache Software Foundation\apache-maven-3.0.3 User vars: M2 %M2_HOME%\bin PATH %JAVA_HOME%\bin;%M2%; Now, from the command line C:\>javac -version javac 1.6.0_25 C:\>mvn -version Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/plexus/c lassworlds/launcher/Launcher Caused by: java.lang.ClassNotFoundException: org

can&#039;t debug small program on eclipse helios cdt using mingw/gdb under windows, console freezes

匿名 (未验证) 提交于 2019-12-03 08:35:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've been trying to use Eclipse CDT to do some c++ examples, i can run them just fine with the run command, but whenever i try to Debug, the console window freezes up, I'm able to input, but the program doesn't continue. When I debug, i get the following output on the console window (no breakpoints, but breaks on main because of default settings): Hello, world put your name: 15^running The continue button is disabled and doesn't do anything when I input something and hit enter . The 15 is a random number, sometimes its 16, 20 etc. If I run

Gradle “… occurred starting process &#039;command &#039;npm&#039;&#039;” on Mac

匿名 (未验证) 提交于 2019-12-03 08:33:39
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have MacOS with IntelliJ Idea installed. I'm using Gradle (gradle-2.4) for building the project. I have NodeJS and NPM installed on the Mac and available from the shell. MacBook:~ user$ node -v v4.2.2 MacBook:~ user$ npm -v 2.14.7 When running Gradle task that uses NODE/NPM, it fails with the following error (in current example it is NPM). * What went wrong: Execution failed for task ':module:task'. > A problem occurred starting process 'command 'npm'' The error stack trace from Gradle is the following. Exception is: org.gradle.api.tasks