Software Development Network Logo
  • Smart Device
  • VS Express Editions
  • Windows Forms
  • Visual Basic
  • VS Team System
  • Game Technologies
  • SQL Server
  • Visual C++
  • Visual J#
  • Visual Studio
  • Microsoft ISV
  • Visual FoxPro
  • .NET Development
  • Windows Live
  • Architecture

Software Development Network >> Visual J#

Visual J#

New Question

Error when installing Visual J# .NET
One app, multiple main()'s
64 bit integer support
Problem with File.createTempFile() under IIS 6
sql -> dataview and back again
How do I create an exe file or a jar file from J#?
VjSharp newbie
user.dir for Microsoft Java VM
pretty colors in tabset
java (J2EE 1.4) convert to J#

Top Answerers

Question_Answer
Andre Goheen
abcca
AShika
Jesús López
rabram
KingMartin
kali
funehmon
WHairston
Programaci贸n.net :
Only Title

Answer Questions

  • Brandon R ObjectInputStream - cast exception

    Hi; I make the call: ObjectInputStream ois = new ObjectInputStream ( new FileInputStream (serFile)); Document correctDoc = ( Document ) ois.readObject(); And get the exception: 1) testTemplates(net.windward.format.wordml.test.TestWordMLParser)java.lang.ClassCastException: Unable to cast object of type 'System.Byte[]' to type 'System.Object[]'.    at java.io.ObjectInputStream.fillArray(Object obj, Int32 len, Class elemType) & ...Show All

  • Scal Running a Simple Program in J#

    I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it   It's not too obvious.  I did install the J# Redistribution Package.  HELP!  This is so simple.. but I'm stumped!!! If you are not bothered about any Exception and want to ignore them then put your code that starts WinApp in try, catch block. Something l ...Show All

  • Paul Menefee Maybe stupid question but: How to get float out of System.Single?

    What is the method to extract value from System.Single to standard float variable (defined float x = ) when using J# This sounds so trivial that I must have overlooked something when I did not find the way I have to use System.Single when I'm communicating with certain COM controls. Thanks TaylorMichaelL your answer worked correctly. Actually I tried the typecast but could not make it run earlier. Prob ...Show All

  • Fogel Use Class Libraries with VJ#

    Hi I know this topic to be asked possibly few times before, but however I did not succeed finding any infomration useful to my problem. Suppose you got a project - say some calculator for an online game. Further suppose you intend to organize your classes needed in a VJ# Class Library. Everything's alright up to now. The Library compiles and builds successfully but when it comes to use this library I don't know how. Both projects (main ...Show All

  • MVP_M_Rajesh how to create DLL file in J# or convert J++ dll into J# dll

    Please help me...I know nothing about J#.  The following code is written by J++ for dll file.  I need to either convert those code into J# or create new J# dll file.  However, I have no clue how to start it.  Could someone help me as soon as you can.  I really appreciate it.  I only have one day to finish this assignment. import java.io.*; /**  * This class is designed to be packaged with a COM DLL o ...Show All

  • Apathy java (J2EE 1.4) convert to J#

    Hi, I want to convert my application in java (J2EE 1.4) to J# with minimum changes. Where can I get the script Thank's Alexei (I have tryed JLCA 2.0, 3.0 and it gives me about 100,000 errors becouse it convert to C#. I don't have a time for working on errors. I read that Java can be converted to J# with minimum errors.) Hi, It doesn't work... I have tryed before this solution.... Thank's Alexei Hi, J# doesnt implement J2EE stac ...Show All

  • va2 JMenuBar performance broken if using heavyweight popups?

    Big problem. I have a simple JApplet which contains a JMenuBar, some JMenu s, JMenuItem s, etc. It works great if the applet is tall enough to fully enclose the menus when dropped down. (That is, it draws them using a lightweight JPopupMenu .) But if the applet is not that tall, then the menu bar responds very, very sluggishly when I try to navigate among the menus with the mouse. If I click on (say) a File menu, it drops down instantly, but ...Show All

  • mBurger Creating a Dataset - by dragging table from MYSQL database

    With Oracle database, I used to be able to create a dataset by making a database connection in the server explorer and dropping the table onto the dataset designer view. Can you advise if the same would work for MySql database and how. I get the foll error : Mouse drag opertaion failed. The table, view or table-valued function named ''parts'..'PO_mast'' could not be found. Foll. is the error if I try to add a Table Adapter using the wizard, when ...Show All

  • DaveO Using a checkBox in a datagrid

    Hi! I have designed a dataGrid and added a template column with a Checkbox in the item template. I am trying to get the event that is raised but the item Command event handler does not respond to it... I am also trying to make some of the checkboxes in the data disabled is that possible Please Help!! Hi Yiannis, This question is specific to asp .net, you might want to post your query on http://forums.asp.net/24/ShowForum.aspx ...Show All

  • Jafo7822 ResourceBundle

    I am having trouble figuring out where to place my resource bundles inside my asp web site.  My J# class file is in: \Visual Studio Projects\WebSites\view\App_Code\com\systems\test\rbw.jsl In rbw.jsl I do: resourceBundle = ResourceBundle.getBundle("login", new Locale("en", "us")); I've placed a "login.properties" file and a "login_en_US.properties" in a bunch of different file locations and I always get a "Resource Bundle not Found" e ...Show All

  • Duane Doutel Play sound and video in J#

    Hello. How import sound to J# . for example you select word in combobox and then go sound , at that moment then you select. Better then it will be taken from resources. And how with video Sound is more important, but i want to know how to import video to. i need code. I think i don't need video, i need just sound, With Direct SDK is not good, bevause others clients must have it too. I need just simple example, code in J# , how to play ...Show All

  • jmnc1234 Web Browser, HTML selection

    Hi, I have implemented a simple Web Browser using the inbuilt Web Browser component. I now need to be able to highlight some text on the web page and for this to then be selected by the J# program. This is possible in Java by using the getSelectionSrat and getSelectionEnd methods linked to the JEditorPane, and it is possible in C# by using IHTMLSelectionObject and IHTMLTxtRange, but now I need to find the J# version! Regards Richard ...Show All

  • DaveWadd Urgent for final task, transfer from J# to Java!

    Hi, I'm in crisis for my final task. First, can J# accept/filter only Sun's Java code I mean, J# has delegate, events, blablabla, while Java can't. Can J# filter those Second, J# is somehow a little different compared to Java. For example, it doesn't overload the conn.createStatement() method, which is overloaded by Java. I mean, how can I convert existing Java code(which takes parameters) to J# code (which takes no parameters) ...Show All

  • spike76 auto Import

    Is there anyway in VS 2005 to auto load import references in J#. I use the javax.swing.JOptionPane in most of my projects and was looking for a way to load it automatically into new programs. Thanks for any input. Let me get your question right. Are you looking for a way to add a reference automatically to your project if you refer some type from a particular DLL Sorry Erratis, VJ# doesn't have t ...Show All

  • Mystic J# .NET 2003 Redistriuteable 1.1 Install Problems

    I was installing J# .NET 2003 when in the middle of installation of the redistributable packet my computer crashed.  I am trying to reinstall but it always fails.  I believe this may be due to the fact that it cashed when insalling the first time so there are still partsof it installed.  How would I uninstall what is installed so far Hi, Does it show any entry for J# Redist\.NET Framework in Ad ...Show All

616263646566676869707172737475767778

©2008 Software Development Network

powered by phorum