Creating a new BlackBerry Eclipse Project from SVN - blackberry-eclipse-plugin

I am trying to import BlackBerry code and into Eclipse from SVN. It isn't checked in as an project, so I am checking it out using the New Project Wizard. Unfortunately, this only gives me a blank project. How can I get round this?
Windows 7
Eclipse 3.4.1
JDE Component Package 4.7
BlackBerry JDE Plugin 1.0.0.67
Related Questions:
Investigating importing into already existing projects here

I haven't been working with BlackBerry development lately, but, If you installed correctly the BlackBerry JDE Plugin for Eclipse, you should have a "BlackBerry" menu item in Eclipse, where you can find everything you need related to BB development. I'm not sure, but I believe there is a "New project" sub-option or something similar in that menu item.
Hope this helps!

Related

How to configure an iOS Application for Kotlin Multiplatform in Android Studio?

I want to add a Run/Debug Configuration for an iOS Application for a Kotlin Multiplatform Mobile application in Android Studio 4.1.2. However, there seems to be a problem with the configuration for iOS.
In the screenshot below you can see the problem. In the dialog "Run/Debug Configuration" Android Studio complains about
Error: Please specify Xcode project location in xcodeproj property of gradle.properties
Using the "Fix" button does not solve the problem. Android Studio just adds an additional xcodeproj to gradle.properties and the complains about a duplicate parameter.
I also tried different paths (relative and absolute) for xcodeproj. No luck.
If I remember correctly, it used to work out of the box. A new Kotlin Multiplatform Mobile project was automatically configured for Android and iOS. I'm not sure what changed. Probably something was updated.
Is this a bug with the KMM plugin? Or is there something I can do on my system to fix this?
don't do that with Android Studio.
Just open Xcode, click on 'open another project...', locate to the iosApp folder that named it when creating your project on Android Studio.
after that, just click run and have fun.
If the project doesn't run right away even on opening it from Xcode and shows the shared framework is missing, Then try generating the shared framework for iOS platform using terminal. Navigate to the project folder and execute
Command: ./gradlew packForXcode
Now the shared framework should have a xcode-frameworks product and you should be able to build and run the project through Xcode.
I fixed it by downgrading the Kotlin version from 1.4.30 to 1.4.21. You can check this thread here. To downgrade, download the version you want from the plugin store and choose the install plugin from disk as in the picture below
Upgrading Android Studio version to 4.2.1, KMM plugin version to 0.2.6, creating new KMM project with KMM plugin, the problem can be fixed automatically.
If you don't wanna use Xcode:
Look like there is some IDE issues in this versions, one option would be to downgrade the Kotlin version.
What worked for me was to download the latest Canary Android Studio and setup my KMM project there.
Hopefully soon this will be stable for the next versions
Same as here: https://stackoverflow.com/a/66941077/3117650
Look like there is some IDE issues in this versions, one option would be to downgrade the Kotlin version.
What worked for me was to download the latest Canary Android Studio and setup my KMM project there.
Hopefully soon this will be stable for the next versions

android studio not working well not displaying packages

hey guys im not new to java but this android studio thing, im definitely not used to it,
so i just want to know what packages/tools i need to download from the sdk manager to get me started (im currently dev' apps to be run on api 2.3 gingerbread devices )
From the sdk manager this is what i did,
i downloaded and installed all the latest android sdk build tools,sdk platiform for 4.4 and 5.0
then i also downloaded the whole 2.3 api 10 since its what i was developing for....
after that when i start android studio,just right in the work space where you see the 'package' menu
i get nothing displaying,i mean even all the api i installed i still get nothing.
anybody who been using this tool can gimme help.thx
kind regards C.B!
When you open SDK manager, right click on the .exe and select
"Run As Administrator".
Don't open it from within android studio, find the exe file on your machine. Worked for me when I ran into that problem.
EDIT: You may need to download the sdk separately form here: https://developer.android.com/sdk/index.html?hl=i
Click VIEW ALL DOWNLOADS and pick the appropriate 'sdk only' download for your machine.

New project option for PlantUML plugin does not display using Netbeans 8 on Ubuntu 14.04

I have Netbeans 8 running on Ubuntu 14.04.
I have installed the PlantUML plugin from the Netbeans plugin repository and restarted Netbeans.
The PlantUML options tab shows in the options dialog, so the plugin is is installed; however, there is no new UML project in the new projects dialog.
I have tried various things such as uninstalling / reinstalling plugin and Netbeans as well starting with a completely new Netbeans 8 installation after deleting the settings directory.
How could I get the new UML project option to display properly?
There is no need to create a new project to use the PlantUML plugin. Just create new PlantUML Diagram and use the Files tab to manage and preview it.

How to inactivate class in Tools window of project of Android Studio

What I want to do is to inactivate the one of java class in the tools window of project which is left sided of screen as usual. I tried to find how to inactivate it. But I could not find it. I guess it was existed in Eclipse on Windows version.
My environment:
Android Studio 0.4.0 on OSX
Do you know someone about it? Or, Could you tell me alternative way to inactivate?
Sincerely,
You can use File> Settings > Compiler >Excludes to exclude some classes or file while compilation.
I never tried Inactive in Eclipse so not sure if this do the same which Eclipse Do.

Which version of Eclipse supports J2ME application development?

Trying to develop a J2ME application, but I am unable to configure J2ME in Eclipse (Juno) with Java ME SDK v. 3.2. The emulator will not even run with NetBeans 7.2. How can I get this configured properly?
I do not know exactly why, but MTJ does not run with Juno. If you like Eclipse try it with Indigo.
do the following steps:
go to help->install new software
click on add tab
in the name text field give "eclipse me update site"
in the url give "http://eclipseme.org/updates"
install the software
then you can find j2me installed in your eclipse juno
now integrating sun wtk emulator with juno
1.go to file ->new ->project->j2me
2.next we need to import devices for running midlets
3.click on the import tab
specify the path for the wtk
click refresh button select the devices
4.try to build an midlet applications

Resources